![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sendmail.cf | robsonde | UNIX for Dummies Questions & Answers | 0 | 01-28-2008 03:21 PM |
| Sendmail | skykay | UNIX for Dummies Questions & Answers | 0 | 10-03-2005 05:56 AM |
| Sendmail | Jody | UNIX for Dummies Questions & Answers | 2 | 10-26-2004 08:02 AM |
| sendmail.... any help? | skotapal | UNIX for Dummies Questions & Answers | 5 | 12-22-2002 09:23 PM |
| sendmail | danny howell | UNIX for Dummies Questions & Answers | 1 | 08-08-2002 04:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 04:54 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|