mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #1288] Catch all alias not working #1038
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#1038
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 @telskamp on GitHub (Nov 1, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1288
Impacted versions
*linux: Ubuntu 16.04 updated
Steps to reproduce
create a *.domain.tld alias pointing to blabla@domain.tld
Current behavior
Recipient address rejected: undeliverable address: host xx.xxxxx.xx[private/dovecot-lmtp] said: 550 5.1.1 test@domain.tld User doesn't exist
Expected behavior
email delivered to blabla@domain.tld
I did try to recreate the catch-al and I tried pointing it to another inbox.
I also tried removing /var/lib/postfix/verify_cache.db and restarting postfix, but it did not make a difference.
@tonioo commented on GitHub (Nov 1, 2017):
@telskamp What syntax did you use?
@telskamp commented on GitHub (Nov 1, 2017):
@tonioo I am not sure what you mean by syntax in this matter, what syntax did I use doing what?
@tonioo commented on GitHub (Nov 1, 2017):
@telskamp How did you create your alias? What value did you use? Can you take a screenshot?
@tonioo commented on GitHub (Nov 2, 2017):
Remove the '*' and it will work.
@telskamp commented on GitHub (Nov 2, 2017):
@tonioo thank you, obviously user error from my side