[Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 14 11:14:17 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Kyle M Hall from comment #3)
> How do we know what the error is? Koha::Email uses Email::Stuffer as a base
> with uses Email::Sender::Simple which throws an Email::Sender::Failure
> exception. If we know what the code for that is, we add a new 'retry'
> status, and a 'retry_after' timestamp such that process_message_queue.pl
> will only attempt to send retries after that timestamp.

In many cases Koha will just send to port 25. If the local mta receives it,
Koha marks it as sent. But the mail is not yet outside. E.g. My local mta is
now trying to send it to my mail container. Which also receives it and the
problem comes up there.

Bug 33360 tries to throttle a bit smarter than the current limit does by
looking at recipient domains too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list