Hi,
this has probably been answered millions of times.
I have max_mail_per_hour=100
a user tried to send 200 emails today in one go.... ;-)
he got a bunch of mailer-deamon messages return saying "Domain domain.tld has exceeded the max emails per hour (124/100 (124%)) allowed. Message will be reattempted later"
my question is: will the message be reattempted later ?
because when I look at the logs I see this: "Domain domain.tld has exceeded the max emails per hour (125/100 (125%)) allowed. Message discarded."
so the notification to the user says = "message will be reattempted later"
but the server says = "Message discarded"
just wondering.... will the message be sent at later time, or has the message been discarded and will not be sent at all ?
I have not seen the message go out again in the logs...
so if the answer is no, the message will not be reattempted later, can I somehow create a queue or something so the mail server still sends out all messages, just waits until next hour ?
or how is everyone managing this ?
thank you.
this has probably been answered millions of times.
I have max_mail_per_hour=100
a user tried to send 200 emails today in one go.... ;-)
he got a bunch of mailer-deamon messages return saying "Domain domain.tld has exceeded the max emails per hour (124/100 (124%)) allowed. Message will be reattempted later"
my question is: will the message be reattempted later ?
because when I look at the logs I see this: "Domain domain.tld has exceeded the max emails per hour (125/100 (125%)) allowed. Message discarded."
so the notification to the user says = "message will be reattempted later"
but the server says = "Message discarded"
just wondering.... will the message be sent at later time, or has the message been discarded and will not be sent at all ?
I have not seen the message go out again in the logs...
so if the answer is no, the message will not be reattempted later, can I somehow create a queue or something so the mail server still sends out all messages, just waits until next hour ?
or how is everyone managing this ?
thank you.