--On 14. November 2004 13:02 -0800 Elizabeth Palomino <[EMAIL PROTECTED]> wrote:

echo $0|mail -s "test" [EMAIL PROTECTED]

When I try to user mail to just send mail it acts like it is going to
send it but nothing happens. nothing appears in the mail.log either.

I realize the sendmail binary is replaced by courier and suspect this
has something to do with it. Are there any workarounds to make my
scripts work.

proof it and try

$ echo blah | sendmail

if your sendmail really has been replaced with the version
shipped with courier you should get this message on stderr:

sendmail: ERR: submitclient: EOF from submit.
432 Service temporarily unavailable.
sendmail: Unable to submit message.

unfortunatey this error wont show up in the logs, but then

$ echo blah | sendmail root

gets logged (depending on syslog.conf) and delivered.


Roland



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to