mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1789] Dovecot is rejecting aliased catch-all #1412
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbryar on GitHub (Nov 11, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1789
Impacted versions
Steps to reproduce
Fresh installation, created one admin user admin@domain1.tld, 4 domains, and then created catch-all alias from each domain to user on primary domain
Current behavior
Unless a mailbox explicitly exists or has an explicit alias on the same domain, the log shows
Expected behavior
Email to any non-user on domains 1-4 is redirected to admin@domain1.tld
Video/Screenshot link (optional)
N/A
I'm fairly certain it is Dovecot that is rejecting the mail as the MTA is asking if LMTP knows of a user for the mail, and then saying "compu-a says no" to the sender during the SMTP, but all the checks are to the database and I dont want to break the queries as I'm not fully understanding of the schema
@dbryar commented on GitHub (Nov 11, 2019):
I believe I have figured this out, so an update for anyone reading that has the same issue.
Upon default installation, Postfix is running in compatibility mode, and is ignoring a lot of the configuration options in main.cf
Fix it with this;