Bug 51586 - mail/postfix/policy/listfilter=yes does not add policy to submission_restrictions
mail/postfix/policy/listfilter=yes does not add policy to submission_restrict...
Status: NEW
Product: UCS
Classification: Unclassified
Component: Mail
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-26 16:47 CEST by Sönke Schwardt-Krummrich
Modified: 2020-06-26 16:48 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.069
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
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 Sönke Schwardt-Krummrich univentionstaff 2020-06-26 16:47:11 CEST
The manual requires setting the variable mail/postfix/policy/listfilter=yes if the sending restrictions for e.g. mails to groups should be activated. 
However, this results in the sending restriction only being active on port 25. On port 465 and 587 it is NOT active.

On the affected customer system, it was sufficient to run the following command additionally (workaround):

ucr set mail/postfix/submission/restrictions/recipient/75="check_policy_service unix:private/listfilter"

Spontaneous solution approaches:
1) the manual contains all required steps
2) we should check, if we can add the missing policy_check also for the submission_restrictions automatically
Comment 1 Sönke Schwardt-Krummrich univentionstaff 2020-06-26 16:48:22 CEST
The ucs-test scripts should also be adapted to not only check port 25 but also 465/587 for this feature.