Postfix: Second sender address for a single mailbox
- by Bastian Born
I have got two domains: a.com and b.com. Currently all mails to info@a.com are insert to the mailbox "a". I configure in the file /etc/postfix/vmailbox that all mails to info@b.com are forwarded to info@a.com.
Now I want to send mails from b.com, but postfix only accept smtp-requests from info@a.com. 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.