From owner-freebsd-isp Sat Feb 2 2:39: 0 2002 Delivered-To: freebsd-isp@freebsd.org Received: from arwen.bmm.it (arwen.bmm.it [213.144.76.9]) by hub.freebsd.org (Postfix) with ESMTP id 4FCF537B402 for ; Sat, 2 Feb 2002 02:37:54 -0800 (PST) Received: from there (freecris.bmm.it [213.144.76.37]) by arwen.bmm.it (8.11.6/8.11.6) with SMTP id g12Abo100696; Sat, 2 Feb 2002 11:37:51 +0100 (CET) (envelope-from deana@bmm.it) Message-Id: <200202021037.g12Abo100696@arwen.bmm.it> Content-Type: text/plain; charset="iso-8859-15" From: Cristiano Deana To: , "Danny Horne" Subject: Re: Secondary MX Date: Sat, 2 Feb 2002 11:36:46 +0100 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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