Hello
I have a user that keeps getting Domain - Removed - has exceeded the max defers and failures per hour (8/8 (88%)) allowed. Message discarded
I am looking at sent summary, but I can't find the source of the problems:

So from 9.36 onward I do not see any mail that caused it to his the deferals limit at 9.39
Do incoming emails count too?
I ran
and I do see the main user with a lot of emails: 988
I'm not sure what does this mean, and why can't I see them in the summary logs
Thanks
here is a screenshot with only failures.
All because of max deferals and failures
But I can see no other email that caused the failures in the first place

I have a user that keeps getting Domain - Removed - has exceeded the max defers and failures per hour (8/8 (88%)) allowed. Message discarded
I am looking at sent summary, but I can't find the source of the problems:

So from 9.36 onward I do not see any mail that caused it to his the deferals limit at 9.39
Do incoming emails count too?
I ran
Code:
grep -oP "(?<=A=dovecot_(login|plain):)\S+|(?<= U=)\S+" /var/log/exim_mainlog | sort | uniq -c|awk '{print $2,$1}'|sort -k2n|column -t | grep minus
I'm not sure what does this mean, and why can't I see them in the summary logs
Thanks
here is a screenshot with only failures.
All because of max deferals and failures
But I can see no other email that caused the failures in the first place

Last edited by a moderator: