
From jeff@myisp.net Mon Aug 20 12:33:19 2007 Subject: test to otherdomain.de Folder: /var/spool/mail/jeff 2016
Last week I installed a new virus scan software on our Postfix Mailserver. All works ok except for procmail now. Procmail will still filter mail and move emails to users folder but it will not forward copies of email. It's like it has no connect to the mailserver to send the redirected/forwarded mail out. For instance, this rule... (actual names/domains changed to protect the guilty) :0Hc: * ^From:.*jeff ! bob@otherdomain.de Produces this log file...: procmail: Assigning "LOG= " procmail: Assigning "MAILDIR=/home/jeff/mail" procmail: Assigning "DROPPRIVS=yes" procmail: Assuming identity of the recipient, VERBOSE=off procmail: Extraneous locallockfile ignored procmail: Match on "^From:.*jeff" procmail: Couldn't determine implicit lockfile from "/usr/sbin/sendmail" procmail: Locking ".lock" procmail: Executing "/usr/sbin/sendmail,-oi,bob@otherdomain.de" procmail: Assigning "LASTFOLDER=/usr/sbin/sendmail -oi bob@otherdomain.de" procmail: Unlocking ".lock" procmail: Bypassed locking "/var/spool/mail/jeff.lock" procmail: Assigning "LASTFOLDER=/var/spool/mail/jeff" procmail: Opening "/var/spool/mail/jeff" procmail: Acquiring kernel-lock procmail: Notified comsat: "jeff@8014766:/var/spool/mail/jeff" Problem is, the mail to bob@otherdomain.de never gets sent or even appears in the postfix mail logs. Any idea what I should check??? Jeff

On Mon, 20 Aug 2007, Jeff Mckeon wrote:
Last week I installed a new virus scan software on our Postfix Mailserver. All works ok except for procmail now. Procmail will still filter mail and move emails to users folder but it will not forward copies of email. It's like it has no connect to the mailserver to send the redirected/forwarded mail out. For instance, this rule... (actual names/domains changed to protect the guilty)
:0Hc: * ^From:.*jeff ! bob@otherdomain.de
You don't need locking here. remove the extra : :0 c
Produces this log file...:
From jeff@myisp.net Mon Aug 20 12:33:19 2007 Subject: test to otherdomain.de Folder: /var/spool/mail/jeff 2016 procmail: Assigning "LOG= "
procmail: Assigning "MAILDIR=/home/jeff/mail" procmail: Assigning "DROPPRIVS=yes" procmail: Assuming identity of the recipient, VERBOSE=off procmail: Extraneous locallockfile ignored
procmail: Match on "^From:.*jeff" procmail: Couldn't determine implicit lockfile from "/usr/sbin/sendmail" procmail: Locking ".lock" procmail: Executing "/usr/sbin/sendmail,-oi,bob@otherdomain.de"
Check if you have files named "sendmail,-oi,bob@otherdomain.de" or like this. It is posible that procmail see the command as a filename because of the lock request. Bye, Udi
procmail: Assigning "LASTFOLDER=/usr/sbin/sendmail -oi bob@otherdomain.de" procmail: Unlocking ".lock" procmail: Bypassed locking "/var/spool/mail/jeff.lock" procmail: Assigning "LASTFOLDER=/var/spool/mail/jeff" procmail: Opening "/var/spool/mail/jeff" procmail: Acquiring kernel-lock procmail: Notified comsat: "jeff@8014766:/var/spool/mail/jeff"
Problem is, the mail to bob@otherdomain.de never gets sent or even appears in the postfix mail logs.
Any idea what I should check???
Jeff
____________________________________________________________ procmail mailing list Procmail homepage: http://www.procmail.org/ procmail@lists.RWTH-Aachen.DE http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
participants (2)
-
Jeff Mckeon
-
Udi Mottelo