Operating System - HP-UX
1753846 Members
7701 Online
108807 Solutions
New Discussion

Re: about sendmail & mail.pl

 
ust3
Regular Advisor

about sendmail & mail.pl

I use mail.pl to send the mail out to Lotus notes server , I have configure the relay mail host in sendmail.cf to the notes server , now if I want set another mail server as the redundancy ( that means if the notes server going down, it will automatically send to another server ) , is it possible ? thx

# "Smart" relay host (may be null)
DSmy_notes_server
1 REPLY 1
whiteknight
Honored Contributor

Re: about sendmail & mail.pl

hi uts3,

It is possible :-

To configure SendMail to use more than one Relay Server, edit the

/etc/mail/sendmail.cf

file and simply specify the hosts separated by a colon with no
spaces. For example:

DShostA:hostB:hostC

SendMail will always try hostA first. If hostA does not respond,
or responds incorrectly, then SendMail will try hostB and then hostC.

WK
please assign points
Problem never ends, you must know how to fix it