Bug 11649

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
This should just forward everything to our main mail relay.
Comment 1 Michael Tremer 2018-03-29 19:55:05 UTC
SMTPUTF8 must be disabled
Comment 2 Peter Müller 2018-05-01 07:46:10 UTC
I will take care of main/master.cf files for the Postfix instances.
Comment 3 Timo Eissler 2018-08-13 15:08:11 UTC
Peter any progress in the config files for this?
Comment 4 Timo Eissler 2018-08-13 15:22:28 UTC
As i have no more information i just implemented the disableing of SMTPUTF8 and setting relayhost to mail01.i.ipfire.org.
Comment 5 Peter Müller 2018-09-03 16:24:09 UTC
Argh, this slipped my mind.

I will post some sample config within the next days. :-\
Comment 6 Peter Müller 2018-09-27 17:04:54 UTC
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. :-)
Comment 7 Timo Eissler 2018-10-01 14:34:20 UTC
Done in common role.