Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2006 12:36:07 +0100 (BST)
From:      Robert Davison <rob_27_preston@yahoo.co.uk>
To:        Mikhail Goriachev <mikhailg@webanoide.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: MailScanner Issues
Message-ID:  <20060529113607.5960.qmail@web25001.mail.ukl.yahoo.com>
In-Reply-To: <447A631E.2060504@webanoide.org>

next in thread | previous in thread | raw e-mail | index | archive | help
But the config settings I've seen all say that when using MailScanner, you must set the sendmail_enable to None.
   
  Even with this set to YES, then I still dont have the sendmail_out.pid and sendmail_in.pid files running.

Mikhail Goriachev <mikhailg@webanoide.org> wrote:
  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@webanoide.org
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


Send instant messages to your online friends http://uk.messenger.yahoo.com 



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