[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Configuring secondary MX on RAQ.



>Hi I have a RAQ3 as a backup server
>I have MX to the normal server set high
>and MX to the backup as lower
>
>Make sure on the backup server that you have no mail records in sendmail for that second domain eg you do not what it
>set to accept mail for the domain
>make sure its not in the sendmail.cw  or that you have no catch all in the virtusertable
>
>also you have to edit the sendmail.cf file
>I had to change the
># privacy flags
>form
>O PrivacyOptions=goaway
>
>to somthing like
>
>O PrivacyOptions=authwarnings,novrfy,noexpn
>
>then you restart sendmail
>/etc/rc.d/init.d/sendmail restart
>
>>  MX - High Priority - raq1.domain.com
>>  MX - Low Priority - raq2.domain.com
>>
>>Now I checked on the Internet and found references to this in the sendmail documentation - see: http://www.sendmail.org/faq/section4.html#4.5


Yes - the primary MX was "High" priority - the backup MX was "Low" - the backup server had only been told it could relay for the domain (not to accept / process mail for it).

Will try what you suggest but thought there should *really* be some way to do it from the UI - it has options for backup DNS so backup MX is the next logical step?

I am always slightly wary about making "manual" changes to the config files on the RAQ's as there is a good change an update will come out and may wipe over the changes you made - things stop working and you are left to figure it out! :)

Thanks... David.