Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Command time limit exceeded: "/usr/bin/procmail"

1,138 views
Skip to first unread message

Noah

unread,
Nov 4, 2011, 8:43:12 PM11/4/11
to
Hi,

I am getting bounces to one of my accounts on my personal server from an
account that is forwarding mail. I administrate the entire server.

I am not invoking spamc or spamassassin system-wide nor by my account.

I am running postfix+amavisd+spamassassin to catch spam.

the system wide procmailrc looks like this
$ cat /etc/procmailrc
LOGFILE=/var/log/procmail.log
#Uncomment below for troubleshooting
VERBOSE=YES
LOGABSTRACT=YES

I just turned on logrotate for the log file

ls -l /var/log/procmail.log
-rw------- 1 root mail 33821491 Nov 2 23:11 /var/log/procmail.log


After search the /var/log/procmail.log file I was unable to find a
corresponding error message nor was I able to find a log for the message
that was attempted delivery. Does anybody have ideas about what else to
check please?


Here is my users' ~/.procmailrc

$ cat .procmailrc
PATH=/usr/local/bin:/bin:/usr/bin:$PATH
HOME=/home/<username>
MAILIN=$HOME/mail
DEFAULT=/var/mail/<username>
#MAILDIR=$HOME/Mail
#LOGFILE=$MAILDIR/from
LOCKFILE=/var/mail/<username>.lock
NULL=/dev/null

I can see the bounce claiming "Command time limit exceeded:
"/usr/bin/procmail"" back to my secondary account is originating from my
machine by looking directly at the SMTP header. there is absolutely no
spammers and spam email involved in this situation.

and there is a corresponding (Command time limit exceeded:
"/usr/bin/procmail") log entry in /var/log/mail.log

so what can I do to circumvent procmail from claiming a time out. is
there a global server setting I can configure?

Stan Hoeppner

unread,
Nov 5, 2011, 2:23:12 AM11/5/11
to
On 11/4/2011 7:43 PM, Noah wrote:
<big snippage>

> and there is a corresponding (Command time limit exceeded:
> "/usr/bin/procmail") log entry in /var/log/mail.log
>
> so what can I do to circumvent procmail from claiming a time out. is
> there a global server setting I can configure?

Find and fix the problem with procmail. Have you looked in your
procmail log? If so you didn't paste relevant snippets here. In fact
you didn't paste any relevant Postfix log lines either, but only header
snippets, which are mostly useless for troubleshooting the MTA. The
list welcome message instructs you to post actual Postfix logging, NOT
headers.

--
Stan

Stan Hoeppner

unread,
Nov 5, 2011, 3:40:35 AM11/5/11
to
I just realized you're the same OP who has the memory usage problem.
You're currently using procmail for local delivery. Switching to
dovecot-lda eliminates procmail altogether (you can use either, not
both). So you'll fix both problems with a single change.

--
Stan

0 new messages