So setup an MX record for the domain to point to your host with the postfix SMTP server setup.
Then config postfix to accept *@mywebsite.com and deliver it to a local mail box. Details in the Virtual Domain How To Add the virtual domain (mywebsite.com) to the main.cf file, and then an entry for @mywebsite.com to point to a real account, say "webmail".
Then setup a real linux account for "webmail" and configure procmail in that account to process all incoming email and do whatever is necessary to put it into their web dashboard.
发布评论
评论(1)
在sendmail中,这可以通过virtusertable来完成。
对于 postfix,这是虚拟别名表。
因此,使用 postfix SMTP 服务器设置为域设置 MX 记录以指向您的主机。
然后配置 postfix 接受 *@mywebsite.com 并将其发送到本地邮箱。
详细信息请参见虚拟域操作方法
将虚拟域 (mywebsite.com) 添加到 main.cf 文件中,然后将 @mywebsite.com 的条目添加到指向真实帐户的条目,例如“webmail”。
然后为“webmail”设置一个真正的 Linux 帐户,并在该帐户中配置 procmail 来处理所有传入的电子邮件,并执行任何必要的操作将其放入其 Web 仪表板中。
In sendmail this can be done via virtusertable.
For postfix this is the virtual alias table.
So setup an MX record for the domain to point to your host with the postfix SMTP server setup.
Then config postfix to accept *@mywebsite.com and deliver it to a local mail box.
Details in the Virtual Domain How To
Add the virtual domain (mywebsite.com) to the main.cf file, and then an entry for @mywebsite.com to point to a real account, say "webmail".
Then setup a real linux account for "webmail" and configure procmail in that account to process all incoming email and do whatever is necessary to put it into their web dashboard.