[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ETRN & FEATURE(mailertable)
- Subject: Re: [cobalt-users] ETRN & FEATURE(mailertable)
- From: Ducnan Laurie <duncan@xxxxxxxxxx>
- Date: Thu Feb 3 10:35:38 2000
On Thu, 03 Feb 2000 10:07:40 -0800, Jeff Lasman <jblists@xxxxxxxxxxxxx> wrote:
>
> The problem is, that as defined on the sendmail site at
> <www.sendmail.org/~ca/email/more.html>, ETRN requires that
> FEATURE(mailertable) be set on the verison of sendmail you're running. It
> does not appear to be, as determined by running:
>
> # grep '@(#)' sendmail.cf
>
> and there does not appear to be a .mc file for the sendmail.cf hacked
> together for Cobalt by Duncan Laurie (or so it's called on the first line
> of the /etc/sendmail.cf file in my RaQ2).
>
The .mc file can be found at /usr/lib/sendmail-cf/redhat.mc. You can re-build the sendmail.cf file from this source by:
cd /usr/lib/sendmail-cf
/usr/bin/m4 redhat.mc >> /root/sendmail.cf.new
but be careful because any custom changes will be lost. i'd suggest running a diff on your current /etc/sendmail.cf before overwriting it. the line certain to be missing from the newly created .cf file is:
O AliasFile=/etc/aliases.majordomo
which will completely break majordomo if it is missing. sorry, but i don't know any specifics related to ETRN on the raq2, but it should be no problem to add the FEATURE(mailertable) line and re-build the configuration to find out. please let us know the results if you do try it.
-duncan