您好,
我们正在使用邮件接收器处理 incoming 邮件。
假设我们的服务器域为 domain1,邮件接收器已配置为管理发送至 xxxxx@domain1.com 的邮件。
是否可以将同一邮件接收器配置为同时管理另一个域(domain2)的邮件地址,使得发送至 xxxxx@domain2.com 的邮件也能在同一 Discourse 服务器上接收?
您好,
我们正在使用邮件接收器处理 incoming 邮件。
假设我们的服务器域为 domain1,邮件接收器已配置为管理发送至 xxxxx@domain1.com 的邮件。
是否可以将同一邮件接收器配置为同时管理另一个域(domain2)的邮件地址,使得发送至 xxxxx@domain2.com 的邮件也能在同一 Discourse 服务器上接收?
Is it possible at least to know if this is feasible to manage 2 email addresses with one mail-receiver container?
Maybe @mpalmer would know?
Not trivially, although of course since you have full access to the Postfix configuration, you can make it do whatever you like if you fiddle enough. My recommendation is to have the domain2 e-mails handled by a general-purpose MTA that forwards the e-mails to domain1.
Thanks Matt 