| Summary: | Error message about missing macro on connect from postfix | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Frank Büttner <bugzilla> |
| Component: | spamass-milter | Assignee: | Paul Howarth <paul> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | paul |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spamass-milter-0.4.0-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-22 07:25:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Frank Büttner
2015-12-25 17:48:07 UTC
You'll need to specify "_" in your "milter_connect_macros" parameter in the postfix configuration.
Using "postconf -d" should show you what you currently have for that parameter, and you need to add "_" to that list, e.g.
milter_connect_macros = j {daemon_name} v {if_name} _
spamass-milter requires at least the j and _ macros.
If that works for you, let me know and I'll add it to the README.Postfix.
Yes on the system the "_" macro is missing.
postconf -d milter_connect_macros
milter_connect_macros = j {daemon_name} v
After change it to:
milter_connect_macros = j {daemon_name} v {if_name} _
And restart Postfix it runs without this message.
So I think this was it. :)
Thanks.
So an simply doc note will do it :)
spamass-milter-0.4.0-4.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-b1c0679eaf spamass-milter-0.4.0-4.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-b1c0679eaf spamass-milter-0.4.0-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |