On Thursday 21 February 2002 13:58 pm, Tim Wunder wrote:
> Your Mlocal line is sufficiently different for me to think I'm better
> off not trying to edit sendmail.cf and rebuilding it from my .mc file.
> Now...if I could just remember the magical incantation that did that...
> And, BTW, what should I do about the "FEATURE(local_lmtp,
> `/usr/sbin/mail.local')" line in my .mc file? Should I remove it?
> The same FAQ reference also suggested mv'ing /usr/sbin/mail.local and
> creating a symlink to procmail. I don't think I'm gonna do that either.

Here are some notes I dug out of what I used to do when I ran Caldera.  I 
think this was for eD2.4.

10)
Save a copy of your  /etc/sendmail.cf

Go to /usr/share/sendmail/cf/cf

Save a copy of the file:  generic-col2.2.mc  (caldera didn't rename it)

Edit the file:  generic-col2.2.mc

After the statement:
FEATURE(local_lmtp ......   stmt

Add:
FEATURE(local_procmail, `/usr/bin/procmail')

Uncomment and change the:
dnl define(`LOCAL_MAILER_PATH', `/usr/bin/procmail')  to be:
define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')

(added:  check out the /etc/mail/relay-domains   file. May not need access)
At the end, add:
FEATURE(`access_db', `hash -o /etc/mail/access')
dnl # FEATURE(`virtusertable', `hash -o /etc/virtusertable')

Then run:  m4 ../m4/cf.m4  generic-col2.2.mc > /etc/sendmail.cf


-- 
+----------------------------------------------------------------------------+
+ Bruce S. Marshall  [EMAIL PROTECTED]  Bellaire, MI         02/21/02 14:49  +
+----------------------------------------------------------------------------+
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to