LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   sendmail mailertable (https://www.linuxquestions.org/questions/linux-networking-3/sendmail-mailertable-459561/)

nayabingi 06-29-2006 04:06 PM

sendmail mailertable
 
Hey guys,

I was wondering if anyone know if it is possible to add multiple smtp host in the sendmail's mailertable to route mail for a domain bast on priorities. Kinda like MX records on a zone file.

so if I have in my zone file...

IN MX 10mx1.domain.com

IN MX 20mx2.domain.com

in the mailertable file is it possible to do something like below but be able it assign a priority like in the zone file?

domain.com smtp:mx1.domain.com (with priority assigned)
domain.com smtp:mx2.domain.com (with priority assigned)

Is this possible?

Thank you in advance for you help.

cdhgee 06-30-2006 09:09 AM

Not to my knowledge. You can either specify the SMART_HOST property to send all mail through the specified SMTP gateway, or if this is not set, MX records are used to send mail.


All times are GMT -5. The time now is 11:45 AM.