Guy <[EMAIL PROTECTED]> wrote:

> I've got a bit of a problem. I have two mail gateways that do
> virtual_alias_maps lookups via mysql. So local mail gets passed back
> to the imap servers, while any forwarding accounts go out from the
> gateway to which ever remote email address the user has specified. My
> problem is that one of the gateways has been blocked by Tiscali and
> they are taking their own sweet time about replying to requests to
> delist the gateway because some of our users forward mail to their
> tiscali accounts.
> 
> Is it possible for me to route mail that is forwarding to
> tiscali.co.uk via the second gateway (which isn't blacklisted by
> Tiscali)?

Yes, with transport maps.  Example:

main.cf:
transport_maps = hash:/etc/postfix/transport

/etc/postfix/transport:
tiscali.co.uk   smtp:[your.other.gateway]

And ensure that the second gateway accepts and relays mail on behalf of
the first (blacklisted) gateway.

-- 
Sahil Tandon <[EMAIL PROTECTED]>

Reply via email to