MailScanner Issues
Mikhail Goriachev
mikhailg at webanoide.org
Sun May 28 19:57:41 PDT 2006
Robert Davison wrote:
> I've done a bit more digging. It seems that my sendmail_in.pid and sendmail_out.pid files are not running in /var/run, despite having this in my rc.conf..
>
> sendmail_enable="NONE"
> clamd_enable="YES"
> freshd_enable="YES"
> mailscanner_enable="YES"
> mta_enable="YES"
> mta_type="sendmail"
> mta_profiles="incoming outgoing submitqueue"
> mta_incoming_flags="-L sm-mta-in -bd -OPrivacyOptions=noetrn -OQueueDirectory=/v
> ar/spool/mqueue.in -ODeliveryMode=queueonly"
> mta_incoming_pidfile="/var/run/sendmail_in.pid"
> mta_incoming_configfile="/etc/mail/sendmail.cf"
> mta_outgoing_flags="-L sm-mta-out -q15m"
> mta_outgoing_pidfile="/var/run/sendmail_out.pid"
> mta_outgoing_configfile="/etc/mail/sendmail.cf"
> mta_submitqueue_flags="-L ms-msp-queue -Ac -q15m"
> mta_submitqueue_pidfile="/var/spool/clientmqueue/sm-client.pid"
> mta_submitqueue_configfile="/etc/mail/submit.cf"
>
> I'm getting a sendmail.pid file, but nothing more
Well, this makes sense. Your sendmail is disabled:
sendmail_enable="NONE"
This is what you need:
sendmail_enable="YES"
Try that and see how it goes.
Cheers,
Mikhail.
--
Mikhail Goriachev
Webanoide
Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: mikhailg at webanoide.org
Web: http://www.webanoide.org
PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
More information about the freebsd-questions
mailing list