# # From newsgroup # Subject: Virtual sendmail and MX records From: "Margaret H. McMahan" Date: 1996/07/25 Message-Id: Organization: Express Access Online Communications, USA Content-Type: TEXT/PLAIN; charset=US-ASCII Mime-Version: 1.0 Newsgroups: comp.mail.sendmail Okay, I have three domains on one machine, and they want to have sendmail virtual domains. I have the sendmail.cf file working to properly (tested with /usr/lib/sendmail -bt -C/etc/sendmail.cf) and it does just fine. When mail is sent from THAT machine, it goes through fine, to all of the virtual hosted domains. However, when mail is sent from any other domain, it will fail to go through with a local configuration error: mail loops back to myself. I've got all the domains in the Cw part of the sendmail.cf file... should they be there? also, all the domains have MX records with top priority going to their domains: ABC.com preference = 10, mail exchanger = ABC.com ABC.com preference = 100, mail exchanger = MAIL.server.net LMN.com preference = 10, mail exchanger = LMN.com LMN.com preference = 100, mail exchanger = ABC.com XYZ.com preference = 100, mail exchanger = ABC.com XYZ.com preference = 10, mail exchanger = XYZ.com Obviusly I'm missing something... if anyone could help me I'd appreciate it much. --Peg McMahan