Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Noel Jones
On 10/8/2010 11:16 AM, Manjiri wrote: I am sending a message to "newu...@messaging.cerner.com"(valid) and "manji...@messaging.cerner.com" (invalid) maillog: Oct 8 11:12:51 goonie postfix/smtpd[19689]: connect from unknown[10.184.60.37] The client connects. Oct 8 11:12:51 goonie postfix/sm

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Wietse Venema
Manjiri Namjoshi: > I dont know how to collect the smtp conversation .. or how to log the > smtp session. Can you give me some hints ? You could telnet to the SMTP port and type the commands to deliver one message to one good and one bad recipient. You will discover that Postfix rejects the bad u

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Wietse Venema
Manjiri: > > Hello, > > I am interested to know if it is possible to configure postfix such that, if > a message is sent to multiple recipients. Out of which, if one is an invalid > address and other is a valid address. Then, right now the postfix rejects > the mail with a 550 error (Recipient ad

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Manjiri
Is it that the entire message is getting rejected because for some reason the postfix is not splitting it up per recipient ? I have: default_destination_recipient_limit = 50 smtp_destination_recipient_limit = $default_destination_recipient_limit in the main.cf.default Manjiri wrote: > > I a

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Manjiri
I am sending a message to "newu...@messaging.cerner.com"(valid) and "manji...@messaging.cerner.com" (invalid) maillog: Oct 8 11:12:51 goonie postfix/smtpd[19685]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled Oct 8 11:12:51 goonie postfix/smtpd[19685]: warning: 10.184.

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Brian Evans - Postfix List
On 10/8/2010 11:34 AM, Manjiri wrote: Hello, I am interested to know if it is possible to configure postfix such that, if a message is sent to multiple recipients. Out of which, if one is an invalid address and other is a valid address. Then, right now the postfix rejects the mail with a 550 er

Re: Customize / configure postfix with multiple recipients

2010-10-08 Thread Noel Jones
On 10/8/2010 10:34 AM, Manjiri wrote: Hello, I am interested to know if it is possible to configure postfix such that, if a message is sent to multiple recipients. Out of which, if one is an invalid address and other is a valid address. Then, right now the postfix rejects the mail with a 550 er