|
Bugzilla – Full Text Bug Listing |
| Summary: | postfix gives warnings about deprecated parameters | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Freek de Kruijf <freek> |
| Component: | Network | Assignee: | Peter Varkoly <varkoly> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch file for config.postfix | ||
|
Description
Freek de Kruijf
2024-05-27 15:26:44 UTC
Created attachment 875136 [details]
Patch file for config.postfix
(In reply to Freek de Kruijf from comment #0) > postfix gives warnings about deprecated parameters > In principle "$POSTFIX_SMTP_TLS_CLIENT" == "must" should not be expanded in > $PCONF -e "smtp_tls_security_level = encrypt". This is a global definition. > It should be expanded in smtp_tls_policy_maps = lmdb:/etc/postfix/tls_policy > and only for specific destinations in /etc/postfix/tls_policy. > So the possibility "must" should be accompanied by specific destinations. Setting this parameter to this value also results in amavis not able to deliver messages back to postfix. Only after resetting the value to "may" gets these messages again processed by postfix. (In reply to Freek de Kruijf from comment #2) > (In reply to Freek de Kruijf from comment #0) > > postfix gives warnings about deprecated parameters > > In principle "$POSTFIX_SMTP_TLS_CLIENT" == "must" should not be expanded in > > $PCONF -e "smtp_tls_security_level = encrypt". This is a global definition. > > It should be expanded in smtp_tls_policy_maps = lmdb:/etc/postfix/tls_policy > > and only for specific destinations in /etc/postfix/tls_policy. > > So the possibility "must" should be accompanied by specific destinations. > > Setting this parameter to this value also results in amavis not able to > deliver messages back to postfix. Only after resetting the value to "may" > gets these messages again processed by postfix. It is the reverse, postfix can't deliver the message to amavis, because it requires amavis to present STARTTLS. |