From owner-freebsd-stable Mon Nov 13 2:48:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gate.actis.de (gate.actis.de [62.154.195.34]) by hub.freebsd.org (Postfix) with ESMTP id 3194437B479 for ; Mon, 13 Nov 2000 02:48:48 -0800 (PST) Received: from isi.actis.de (root@isi.actis.de [192.54.72.178]) by gate.actis.de (8.9.3/8.8.8) with ESMTP id LAA24028; Mon, 13 Nov 2000 11:48:43 +0100 Received: (from thk@localhost) by isi.actis.de (8.9.1/8.9.1) id LAA49834; Mon, 13 Nov 2000 11:48:23 +0100 (CET) Date: Mon, 13 Nov 2000 11:48:23 +0100 From: Thorsten Kuehnemann To: Lauri Laupmaa Cc: stable@FreeBSD.ORG Subject: Re: Mailscanning with FreeBSD Message-ID: <20001113114823.A40913@isi.actis.de> References: <8E67E032AD23D4118F740050042F21F794@lant.mbp.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8E67E032AD23D4118F740050042F21F794@lant.mbp.ee>; from mauri@aripaev.ee on Sun, Nov 12, 2000 at 10:41:41PM +0200 Organization: Atos GmbH (Berlin, Germany) X-Operating-System: FreeBSD 3.5 X-Millennium-Info: 49 Days Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 12, 2000 at 10:41:41PM +0200, Lauri Laupmaa wrote: > How exactly did you change your sendmail.cf ? What did you comment out and > what did you add ? The local Mailer in my sendmail.cf was procmail (see /usr/ports/mail/procmail). I commented out: Mlocal, P=/usr/local/bin/procmail, F=lsDFMAw5:/|@qSPfhn9, S=10/30, R=20/40, T=DNS/RFC822/X-Unix, A=procmail -Y -a $h -d $u I added: Mlocal, P=/usr/local/sbin/scanmails, F=lsDFMAw5:/|@qSPfhn9, S=10/30, R=20/40, T=DNS/RFC822/X-Unix, A=scanmails -Y -a $h -d $u > Did you change anything in amavis scripts to get it working ? no: cd ~/src/amavis-0.2.1 ./configure --prefix=/usr/local \ --enable-virusbackup=no \ --with-mailto=postmaster make make install Thorsten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message