Re: sendmail running on localhost 25?

2004-12-25 Thread Jonathan Chen
On Fri, Dec 24, 2004 at 05:29:05PM -0700, James wrote:
 On Friday 24 December 2004 09:16 am, Ruben de Groot wrote:
  On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
   Hello,
  
   Use:
   sendmail_enable=none
  
   This will disable all sendmail processes.
 
  This will also disable those annoying daily, weekly and montly
  messages recieved from cronjobs.
 
  Who wants to read about your disks filling up, attempts to break into
  your server and other futilities anyway ;-)
 
 Thanks for the heads up on that Is there a way to make cron use something 
 other then sendmail?

If you specify in /etc/periodic.conf:

daily_output=/var/log/daily.log
weekly_output=/var/log/weekly.log
monthly_output=/var/log/monthly.log

The logs from periodic will go to those files instead.
-- 
Jonathan Chen [EMAIL PROTECTED]
---
One, with God, is always a majority, but many a martyr has been burned
   at the stake while the votes were being counted.  -- Thomas B. Reed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail running on localhost 25?

2004-12-24 Thread James
Hello,

Use:
sendmail_enable=none

This will disable all sendmail processes.

On Thursday 23 December 2004 11:55 pm, John Conover wrote:
 I just installed 5.2.1, and after installing qmail, I still have
 sendmail running on localhost 25; even though I have
 sendmail_enable=NO in /etc/conf. Where is it launched? I don't see
 it in any /etc/rc* files.

   Thanks,

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


Re: sendmail running on localhost 25?

2004-12-24 Thread Ruben de Groot
On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
 Hello,
 
 Use:
 sendmail_enable=none
 
 This will disable all sendmail processes.

This will also disable those annoying daily, weekly and montly 
messages recieved from cronjobs.

Who wants to read about your disks filling up, attempts to break into
your server and other futilities anyway ;-)

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


Re: sendmail running on localhost 25?

2004-12-24 Thread Joshua Lokken
On Fri, 24 Dec 2004 03:26:15 -0700, James [EMAIL PROTECTED] wrote:
 Hello,
 
 Use:
 sendmail_enable=none
 
 This will disable all sendmail processes.
 
Please don't top-post.  Also, the above is deprecated, and the 
pertinent documentation shows the following:

sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO

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


Re: sendmail running on localhost 25?

2004-12-24 Thread James
On Friday 24 December 2004 09:16 am, Ruben de Groot wrote:
 On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
  Hello,
 
  Use:
  sendmail_enable=none
 
  This will disable all sendmail processes.

 This will also disable those annoying daily, weekly and montly
 messages recieved from cronjobs.

 Who wants to read about your disks filling up, attempts to break into
 your server and other futilities anyway ;-)

Thanks for the heads up on that Is there a way to make cron use something 
other then sendmail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail running on localhost 25?

2004-12-24 Thread Bill Moran
James [EMAIL PROTECTED] wrote:

 On Friday 24 December 2004 09:16 am, Ruben de Groot wrote:
  On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
   Hello,
  
   Use:
   sendmail_enable=none
  
   This will disable all sendmail processes.
 
  This will also disable those annoying daily, weekly and montly
  messages recieved from cronjobs.
 
  Who wants to read about your disks filling up, attempts to break into
  your server and other futilities anyway ;-)
 
 Thanks for the heads up on that Is there a way to make cron use something 
 other then sendmail?

I missed the original post, and it appears to have been snipped away,
but one possibility:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/outgoing-only.html

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail running on localhost 25?

2004-12-24 Thread Danny MacMillan
On Fri, Dec 24, 2004 at 05:29:05PM -0700, James wrote:
 On Friday 24 December 2004 09:16 am, Ruben de Groot wrote:
  On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
   Hello,
  
   Use:
   sendmail_enable=none
  
   This will disable all sendmail processes.
 
  This will also disable those annoying daily, weekly and montly
  messages recieved from cronjobs.
 
  Who wants to read about your disks filling up, attempts to break into
  your server and other futilities anyway ;-)
 
 Thanks for the heads up on that Is there a way to make cron use something 
 other then sendmail?

If you have installed qmail properly, you don't have to do anything
extra for this to work.  You should have something like this in
/etc/mail/mailer.conf:

# Configuration for mailwrapper is kept in /etc/mail/mailer.conf.
# Replace that file with this one to enable qmail under a sendmail
# disguise. Very useful.

sendmail/usr/local/qmail/bin/sendmail
send-mail   /usr/local/qmail/bin/sendmail
mailq   /usr/local/qmail/bin/qmail-qread
newaliases  /usr/local/qmail/bin/newaliases
hoststat/usr/local/qmail/bin/qmail-tcpto
purgestat   /usr/local/qmail/bin/qmail-tcpok

You'll note the comment lines; this is the mailer.conf file that is
supplied by the qmail port.  In fact, if you followed the directions
in the pkg-message for the port, you will have run:

make enable-qmail

Which will have updated your /etc/mail/mailer.conf file automagically.

One thing to note:  if you've executed the 'minimal survival command'
then your root email is accumulating in the ~alias mailbox.  If you
want it to show up in your mailbox (or anywhere else), you'll have to
modify the ~alias/.qmail-root file appropriately.  The same goes for
postmaster and mailer-daemon.

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


Re: sendmail running on localhost 25?

2004-12-24 Thread Tabor Kelly
Ruben de Groot wrote:
On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
snip
This will also disable those annoying daily, weekly and montly 
messages recieved from cronjobs.

Who wants to read about your disks filling up, attempts to break into
your server and other futilities anyway ;-)
A typical qmail install includes the following:
$ killall sendmail
$ mv /usr/sbin/sendmail /usr/sbin/sendmail.old
$ chmod 0 /usr/sbin/sendmail.old
$ ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
$ chmod 0 /usr/libexec/mail.local
cron ends up calling /var/qmail/bin/sendmail.
-Tabor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail running on localhost 25?

2004-12-23 Thread John Conover

I just installed 5.2.1, and after installing qmail, I still have
sendmail running on localhost 25; even though I have
sendmail_enable=NO in /etc/conf. Where is it launched? I don't see
it in any /etc/rc* files.

Thanks,

John

-- 

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