Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 11:36:46 +0100
From:      Cristiano Deana <deana@bmm.it>
To:        <freebsd-isp@FreeBSD.ORG>, "Danny Horne" <danny@clifftop.net>
Subject:   Re: Secondary MX
Message-ID:  <200202021037.g12Abo100696@arwen.bmm.it>
In-Reply-To: <NGBBKDJNIFLJOJLPKDKJKEDBCIAA.danny@clifftop.net>
References:  <NGBBKDJNIFLJOJLPKDKJKEDBCIAA.danny@clifftop.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Il giorno Saturday 02 February 2002 11:05, Danny Horne mi scriveva:

> > >echo "domain.i.wanto.queue.th.mail.com" >> /etc/mail/local-host-names
> > >killall -HUP sendmail
> > >
> > >finish

> I'm sure that using local-host-names for a domain you're acting as
> secondary MX for will cause your mail server to try to deliver the mail
> locally, when it can't find the recipient locally it'll reject the mail
> with a 'user unknown' type of message.

My fault.
i.e.: we have the domain example.com
# host -t mx example.com
example.com mail is handled (pri=20) by mx2.example.com
example.com mail is handled (pri=10) by mx.example.com

where mx2.example.com is our secondary, ok? the "starting-thread" machine ;)

Well, in this machine (mx2.example.com) we need:
echo "mx2.example.com" >> /etc/mail/local-host-names
killall -HUP sendmail

Cris

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202021037.g12Abo100696>