roles/postfix: Deploy Postfix MTA
The *postfix* role installs and configures the Postfix MTA. It currently supports a number of modes, including direct transfer and relay. Relay mode supports STARTTLS security and PLAIN authentication.
This commit is contained in:
3
roles/postfix/defaults/main.yml
Normal file
3
roles/postfix/defaults/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
smtp_inet_interfaces: localhost
|
||||
smtp:
|
||||
mode: direct
|
||||
Reference in New Issue
Block a user