Bug 55173 - Add possibility to setup Catch-All Address with Postfix via UMC (or ucr)
Add possibility to setup Catch-All Address with Postfix via UMC (or ucr)
Status: NEW
Product: UCS
Classification: Unclassified
Component: Mail
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-09-05 19:11 CEST by Nico Stöckigt
Modified: 2022-09-06 08:29 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2022090521000671
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Stöckigt univentionstaff 2022-09-05 19:11:47 CEST
There should be a possibility to setup a Catch-All Address to receive all eMail there is no mailbox for.
Postfix allows this by adding a '@maildomain'-Entry to the virtual.db.
Comment 1 Nico Stöckigt univentionstaff 2022-09-05 19:23:00 CEST
In UCS there is [postconf]

virtual_mailbox_maps = ldap:/etc/postfix/ldap.virtual_mailbox, ldap:/etc/postfix/ldap.sharedfolderlocal

that's why I assume there is no way to do this. UMC returns 'invalid Mail-Address' when trying to enter just '@maildomain'.
Comment 2 Daniel Tröder univentionstaff 2022-09-06 08:29:13 CEST
It's also a very bad idea to create a catch-all address.
It leads to the system accepting all spam emails and then sending bounces instead of rejecting it in the SMTP dialogue.

It is usually a sign of bad system design, as all senders should know their targets.

What is the scenario for such a feature?