The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



Thread: sendmail.cf
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-24-2008
robsonde robsonde is offline
Registered User
 

Join Date: Dec 2007
Posts: 46
sendmail.cf

we have two mail servers and want to setup failover for DR.

we have a line in sendmail.cf like this

Code:
DS smtp.domain.com
and this works fine......

we changed it to

Code:
DS smtp1.domain.com smtp2.domain.com
this is bad, we get errors of savemail panic and many bounce messages and such. the errors say cont find server smtp1.domain.com.smtp2.domain.com



our two solutions to the problem are

version 1
Code:
DS [smtp1.domain.com] [smtp2.domain.com]
version 2
Code:
DS smtp1.domain.com:smtp2.domain.com



both seem to work but I assume that one is more correct than the other.
looking for some education as to what the diffcence is.

Last edited by robsonde; 01-24-2008 at 12:54 PM.
Reply With Quote
Forum Sponsor