You can throttle internet-to-IMail flow by reducing the number of concurrent SMTP 
sessions to Imail in your IMGate:

transport_destination_concurrency_limit
Limit on the number of parallel deliveries to the same destination, for delivery via 
the named message transport.

Create a new transport in master.cf by duplicating the standard smtp line, and name it 
"imail", and make the maxproc param "1" (vs
default 50)

in transport.map, change each Imail domain like this:

isphuset.no smtp:[ip.ad.re.ss]

to

isphuset.no imail:[ip.ad.re.ss]

and in main.cf,

imail_destination_concurrency_limit = 1

...... which will prevent postfix from opening more than 1 SMTP client sending to 
Imail.  This is a slow as you can go for
deliveries.  :))


If I understand this right I can simple change this

Default value as I find them ?

local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 100
default_destination_recipient_limit = 100
To
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 1
default_destination_recipient_limit = 100

Since I am only using this to 2 Imail servers 

Or should it only be for the one server who has the problem


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to