From owner-freebsd-isp Wed Dec 4 12:17:21 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CC637B401 for ; Wed, 4 Dec 2002 12:17:19 -0800 (PST) Received: from ns3.unixmexico.net (ns3.unixmexico.net [64.141.69.184]) by mx1.FreeBSD.org (Postfix) with SMTP id 964A343E88 for ; Wed, 4 Dec 2002 12:17:18 -0800 (PST) (envelope-from nbari@unixmexico.com) Received: (qmail 62298 invoked by uid 85); 4 Dec 2002 20:18:07 -0000 Received: from nbari@unixmexico.com by ns3.unixmexico.net by uid 82 with qmail-scanner-1.15 (hbedv: 6.16.0.0/6.16.0.17. Clear:. Processed in 0.217135 secs); 04 Dec 2002 20:18:07 -0000 Received: from unknown (HELO unixmexico.com) (127.0.0.1) by localhost.unixmexico.net with SMTP; 4 Dec 2002 20:18:06 -0000 Received: from 170.169.46.200 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Wed, 4 Dec 2002 14:18:06 -0600 (CST) Message-ID: <58301.170.169.46.200.1039033086.squirrel@mail.unixmexico.com> Date: Wed, 4 Dec 2002 14:18:06 -0600 (CST) Subject: vpopmail bouncing problems with procmail From: To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i am using qmail with procmail and vpopmail i change the following line in .qmail-default or one virtual server |/usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox with this one |preline /usr/local/bin/procmail -p -m /etc/procmailrc on my /etc/procmailrc i have: -- INCLUDERC=/usr/local/squirrelmail/plugins/block_sender/sqblock.rc :0w |/usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox -- the sqblock.rc is a set of rules (a plugin for squirrelmail webmail) that work fine. the problem is that i dont get bounced messages i have notice that if i add the line: EXITCODE=100 so my code in /etc/procmailrc looks like: -- INCLUDERC=/usr/local/squirrelmail/plugins/block_sender/sqblock.rc :0w |/usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox EXITCODE=100 -- i get bounce to work but it bounces some vars of the profmail log, something like : --- Hi. This is the qmail-send program at ns3.unixmexico.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : procmail: [61493] Wed Dec 4 13:36:07 2002 procmail: Assigning "LOGABSTRACT=yes" procmail: Assigning "LOGFILE=/var/log/procmail.log" procmail: Opening "/var/log/procmail.log" -- any ideas on how to fix or cusomaise the bounce message ? how can i change this: procmail: [61493] Wed Dec 4 13:36:07 2002 procmail: Assigning "LOGABSTRACT=yes" procmail: Assigning "LOGFILE=/var/log/procmail.log" procmail: Opening "/var/log/procmail.log" for something like: "sorry no mailbox with that user name" for example. regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message