From owner-freebsd-questions Mon Jul 5 1:12:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.ghis.net (pppc2-8.eisa.net.au [203.166.251.128]) by hub.freebsd.org (Postfix) with ESMTP id 37AA814CAF for ; Mon, 5 Jul 1999 01:12:03 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA14431; Mon, 5 Jul 1999 18:10:17 +1000 (EST) Date: Mon, 5 Jul 1999 18:10:14 +1000 From: Jim Mock To: Alex Chuang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: The sendmail cannot work!! Message-ID: <19990705181013.A14396@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <000801bec6bc$125404c0$20a84bcb@a3j.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <000801bec6bc$125404c0$20a84bcb@a3j.com.tw> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 05 Jul 1999 at 15:57:34 +0800, Alex Chuang wrote: > I have a FreeBSD server, I use sendmail 8.8.8. There are some > services on my server (like DNS,FTP,WWW,and mail). I change the > server IP and DNS content last week,(because we change the ISP) then > sendmail cannot work,there are some error messages like this : > sendmail[968]:PAA00966 :SYSERR(root):mail.a3j.com.tw. config error: > mail looks back to me(MX problem?) > Please help me!! From the Sendmail FAQ.. http://www.sendmail.org/faq/section4.html#4.5 I'm getting these error messages: 553 MX list for domain.net points back to relay.domain.net 554 ... Local configuration error How can I solve this problem? You have asked mail to the domain (e.g., domain.net) to be forwarded to a specific host (in this case, relay.domain.net) by using an MX record, but the relay machine doesn't recognize itself as domain.net. Add domain.net to /etc/sendmail.cw (if you are using FEATURE(use_cw_file)) or add "Cw domain.net" to your configuration file. IMPORTANT: When making changes to your configuration file, be sure you kill and restart the sendmail daemon (for ANY change in the configuration, not just this one): kill `head -1 /etc/sendmail.pid` sh -c "`tail -1 /etc/sendmail.pid`" Later, -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message