Greetings
it has been a long time since I've done this, and could use some guidance.

I have one domain ( example.com ) and 7 systems.

mx1.example.com
Av1.example.com
relay1.example.com
relay2.exmple.com
imap/pop1
imap/pop2
imap/pop3

each understand their own /etc/aliases file. if I send a message to 
someal...@machine.example.com it works fine.
when i try to send to aliasn...@example.com, all the machines kick it to the MX 
server ( which has a transportmap for example.com ) and I get a loop.

aliasname:      lukeskywal...@host.example.com

can i specify

aliasn...@example.com:  lukeskywal...@host.example.com

right now my MX server is only working when i specify the host name in the 
message.

if there is something I should set in main.cf ? 
<snip>
mydestination = $myhostname, localhost.$mydomain, localhost, example.com, 
$mydomain
mydomain = example.com
mydomain_fallback = localhost
myhostname = mx1.example.com
mynetworks = 127.0.0.0/8
mynetworks_style = host
myorigin = $myhostname
</snip>

-j

Reply via email to