Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 May 2004 18:55:58 +0100
From:      Cameron Murdoch <cam@macaroon.net>
To:        freebsd@vfemail.net
Cc:        freebsd-stable@freebsd.org
Subject:   Re: FreeBSD + Sendmail + ClamAV + MailScanner >> not binding to ethernet
Message-ID:  <409687AE.8050904@macaroon.net>
In-Reply-To: <1083599387.40966a1b2c825@beta.vfemail.net>
References:  <1083599387.40966a1b2c825@beta.vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
freebsd@vfemail.net wrote:
> I am trying to setup a mail box using FreeBSD 4.9, Sendmail, ClamAB and 
> MailScanner. This is how I did it.
> sendmail_enable="YES"
> to
> sendmail_enable="NO"
> 

Hi,

I use these commands to make sendmail play nice with MailScanner:

sendmail -L sm-mta -bd -ODeliveryMode=queueonly -OQueueDirectory=/*path 
to Mailscanner incoming directory*
sendmail -L sm-queue -q30m

I believe this setup requires the MailScanner outbound directory to be 
the sendmail default, ie /var/spool/mqueue.  I used the rc.conf sendmail 
options to run sendmail this way at startup.

There is a /usr/local/etc/rc.d/mta.sh.sample script which mailscanner 
installs and should be able to configure sendmail correctly, so perhaps 
play with that. I preferred setting it myself though.

Cheers,

Cam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409687AE.8050904>