Hi I have a problem when sending msg with many recipients:
when the quantity of rcpts is greater than 52, in qpsmtpd log appear this output... 2007-07-18 13:12:00.727764500 3915 dispatching RCPT TO:<[EMAIL PROTECTED]> 2007-07-18 13:12:00.727956500 3915 to email address : [<[EMAIL PROTECTED]>] 2007-07-18 13:12:00.728120500 3915 running plugin (rcpt): rcpt_ok 2007-07-18 13:12:00.728286500 3915 trying to get config for me 2007-07-18 13:12:00.728357500 3915 trying to get config for rcpthosts 2007-07-18 13:12:00.728768500 3915 trying to get config for morercpthosts 2007-07-18 13:12:00.728936500 3915 Plugin rcpt_ok, hook rcpt returned OK, 2007-07-18 13:12:00.729025500 3915 250 <[EMAIL PROTECTED]>, recipient ok ..for the first rcpt... 2007-07-18 13:12:00.730105500 3915 dispatching RCPT TO:< [EMAIL PROTECTED]> 2007-07-18 13:12:00.730235500 3915 to email address : [<[EMAIL PROTECTED]>] 2007-07-18 13:12:00.730357500 3915 running plugin (rcpt): rcpt_ok 2007-07-18 13:12:00.730440500 3915 trying to get config for me 2007-07-18 13:12:00.730508500 3915 trying to get config for rcpthosts 2007-07-18 13:12:00.730682500 3915 trying to get config for morercpthosts 2007-07-18 13:12:00.730820500 3915 Plugin rcpt_ok, hook rcpt returned OK, 2007-07-18 13:12:00.730899500 3915 250 < [EMAIL PROTECTED]>, recipient ok ...for the second rcpt... ..and so on for other 50 times/rcpt At the end 2007-07-18 13:12:01.008824500 3915 queue::smtp_2dforward plugin: forwarding to 193.204.1.1:2525 2007-07-18 13:12:01.008930500 3915 trying to get config for me 2007-07-18 13:12:01.018395500 3915 Plugin queue::smtp_2dforward, hook queue returned DECLINED, Unable to queue message () 2007-07-18 13:12:01.018499500 3915 451 Unable to queue message () 2007-07-18 13:12:20.863152500 3915 dispatching QUIT the msg is not sended... Can we help me, please? thanks in advance!