Postfix: Second sender address for a single mailbox
Posted
by
Bastian Born
on Server Fault
See other posts from Server Fault
or by Bastian Born
Published on 2012-09-22T09:16:54Z
Indexed on
2012/09/22
9:39 UTC
Read the original article
Hit count: 323
I have got two domains: a.com and b.com. Currently all mails to [email protected] are insert to the mailbox "a". I configure in the file /etc/postfix/vmailbox that all mails to [email protected] are forwarded to [email protected]. Now I want to send mails from b.com, but postfix only accept smtp-requests from [email protected]. How can I add a new SMTP account without creating a new "dummy" mailbox? Is there any possibility to create an alias for outbox-accounts?
I'm using ISPConfig 3.0.4.2 as configuration backend for postfix.
© Server Fault or respective owner