Hi!

when I use
echo "To: [EMAIL PROTECTED],[EMAIL PROTECTED]" | /usr/sbin/sendmail.courier
it works

but when I use this (mail command style):
/usr/sbin/sendmail.courier -s "probe" [EMAIL PROTECTED],[EMAIL PROTECTED]

it generates the following error:

Dec 1 17:42:00 server courierd: started,id=00000000000404D0.00000000438F27D7.00004A3D,from=<[EMAIL PROTECTED]>,module=esmtp,host=mydomain.com,[EMAIL PROTECTED],addr=<[EMAIL PROTECTED],[EMAIL PROTECTED]> Dec 1 17:42:00 server courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1 Dec 1 17:42:00 server courieresmtp: id=00000000000404D0.00000000438F27D7.00004A3D,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED],[EMAIL PROTECTED]>: configuration error: mail loops back to myself (MX problem).


with this syntax, it works (space instead of comma):
/usr/sbin/sendmail.courier -s "proba" [EMAIL PROTECTED] [EMAIL PROTECTED]

The result is the same, using tha mail syntax:
when the sendmail binary is the original sendmail binary, this one works:
mail -s "probe" [EMAIL PROTECTED],[EMAIL PROTECTED]
but when the sendmail binary is courier's sendmail binary, it generates the above error.


How can I make
mail -s "probe" [EMAIL PROTECTED],[EMAIL PROTECTED]
to work with courier's sendmail?


Thanx
Roti


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to