Date: Fri, 31 May 1996 11:27:13 -0400 From: Luoqi Chen <luoqi@watermarkgroup.com> To: mikel@esimene.cynet.net.au Cc: freebsd-questions@freebsd.org Subject: Re: How to setup the following mail config Message-ID: <31AF0FD1.3A2@watermarkgroup.com> References: <199605310608.QAA10103@esimene.cynet.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Mikel Lindsaar wrote: > > My ISP has setup the following: > > esimene.cynet.net.au. IN A 203.24.16.1 > cynet.net.au. IN A 203.24.16.1 > > Now... > > I have a reachable mail id (mikel@esimene.cynet.net.au) > > now I want to be able to have the alias mikel@cynet.net.au working... ie, > mail going to that address gets handled by esimene.cynet.net.au and > recieved by the appropriate user on esimene.cynet.net.au > My solution is go into sendmail.cf, change the "DM" line to DMesimene.cynet.net.au then sendmail with automatically replace the name of your local machine to esimene.cynet.net.au. You may also want to add in Ruleset 1 (sender address rewriting), after line "S1", one more rule to map all local login ids to mikel, S1 R$* mikel After these changes, you may send mails as usual, sendmail will rewrite the sender's address to mikel@esimene.cynet.net.au. Replies will go to that address and you can retrieve them using a POP client. -lq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31AF0FD1.3A2>