Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 18:30:27 +0100
From:      Hexren <me@hexren.net>
To:        "Gerard Meijer" <gmeijer@palmweb.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: get local sendmail to use MX records
Message-ID:  <124566255.20050223183027@hexren.net>
In-Reply-To: <0d6501c519cd$01466d70$9600000a@guus>
References:  <0d6501c519cd$01466d70$9600000a@guus>

next in thread | previous in thread | raw e-mail | index | archive | help
GM> Hi,

GM> I have the following situation:

GM> I have moved my mail services from my dedicated server to another server.  The MX records were updated at the DNS host to point to the other server.  Email from the outside is being routed
GM> correctly to the new server, but now the local scripts on the dedicated server are still being routed to the local accounts and not actually sent to the other server.

GM> So sendmail on the first server tries to use localhost as a relay, instead of looking up the MX records for the domain.

GM> Anybody knows how to solve this?

GM> Thanks!

GM> Gerard
GM> _______________________________________________
GM> freebsd-questions@freebsd.org mailing list
GM> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
GM> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

---------------------------------------------

Quick and dirty: /etc/mail/aliases
putting in something like "root: root@example.com" should do the
trick. Or am I missing something ?

Hexren



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