Douglas Wheeler ha scritto:
> Is there an option in James to limit the number of recipients of an SMTP
> message?  I am sending a message to 223 recipients and the message is
> returning a "Diagnostic-Code: smtp; 452 Too many recipients".
> 
>  
> 
> Thanks!

Unless you configured a smart-gateway JAMES already split the message
for every destination domain.

So JAMES should simply send 1 message for each domain including only
recipients for that domain.

Unfortunately there is no way to tune or change this.

If you know JAVA and you want to try to change it then the right place
is the RemoteDelivery mailet. Somewhere in that mailet the message
recipients are looped and 1 mail for each domain is created. If you add
a counter there you can create multiple mails with a limited recipients
number.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to