Hi,
in the next days our external service provider will push to our relay
server (Postfix) regulary ~300 000 - 500 000 E-mails with size 60-500kb.
External system provider has a SMTP server farm, so it will send messages
from ~20 IP`s to our single Postfix instance.
My question is, do I need to
Hi,
I would think they would have to tell you the volume and or rate at which they
intend to send the mail.
By default Postfix lets the queue grow to 20,000 emails I think, and then may
stop accepting until it can process some, and start accepting more.
Any reason you haven’t been reading this?
Fazzina, Angelo:
> Hi,
> I would think they would have to tell you the volume and or rate
> at which they intend to send the mail.
He mentioned message count and size, about 100GB of traffic, so that
might take a while, especially when the queue is on spinning disks.
> By default Postfix lets th
On 04/11/2017 07:02 AM, Wietse Venema wrote:
> - If the sender's DNS setup is borked, Postfix will lose time doing
> DNS lookup for the SMTP client name/address.
One way I minimized this issue was to define a very large cache in the
local DNS service for each dedicated incoming mail server.
This
On 2017-04-11 10:02:21 (-0400), Wietse Venema wrote:
Fazzina, Angelo:
I would think they would have to tell you the volume and or rate at
which they intend to send the mail.
He mentioned message count and size, about 100GB of traffic, so that
might take a while, especially when the queue is
> On Apr 11, 2017, at 1:55 PM, Philip Paeps wrote:
>
> It is worth repeating that the spinning rust actually matters in this case:
> Postfix fsync()s when accepting a message into the queue. The time to it
> takes to enqueue a message is at least the time it takes to write it to
> disk, not sim
On 2017-04-11 14:04:08 (-0400), Viktor Dukhovni
wrote:
On Apr 11, 2017, at 1:55 PM, Philip Paeps wrote:
It is worth repeating that the spinning rust actually matters in this
case: Postfix fsync()s when accepting a message into the queue. The
time to it takes to enqueue a message is at least