![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sendmail.cf | robsonde | UNIX and Linux Applications | 1 | 01-25-2008 05:17 AM |
| Sendmail | skykay | UNIX for Dummies Questions & Answers | 0 | 10-03-2005 01:56 AM |
| Sendmail | Jody | UNIX for Dummies Questions & Answers | 2 | 10-26-2004 04:02 AM |
| sendmail.... any help? | skotapal | UNIX for Dummies Questions & Answers | 5 | 12-22-2002 05:23 PM |
| sendmail | danny howell | UNIX for Dummies Questions & Answers | 1 | 08-08-2002 12:49 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Sendmail
We have two SMTP servers and we want to configure them to relay e-mails to the internet. Our point is: We have to configure both SMTP servers to relay the e-mails, in order to, if the first one is down , the Sendmail should relay to the secondary SMTP server. Is there any way to do that? We use Sendmail for Solaris 8 (I'm not sure about the version. The pkginfo tells me 11.8.0)
Thanks in advance HTT |
| Forum Sponsor | ||
|
|
|
|||
|
Check out the MX record for DNS. You can set up both to receive and send mail and Internet sites sending to you should use your MX record to get the list of mail exchangers.
If you do a nslookup against yahoo.com: > yahoo.com Server: which.imedia.com Address: 10.140.16.20 Non-authoritative answer: yahoo.com preference = 1, mail exchanger = mx1.mail.yahoo.com yahoo.com preference = 1, mail exchanger = mx2.mail.yahoo.com yahoo.com preference = 5, mail exchanger = mx4.mail.yahoo.com Authoritative answers can be found from: yahoo.com nameserver = NS3.EUROPE.yahoo.com yahoo.com nameserver = NS5.DCX.yahoo.com yahoo.com nameserver = NS4.DAL.yahoo.com yahoo.com nameserver = NS2.SAN.yahoo.com yahoo.com nameserver = NS1.snv.yahoo.com NS3.EUROPE.yahoo.com internet address = 217.12.4.71 NS5.DCX.yahoo.com internet address = 216.32.74.10 NS4.DAL.yahoo.com internet address = 63.250.206.50 NS2.SAN.yahoo.com internet address = 209.132.1.29 NS1.snv.yahoo.com internet address = 216.115.108.33 If you do it on unix.com > unix.com Server: which.imedia.com Address: 10.130.16.20 unix.com preference = 0, mail exchanger = unix.com unix.com nameserver = ns.silkroad.com unix.com internet address = 64.23.37.23 ns.silkroad.com internet address = 64.23.37.23 On Yahoo, if one is down, the rest will take care of the email. On unix.com, if the one is down, there is no backup (oops!) |
|||
| Google UNIX.COM |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|