Ref T1930
Details
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Errors Severity Location Code Message Error roles/mailserver/postfix/files/postfix-to-mailman.py:21 E501 flake8 E501 - Unit
No Test Coverage - Branch
- Build Status
Buildable 5450 Build 5731: arc lint + arc unit
Event Timeline
roles/mailserver/init.sls | ||
---|---|---|
8–9 | this line should be removed ? |
roles/mailserver/init.sls | ||
---|---|---|
8–9 | yes, as we've now content :) |
roles/mailserver/postfix.sls | ||
---|---|---|
1 ↗ | (On Diff #8329) | ... header ... |
Tested,
Postfix is working fine,
"Relay access denied" => so we are not an open relay
Missing part :
- more than one domain
- understandinf of the local delievery
roles/mailserver/postfix/files/main.cf | ||
---|---|---|
20 | myhostname = mail.nasqueron.org TO ADD |
roles/mailserver/postfix/files/master.cf | ||
---|---|---|
74 | No current known use of newsgroups, is a newsgroup gateway | |
76 | Needs bsmtp package | |
78 | Can be removed too, historical virtual mail solution using LDAP. | |
83 | Probably best to use the Perl one for now. It has been actively developed until 2013, then some fixes from 2024, as seen at https://metacpan.org/dist/Mail-SPF-Iterator/changes On FreeBSD, it's postfix-policyd-spf-perl package On Debian, same name is used, ie postfix-policyd-spf-perl Packages not found on EPEL / CentOS Stream 10 / Rocky 9.4 |
roles/mailserver/postfix/files/master.cf | ||
---|---|---|
70 | Path correct, package to add | |
74 | bsmtp still to remove | |
77 | We need to provision the script ourselves. We can use https://github.com/fauria/docker-mailman/blob/master/centos7/postfix-to-mailman.py as a source. It's not part of the mailman3 Debian package anymore. | |
80 | Script is at another location |