This is a discussion on [courier-users] Courier's sendmail not working with comma separated recipients using within the Courier-Imap forums, part of the Mail Servers and Related category; Hi! when I use echo "To: user1@mydomain.com,user2@mydomain.com" | /usr/sbin/sendmail.courier it works ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
when I use echo "To: user1@mydomain.com,user2@mydomain.com" | /usr/sbin/sendmail.courier it works but when I use this (mail command style): /usr/sbin/sendmail.courier -s "probe" user1@mydomain.com,user2@mydomain.com it generates the following error: Dec 1 17:42:00 server courierd: started,id=00000000000404D0.00000000438F27D7.00004 A3D,from=<root@mydomain.com>,module=esmtp,host=myd omain.com,user2@mydomain.com,addr=<user1@mydomain. com,user2@mydomain.com> 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 =<root@mydomain.com>,addr=<user1@mydomain.com,user 2@mydomain.com>: configuration error: mail loops back to myself (MX problem). with this syntax, it works (space instead of comma): /usr/sbin/sendmail.courier -s "proba" roti@profi-media.com roti@al.pmmf.hu The result is the same, using tha mail syntax: when the sendmail binary is the original sendmail binary, this one works: mail -s "probe" user1@mydomain.com,user2@mydomain.com but when the sendmail binary is courier's sendmail binary, it generates the above error. How can I make mail -s "probe" user1@mydomain.com,user2@mydomain.com 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 courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |