Re: Turning off sendmail

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Han Boetes
Date: Sunday, November 16, 2008 - 1:12 am

David,

Would you be able to understand what this code does if it was
written like this:

if [ "$sendmail_flags" != NO ] && [ -s /etc/mailer.conf ]; then
    echo -n ' sendmail'
    /usr/sbin/sendmail $sendmail_flags > /dev/null 2>&1 &
fi



# Han
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Turning off sendmail, Doug Milam, (Fri Nov 14, 9:31 am)
Re: Turning off sendmail, Lars Noodén, (Fri Nov 14, 10:50 am)
Re: Turning off sendmail, Pereresus ne Vlezaet ..., (Fri Nov 14, 10:54 am)
Re: Turning off sendmail, Nick Holland, (Fri Nov 14, 10:55 am)
Re: Turning off sendmail, Alexander Hall, (Fri Nov 14, 12:44 pm)
Re: Turning off sendmail, David, (Sat Nov 15, 4:08 pm)
Re: Turning off sendmail, STeve Andre', (Sat Nov 15, 4:23 pm)
Re: Turning off sendmail, Alexander Hall, (Sat Nov 15, 5:07 pm)
Re: Turning off sendmail, Aaron W. Hsu, (Sat Nov 15, 6:07 pm)
Re: Turning off sendmail, Han Boetes, (Sun Nov 16, 1:12 am)
Re: Turning off sendmail, David, (Sun Nov 16, 8:25 am)