[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] sendmail mailertable for domain forwarding
- Subject: Re: [cobalt-users] sendmail mailertable for domain forwarding
- From: Elmer Fuddpucker <elmer@xxxxxxxxxxxxxx>
- Date: Thu Apr 26 19:08:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 26 Apr 2001, Kevin D wrote:
} Here is the setting that I added to sendmail.cf (as per the sendmail.org web
} site):
} FEATURE(`mailertable', `dbm /etc/mail/mailertable')
This is a reasonable sembalance of the syntex which is used to add
the FEATURE to the sendmail.mc file - from which the sendmail.cf
file is built via m4. Assuming that you know that, the problem is
that you don't have the syntex correct. It should be as follows:
FEATURE(`mailertable',`dbm -o /etc/mail/mailertable')
If, however, you are trying to put this directly in your
sendmail.cf file, it is not going to work. The line in it should
read:
Kmailertable dbm -o /etc/mail/mailertable
But this line won't work unless the proper rules are
included in the sendmail.cf file - which is what m4 builds out of
the first line mentioned above.
In this even I can't help you. I'm pretty handy with
sendmail but, if I can't do it in a sendmail.mc file, I don't know
how to do it. The rulesets at the bottom of the file are all but
meaningless. Perhaps someone else can send you the correct rules and
then you can just cut and paste them into your sendmail.cf file.
Elmer Fuddpucker's WWW Directory
http://www.elmerfuddpucker.com/