I compiled procmail v3.14 on a linux (v2.2.13 PPro system).
compile went fine. I am now trying to link procmail into my
sendmail config. I am using sendmail v8.9.2
My .mc file is below. When trying to send a letter to myself:
$ mutt -x -a test.txt -s "test" stevecs
I get the following when sendmail tries to deliver the message:
------
# /usr/lib/sendmail -v -q
Running PAA01494 (sequence 1 of 1)
stevecs(_at_)shell(_dot_)chaven(_dot_)com(_dot_)(_dot_)(_dot_) Connecting to
local...
stevecs(_at_)shell(_dot_)chaven(_dot_)com(_dot_)(_dot_)(_dot_) Bad usage
root... aliased to stevecs
stevecs... Connecting to local...
stevecs... Bad usage
MAILER-DAEMON... User unknown
postmaster... aliased to stevecs
stevecs... Connecting to local...
stevecs... Bad usage
MAILER-DAEMON... User unknown
savemail: cannot save rejected email anywhere: No such file or directory
-----------
------- (sendmail's .mc file)
Include(`../m4/cf.m4')
VERSIONID(`Celestial Haven Sendmail Configuration 01/21/2000')dnl
OSTYPE(linux)
FEATURE(nouucp)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(access_db, `hash /etc/mail/accesstable')dnl
FEATURE(virtusertable, `hash /etc/mail/virtusertable')dnl
FEATURE(blacklist_recipients)dnl
FEATURE(rbl,rbl.maps.vix.com)dnl
FEATURE(limited_masquerade)dnl
FEATURE(local_procmail)dnl
MASQUERADE_AS(`chaven.com')
MASQUERADE_DOMAIN(`chaven.com')
define(`ALIAS_FILE',`/etc/mail/aliases')
define(`STATUS_FILE',`/etc/mail/sendmail.st')
define(`LOCAL_MAILER_PATH',`/usr/sbin/mail.local')
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
define(`confCW_FILE',`/etc/mail/sendmail.cw')
define(`confCHECK_ALIASES',`True')
define(`confQUEUE_LA',`8')
define(`confREFUSE_LA',`12')
define(`confMAX_DAEMON_CHILDREN',`12')
define(`confCONNECTION_RATE_THROTTLE',`3')
define(`confPRIVACY_FLAGS',`goaway')
define(`confMAX_MESSAGE_SIZE',`10000000')
define(`confMAX_RCPTS_PER_MESSAGE', `50')
define(`confTO_QUEUERETURN',`1d')
MAILER(procmail)dnl
MAILER(smtp)dnl
LOCAL_CONFIG
O MaxMimeHeaderLength=256/128
------------ (END)
I've looked on Deja and have been looking through the docs but can't
seem to see what's going on. (I might be just too tired). If anyone
has any insight I would greatly appreciate it.
Steve
--
----------------------------------------------
Steve Costaras Unix Systems Administrator
stevecs(_at_)chaven(_dot_)com Celestial Haven
Ph: (630) 852-9765 FAX: (630) 852-9263
-
If you don't understand, read the RFC's. If
you do, re-write them. HTTP://3502543125/rfcs
----------------------------------------------