On Thu, 2 Jul 1998, Ian Paton wrote:
> I am a small ISP and a requirement has come up which requires me to
> redirect all mail addressed to a certain domain name to a particular user.
In order to do this you have to rebuild your sendmail.cf to add support
for the "virtual user table". I could send you a sendmail.cf that I built
a long time ago which has this ability.
Then you need to make the virtual user table file in accordance with the
sendmail documentation, it tells you the format of the file. Then do:
makemap virtusertable < virtusertable
will create virtusertable.db which needs to go in /etc.
You must then put the name of the domain you are redirecting in
/etc/sendmail.cw, and make sure you have an A or MX record which
directs email for that domain to your server. Then you must restart
sendmail.
That should do it.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.