Sterling J. Anderson wrote:
I'm trying to figure out how to have certain messages not get relayed on one
of my servers.

Right now I have a server setup as a gateway, and another server setup that
is going to handle mailman mailing lists. When mail comes in to the gateway
for [EMAIL PROTECTED] I am using virtual_alias_maps to redirect that message
to [EMAIL PROTECTED] The problem is, since mailmain.domain.com has a
relay_host of the gateway machine the messages just hop backa and forth.


The postfix that serves on mailman.domain.com should know that it is responsible of this domain and not use the relay host.

if this isn't clear, post the output of 'postconf -n' of the postfix that runs on mailman.domain.com. and show what you did to pass mail to mailman.

A couple notes:
    Both machines have: masquerade_domains = mailman.domain.com, domain.com
                        masquerade_exceptions = root
    The gateway also has a transport of: mailman.domain.com
smtp:[mailman.domain.com]


Reply via email to