Description of problem: See Upstream PR https://github.com/ComplianceAsCode/content/pull/10219. From postconf(5) manpage, keywords for property smtpd_client_restrictions can be separated by commas and/or whitespaces. With current code using whitespaces makes the rule fail. Version-Release number of selected component (if applicable): scap-security-guide-0.1.66-2.el8_7 How reproducible: Always Steps to Reproduce: 1. Add "smtpd_client_restrictions = permit_mynetworks, reject" in /etc/postfix/main.cfg 2. Execute the rule Actual results: Fail Expected results: Pass
The PR https://github.com/ComplianceAsCode/content/pull/10219 has been merged.