|
| | Subject: | Re: send mail limits | | Group: | Postfix-users | | From: | Ralf Hildebrandt | | Date: | 28 Jul 2007 |
* Michal Krajcirovic <konference>:
> Hello,
> i want to send a lot of mails - circa 200k mails.
> 160k go to seznam.cz - big czech freemail.
> They are this limits:
> - max. 179 mails per 180 second from one SMTP server
> - max. five connections at the same time
>
> Can is postfix doing this?
max. five connections at the same time can be done like this:
in transport_maps:
seznam.cz seznam:
in master.cf (sezname is a copy of the smtp ... smtp line):
seznam unix - - - - - smtp
in main.cf:
seznam_destination_concurrency_limit = 5
--
Ralf Hildebrandt (Ralf.Hildebrandt) plonk
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Old programmers never die. They just branch out to a new address.
|