-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maildrop: Timeout quota exceeded #534
Comments
Also, |
Thanks for the tip, wasted hours on this one :-) Any chance this will be fixed in a future version? Has this been reported to a maintainer? |
I haven't reported it upstream yet. |
I've tested today and determined that versions of maildrop <= 3.1.0 work fine. Every version >= 3.1.1 is broken. The breakage was introduced with commit 29fe3e7. |
- mysql support was recently removed from the vpopmail port, build from source instead - vpopmail: support for QMAIL_EXT - vpopmail: add TOASTER_VPOPMAIL_CLEAR setting - vpopmail: create aliasdomains table - dovecot: update SQL to support valiasdomains - fixes #481 - remove installs of dialog4ports (deprecated), auto-install portconfig when building from ports - vpopmail: installed maildrop 3.1.0, workaround for #534 - qmail: set QMD VPOPMAIL_EXT when configured
After deploying a new vpopmail jail, local mail deliveries are stuck in the qmail local queue. Logs show the error
deferral: maildrop:_Timeout_quota_exceeded./
To Reproduce
Install a new vpopmail jail. Deliver some local mail.
Expected behavior
Mail to get delivered.
Server (please complete the following information):
I have worked around this issue by reverting to an older version of maildrop (<=3.1.0). Add the following to the
distinfo
file in the maildrop port and manually change the version inMakefile
. Thenmake build deinstall install clean
.The text was updated successfully, but these errors were encountered: