Re: MailScanner Issues

2006-06-03 Thread Martin Hepworth

Robert

ASk on the mailScanner email list. there are people there who run sendmail 
FreeBSd  MailScanner and will be able to tell you the rc.conf settings.

--
martin

On 5/28/06, Robert Davison [EMAIL PROTECTED] 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


-
Try the all-new Yahoo! Mail . The New Version is radically easier to use
– The Wall Street Journal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MailScanner Issues

2006-05-29 Thread Robert Davison
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]


Re: MailScanner Issues

2006-05-29 Thread Mikhail Goriachev
Robert Davison wrote:
 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.
 


Oops... I'm not familiar with MailScanner. I just assumed, based on your
log, that sendmail is the epicentre of your problem. I reckon someone
else would be able to help you.

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]


Re: MailScanner Issues

2006-05-29 Thread Lars Kristiansen

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
  


Does that not indicate that some old sendmail is still running?
Can you stop those?
If unsure, maybe reboot without sendmails, and then check with ps.

--
Regards from Lars



-
 Try the all-new Yahoo! Mail . The New Version is radically easier to use – 
The Wall Street Journal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MailScanner Issues

2006-05-28 Thread Mikhail Goriachev
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]