feat: allow a catchall alias to be used#7
Conversation
|
tried this on a current install and it works for manually added email addresses. Unfortunately it doesn't work on LDAP synced users, I also tried I try to find the LDAP sync filter and perhaps can submit another pull request EDIT: just FYI change Line 137 in fef7240 to see next post for details |
|
this solution sounded very nice and simple. Unfortunately it's not a last resort catch all, it's a primarily catch all. This is what my quick tests have shown. I tried to solve a problem like "AD user gets deleted, but incoming mails need to be delivered for the old address in a catch all mailbox". Not possible with this pull request. |
From my point of understanding, this is a Postfix configuration issue; citing: https://serverfault.com/a/1094145:
Unfortunately, this seems to be a quite common configuration mistake (that I also run into already). |
No description provided.