Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 May 2004 10:49:47 -0500
From:      "" <freebsd@vfemail.net>
To:        "" <freebsd-stable@freebsd.org>
Subject:    FreeBSD + Sendmail + ClamAV + MailScanner >> not binding to ethernet
Message-ID:  <1083599387.40966a1b2c825@beta.vfemail.net>

next in thread | raw e-mail | index | archive | help
I am trying to setup a mail box using FreeBSD 4.9, Sendmail, ClamAB and 
MailScanner. This is how I did it.

configured sendmail, and ensured that that it is exchanging mails

Installed ClamAV, disabled its daemon script 
(renamed /usr/local/etc/rc.d/clamavd.sh to clamavd.sh.sample), and ensured it 
can check for viruses through command line.

Installed MailScanner, created the necesser directories under /var/spool, 
configured the /usr/local/etc/MailScanner/MailScanner.conf file, and renamed 
other .sample files to their respective file names.

Now, as per MailScanner instruction, I edited /etc/rc.conf and changed the line 

sendmail_enable="YES"
to
sendmail_enable="NO"

then did a shutdown now and exit

The system reinitiates, I get the message that MailScanner has started, in 
fact, doing a tail -f /var/log/maillog shows that MailScanner is indeed 
started, and is using flock (blah blah, etc.), but if I do a sockstat -4l, I 
find that SMTP is binding only to the loopback interface -- 127.0.0.1:25 only --
 when it is supposed to listen to all interfaces ? ? ? What should I do? or 
what did I do wrong???


-------------------------------------------------
This mail sent through Virus Free Email:
http://www.vfemail.net



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