Summary: | ansible: Configure Postfix to post all emails to our main relay | ||
---|---|---|---|
Product: | Infrastructure | Reporter: | Michael Tremer <michael.tremer> |
Component: | --- | Assignee: | Timo Eissler <morlix> |
Status: | CLOSED FIXED | QA Contact: | Peter Müller <peter.mueller> |
Severity: | - Unknown - | ||
Priority: | - Unknown - | CC: | morlix, peter.mueller |
Version: | unspecified | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 11656 | ||
Bug Blocks: | 11640 | ||
Attachments: | custom Postfix main.cf file for hosts relaying mail |
Description
Michael Tremer
2018-02-26 20:05:43 UTC
SMTPUTF8 must be disabled I will take care of main/master.cf files for the Postfix instances. Peter any progress in the config files for this? As i have no more information i just implemented the disableing of SMTPUTF8 and setting relayhost to mail01.i.ipfire.org. Argh, this slipped my mind. I will post some sample config within the next days. :-\ Created attachment 633 [details]
custom Postfix main.cf file for hosts relaying mail
Attached is a custom Postfix configuration which can be distributed via Ansible to all hosts "just" relaying mails to our main hop.
The configuration requires TLS and strong cryptography, which should be possible in internal networks. :-)
Done in common role. |