GravuTrad
Regular Pleskian
Hi
A french mail provider (orange/wanadoo) has limited the simultaneous connections to send mails on their host to 3 only.
If i don't limit it, i will obtain this:
I try to implement this hint:
http://www.zapoyok.info/2011/01/01/...-many-connections-slow-down-ofr004_104-104-»/
so:
/etc/postfix/transport
wanadoo.com slow:
wanadoo.fr slow:
orange.com slow:
orange.fr slow:
then postmap /etc/postfix/transport
In /etc/postfix/master.cf
#==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
#==========================================================================
slow unix - - n - 5 smtp
-o syslog_name=postfix-slow
-o smtp_destination_concurrency_limit=3
-o slow_destination_rate_delay=1
In /etc/postfix/main.cf
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 2
and finally: /etc/init.d/postfix reload
But with this plesk said he can't parse master.cf file so postfix can't start
i tried to put the modification of this file on one line, same problem.
Where is the parse error?
Could you help me to have a good solution of send limitation only for this host? (orange/wanadoo)
Thanks for advance.
A french mail provider (orange/wanadoo) has limited the simultaneous connections to send mails on their host to 3 only.
If i don't limit it, i will obtain this:
93B7929C01B 47344 Thu Nov 10 17:57:33 apache@myserver.kimsufi.com
(delivery temporarily suspended: host smtp-in.orange.fr[80.12.242.82] refused to talk to me: 421 mwinf5c45 ME Trop de connexions, veuillez verifier votre configuration. Too many connections, slow down. OFR004_104 [104])
dominus@orange.fr
I try to implement this hint:
http://www.zapoyok.info/2011/01/01/...-many-connections-slow-down-ofr004_104-104-»/
so:
/etc/postfix/transport
wanadoo.com slow:
wanadoo.fr slow:
orange.com slow:
orange.fr slow:
then postmap /etc/postfix/transport
In /etc/postfix/master.cf
#==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
#==========================================================================
slow unix - - n - 5 smtp
-o syslog_name=postfix-slow
-o smtp_destination_concurrency_limit=3
-o slow_destination_rate_delay=1
In /etc/postfix/main.cf
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 2
and finally: /etc/init.d/postfix reload
But with this plesk said he can't parse master.cf file so postfix can't start
i tried to put the modification of this file on one line, same problem.
Where is the parse error?
Could you help me to have a good solution of send limitation only for this host? (orange/wanadoo)
Thanks for advance.
Last edited: