-
Notifications
You must be signed in to change notification settings - Fork 150
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
lmtpd service does not respect user_deny.db #1700
Comments
From: Deniss Gaplevsky lmtpd network service should respect user_deny.db to bounce new incoming messages with 4xx code back to an queue for the users listed. |
From: Ken Murchison Fixed in master. Will be in 2.5 |
From: Deniss Gaplevsky please backport it to stable branch |
From: Ken Murchison Committed to cyrus-imapd-2.4 |
From: Leena Heino This patch seems to break delivery to shared mailboxes when postuser in imapd.conf is set to its default empty value. If one tries to sent email to shared mailbox then lmtpd just silently closes the connection. No errors are seen in the lmtpd output nor are any errors logged to the logs. The connection is just silently closed and messages will remain undelivered in the mail queue. |
From: Deniss Gaplevsky the patch does not convert cyrus internal mailbox name into external format (ie ^ => . in username part) before matching user_deny entries. |
From: Deniss Gaplevsky following patch fix the issue with lmtpd.
Indeed other services (imap/pop) do improper user_deny.db checking against internal username every time but at login
|
From: Deniss Gaplevsky (In reply to comment 6) correct patch that works with domains is:
|
From: Deniss Gaplevsky
Bugzilla-Id: 3856
Version: 2.4.17
Owner: Bron Gondwana
The text was updated successfully, but these errors were encountered: