From owner-freebsd-questions@FreeBSD.ORG Sat Dec 13 02:46:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D2816A4CE for ; Sat, 13 Dec 2003 02:46:50 -0800 (PST) Received: from gisp.dk (62.79.61.146.adsl.aboes.tiscali.dk [62.79.61.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 61CD643D2D for ; Sat, 13 Dec 2003 02:46:48 -0800 (PST) (envelope-from michael@gisp.dk) Received: (qmail 62975 invoked by uid 1001); 13 Dec 2003 11:06:51 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Dec 2003 11:06:51 -0000 Date: Sat, 13 Dec 2003 12:06:51 +0100 (CET) From: Michael Sig Birkmose X-X-Sender: birkmose@gisp.dk To: freebsd-questions@freebsd.org Message-ID: <20031213120345.V62647@gisp.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: qmail scanner from localhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 10:46:50 -0000 Hi, I just recently installed qmail + qmail scaner + clamav + fprot and it all works fine. However when I attempt to send myself a test email from the machine running the services, using pine, this mail does not pass through qmail scanner? Here is my /etc/tcp.smtp: bash-2.05b# cat /etc/tcp.smtp 127.0.0.1:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" 192.168.1.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" 62.242.118.225:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" When I send to myself using pine i get this header in the email: Received: from localhost (sendmail-bs@127.0.0.1) When I get from outside I get: Received: from email@address.dk by gisp.dk by uid 82 with qmail-scanner-1.20 (clamuko: 0.54. f-prot: 4.2.0/3.14.7. spamassassin: 2.60. Clear:RC:1(127.0.0.1):. Processed in 0.010936 secs); 13 Dec 2003 10:57:27 -0000 Any ideas? -- Michael Birkmose