procmail
[Top] [All Lists]

no procmail exec. with postfix

2001-08-19 11:30:31
I have tried many different ways to setup postfix and procmail, so now I
am down to my last resort.  I have this huge feeling its a permissions
problem, but I dont know where its at.. procmail does not log and I dont
know how to correct the issue. Can Postfix call procmail by name
"postfix"?

Postfix calls procmail, procmail never excutes $HOME/.procmailrc

/* /var/log/mail snippet */

Aug 18 15:08:03 caspian postfix/local[3442]: AD910E8CCE:
to=<jweber(_at_)localhost(_dot_)boca(_dot_)verio(_dot_)net>, relay=local, 
delay=0, status=sent ("|IFS=' '&&p=/usr/bin/procmail&&test -f $p&&exec $p 
-f-||exit 75#jweber")

/* Here is all the config settings for me. */


Linux caspian 2.4.0-4GB #1 Wed Jan 24 15:55:09 GMT 2001 i686 unknown

/* Procmail Config */

-rwsr-xr-x    1 root     mail        69084 Aug 18 14:53 /usr/bin/procmail

root(_at_)caspian:/home/jweber > procmail -v
procmail v3.21 2001/06/29
    Copyright (c) 1990-1999, Stephen R. van den Berg    <srb(_at_)cuci(_dot_)nl>
    Copyright (c) 1997-2001, Philip A. Guenther
<guenther(_at_)sendmail(_dot_)com>

Submit questions/answers to the procmail-related mailinglist by sending
to:
        <procmail-users(_at_)procmail(_dot_)org>

And of course, subscription and information requests for this list to:
        <procmail-users-request(_at_)procmail(_dot_)org>

Locking strategies:     dotlocking, fcntl(), lockf(), flock()
Default rcfile:         $HOME/.procmailrc
Your system mailbox:    /var/spool/mail/root

/* .forward */

"|IFS=' '&&p=/usr/bin/procmail&&test -f $p&&exec $p -f-||exit 75#jweber"
/home/jweber/.forward lines 1-1/1 (END)

/* $HOME/.procmailrc */

SHELL=/bin/sh
PATH="$HOME/bin:/usr/bin:/usr/local/bin:/usr/include:/usr/local/sbin:/bin:/usr/sbin/
MAILDIR=/home/jweber/Mail
DEFAULT=/home/jweber/Mail/inbox
PMDIR=/home/jweber/.procmail
TMPDIR=/home/jweber/tmp
DEFAULT=$MAILDIR/inbox
LOGFILE=$PMDIR/log
LOGABSTRACT=on
VERBOSE=on
MYADDRESS=jweber(_at_)boca(_dot_)verio(_dot_)net
INCLUDERC=$PMDIR/rc.normal
#INCLUDERC=$PMDIR/rc.painintheass

#Matches everything else.
:0:
inbox
/home/jweber/.procmailrc lines 1-17/17 (END)



/* Postfix settings */

soft_bounce = yes
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
mail_owner = postfix
myhostname = caspian.boca.verio.net
myorigin = mail.boca.verio.net
inet_interfaces = $myhostname
mydestination = $myhostname, localhost.$mydomain
alias_maps = hash:/etc/aliases
mail_spool_directory = /var/spool/mail
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
debug_peer_level = 2
ignore_mx_lookup_error = yes
disable_dns_lookups = yes


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • no procmail exec. with postfix, Jennifer M. Weber <=