Hi Mark,

SMTP_MAX_RCPTS is not working for me because i got more then 2000 thousand mail id's from same domain and if i go for that option mails will stuck . If i don't configure the option i am getting errors in mailq :

"delivery temporarily suspended: lost connection with yahoo.com[11.111.1.1] while sending DATA command" OR "server refused to talk to me: 421 4.7.0 [TS01] Messages from 111.1.11.1 temporarily deferred due to user complaints - 4."

Mark Sapiro wrote:
Nitin Bhadauria wrote:
I found the problem the "Bounce processing" option was disabled. The mailman send the mail to 500 rcpt at once because of the 20 user are says User unknown in virtual mailbox table so all the 500 mails are keep bouncing between mailman and postfix.


Enabling bounce processing in this situation will just remove valid
member addresses from your list. What you need to do is set

SMTP_MAX_RCPTS = 10

(or some number less than 20) in mm_cfg.py, so you don't ever have more
than 20 recipients to one domain.


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to