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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
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 "[EMAIL PROTECTED]"


Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to