Postfix, limit destination concurrency

Posted by Hamlet on Server Fault See other posts from Server Fault or by Hamlet
Published on 2010-03-30T12:49:16Z Indexed on 2010/03/30 12:53 UTC
Read the original article Hit count: 788

Filed under:
|

Hi,

Website sending email using phpmailer - Centos, postfix, php, mysql etc

Emails are getting delivered to all hosts correctly except one.

Mar 30 14:38:22 server postfix/qmgr[15467]: 7237D218852D: to=, relay=none, delay=0.04, delays=0.04/0.01/0/0, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail06.indamail.hu[91.83.45.46] while sending MAIL FROM)

They told me to limit concurrent connections to 2 to their server. I did, but they still say I connect more than twice.

main.cf:

default_destination_concurrency_limit = 1
fallback_relay = 
smtp_destination_concurrency_limit = 1
initial_destination_concurrency = 1

Any ideas?

Thanks,

Hamlet

© Server Fault or respective owner

Related posts about postfix

Related posts about concurrency