local mail domains

I have loaded ids 51 and ims 52 on a new server. I want this server to receive mail at 3 different email addresses AKA uid@guinness.pint.com, uid@harp.pint.com and uid@bass.pint.com... The directory is setup a dc=pint,dc=com. Half of the mail server users have uid@guinness.pint.com as their main address and the other half have uid@harp.pint.com. DNS entires point all domains to the same ip address. MX records do the same. However, if I try to send mail to any of the email addresses, the only one that works is guinness, since it was the name of the server. Any help would be appreciated.

[606 byte] By [707501] at [2007-11-25 8:10:10]
# 1

I would take a look at the msg-instance/imta/config/imta.cnf file in your install. You will see the section for "Rules to select local users" near the top of the file.

Try making it look like this ...

guinness.pint.com $U%$D@guinness.pint.com

harp.pint.com $U%$D@mailservername.pint.com

bass.pint.com $U%$D@mailservername.pint.com

You need to edit this file and the run a ./imsimta refresh on the mailserver.

We do something similiar and this works for us and I believe I got the syntax correct (working from memory). Hopefully it will for you as well.

Sean O'Grady at 2007-7-1 14:03:27 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Ooops. Actually ...Try making it look like this ... guinness.pint.com $U%$D@guinness.pint.com harp.pint.com $U%$D@guinness.pint.com bass.pint.com $U%$D@guinness.pint.com
Sean O'Grady at 2007-7-1 14:03:27 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...