Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread MichaelLeung
please tell me what did you see the To: and the Subject:header i issue these commands echo "test message 1" | mail -s 'test mail 1' -r us...@gtexr.eu.org us...@gtexr.eu.org echo "test message 2" | mail -s 'test mail 2' us...@gtexr.eu.org i got test mail 2 as normal ,but test mail

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread Mark Sapiro
I wrote: > Further, I asked you > >> Also please do both of the following commands exactly as shown: >> >> echo "test message 1" | mail -s 'test mail 1' -r mark at msapiro.net mark at >> msapiro.net >> echo "test message 2" | mail -s 'test mail 2' mark at msapiro.net > > > If you have done tha

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread Mark Sapiro
On 12/27/2015 06:46 PM, MichaelLeung wrote: > so , i think the root cause relate to the if mailman does support > spoofing sender or not , > > but from my another instance mailman server , the answer should be YES, > cause this instance mailman server can accept mail sent from > a...@mailman.com t

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread Mark Sapiro
On 12/27/2015 06:42 PM, MichaelLeung wrote: > hi all > sorry , i think i miss the previous email > > here is the output > ls -l `which mail` > lrwxrwxrwx 1 root root 22 12月 18 11:13 /bin/mail -> /etc/alternatives/mail > > ls -l `which sendmail` > lrwxrwxrwx 1 root root 21 12月 18 11:12 /usr/sbin/s

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread MichaelLeung
so , i think the root cause relate to the if mailman does support spoofing sender or not , but from my another instance mailman server , the answer should be YES, cause this instance mailman server can accept mail sent from a...@mailman.com to a...@mailman.com On 12/28/2015 10:42 AM, Michael

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread MichaelLeung
hi all sorry , i think i miss the previous email here is the output ls -l `which mail` lrwxrwxrwx 1 root root 22 12月 18 11:13 /bin/mail -> /etc/alternatives/mail ls -l `which sendmail` lrwxrwxrwx 1 root root 21 12月 18 11:12 /usr/sbin/sendmail -> /etc/alternatives/mta ls -l `which mailx` -rwx

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread Mark Sapiro
On 12/27/2015 12:37 AM, MichaelLeung wrote: > i think is related to the sender address > > as i use -r to speacified a maillist address as the sender address and > send this mail to this maillist , Mailman will report the issue , which > mean while , if the from address is differen to recipient a

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread Barry S. Finkel
Mack Sapiro wrote in response to MichaelLeung : What output do the following commands produce: ls -l `which mail` ls -l `which sendmail` ls -l `which mailx` Michael, you have not given us the output of those commands (unless I missed something in the dialog between you and Mark). And also, w

Re: [Mailman-Users] mails send from sendmail with commandline to mailman become 'Message has implicit destination'

2015-12-27 Thread MichaelLeung
i think is related to the sender address as i use -r to speacified a maillist address as the sender address and send this mail to this maillist , Mailman will report the issue , which mean while , if the from address is differen to recipient address, mailman will accept it. On 12/27/2015 0