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:
8
roles/postfix/vars/defaults.yml
Normal file
8
roles/postfix/vars/defaults.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
postfix_required_packages:
|
||||
- postfix
|
||||
- cyrus-sasl-plain
|
||||
postfix_compatibility_level: 2
|
||||
postfix_sample_directory: /usr/share/doc/postfix/samples
|
||||
postfix_readme_directory: /usr/share/doc/postfix/README_FILES
|
||||
postfix_meta_directory: /etc/postfix
|
||||
postfix_shlib_directory: /usr/lib/postfix
|
||||
Reference in New Issue
Block a user