| |||||||||||||||||||||||||||||||
|
> Hello, > > I'm looking for a configuration that should acomplish the following: > 1 - relay incoming emails sent to my domain to my internal exchange > server (and reject others) > 2 - for some recipients (about 20) to have a forward in place (i.e. the > email user should be forwarded to user) > > I know how to relay incoming emails to my Exchange server > (relay_recipient_maps) but I haven't find a way to relay for most > recipients and to forward only for some at the same time. > > Any ideas? > > Thanks, > Frank. > use virtual_alias_maps to reroute mail from one user to another. The destination domain does *not* need to be defined in virtual_alias_domains. # main.cf virtual_alias_maps = hash:/etc/postfix/virtual # /etc/postfix/virtual user user Note that if you forward spam to some providers, they may consider your server a spam source. -- Noel Jones
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com