Bug 11649 - ansible: Configure Postfix to post all emails to our main relay
Summary: ansible: Configure Postfix to post all emails to our main relay
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: --- (show other bugs)
Version: unspecified
Hardware: unspecified Unspecified
: - Unknown - - Unknown -
Assignee: Timo Eissler
QA Contact: Peter Müller
URL:
Keywords:
Depends on: 11656
Blocks: ANSIBLE
  Show dependency treegraph
 
Reported: 2018-02-26 20:05 UTC by Michael Tremer
Modified: 2019-08-28 14:11 UTC (History)
2 users (show)

See Also:


Attachments
custom Postfix main.cf file for hosts relaying mail (2.23 KB, text/plain)
2018-09-27 17:04 UTC, Peter Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
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.