forked from ISTI-ansible-roles/ansible-roles
26 lines
860 B
YAML
26 lines
860 B
YAML
postfix_biff: "no"
|
|
postfix_append_dot_mydomain: "no"
|
|
postfix_use_relay_host: True
|
|
|
|
postfix_use_sasl_auth: True
|
|
postfix_smtp_sasl_auth_enable: "yes"
|
|
postfix_smtp_create_relay_user: True
|
|
# See vars/isti-global.yml
|
|
postfix_relay_host: smtp-relay.research-infrastructures.eu
|
|
postfix_relay_port: 587
|
|
postfix_default_destination_concurrency_limit: 20
|
|
#postfix_smtp_relay_user: smtp-user
|
|
# This one has to be set inside a vault file
|
|
#postfix_smtp_relay_pwd: set_you_password_here_in_a_vault_encrypted_file
|
|
|
|
# The following options are used only whe postfix_relay_server is set to True
|
|
postfix_relay_server: False
|
|
#postfix_mynetworks: '{{ network.nmis }}, hash:/etc/postfix/network_table'
|
|
postfix_mynetworks: hash:/etc/postfix/network_table
|
|
postfix_interfaces: all
|
|
postfix_inet_protocols: all
|
|
postfix_message_size_limit: 10240000
|
|
|
|
postfix_sasl_packages:
|
|
- sasl2-bin
|