3 msgServer configuration Error
1 msgrelay_transport
1 msgCatch-all mailbox
4 msgTrouble with HTC S710 device and SMTPS
3 msgpsotfix server TLS failed
3 msgfailed-delivery message notifications setup
2 msgproxy_interfaces understanding
1 msgwarning: transport virtual failure

how to relay for most recipients and forward fo...
\ frank jacottin (16 Jan 2008)
. \ Noel Jones (16 Jan 2008)

2 msgRewriting outbound addresses
2 msgvirtual mailboxes/domains and aliases
3 msgEnforced TLS Success?
1 msgPostfix 2.5 RC2 and snapshot release
11 msgProblem with Postfix and LDAP (SSL / TLS)
4 msgMore on Enforced TLS
3 msgdelivery reciept
4 msgHow to repeat delay_warning_time messages ?
2 msgsender notification
5 msgUsing 'nolisting' to reduce spam
1 msgmail priority by sender
Subject:Re: how to relay for most recipients and forward for some
Group:Postfix-users
From:Noel Jones
Date:16 Jan 2008


 
frank jacottin wrote:
> 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