Postfix - How to alias some [email protected] to another user, but only for certain values of "host.com"
Posted
by Rory McCann
on Server Fault
See other posts from Server Fault
or by Rory McCann
Published on 2010-03-30T20:35:01Z
Indexed on
2010/03/30
20:43 UTC
Read the original article
Hit count: 538
I have a Postfix email setup. It's handle a few domains (i.e. I have them in my mynetworks
in my main.cf
). I have a normal unix account and use that to log in, and get my mail. My personal email account is of the form [email protected]. I have a new domain new.com, and I want to forward [email protected] to [email protected], however I don't want to forward [email protected].
Someone has suggested just forwarding all 'info' to 'user', and then using procmail on my user@ account to remove the [email protected]
The server is Ubuntu.
© Server Fault or respective owner