Add template 'install_postfix_advanced.conf.j2'.
This commit is contained in:
parent
d22a65ad9a
commit
1fa5021d13
@ -207,6 +207,10 @@ template_files_mailsystem_script:
|
||||
src_path: usr/local/src/mailsystem/conf/install_amavis.conf.j2
|
||||
dest_path: /usr/local/src/mailsystem/conf/install_amavis.conf
|
||||
|
||||
- name: mailsystem_install_postfixadmin.conf
|
||||
src_path: usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2
|
||||
dest_path: /usr/local/src/mailsystem/conf/install_postfix_advanced.conf
|
||||
|
||||
- name: mailsystem_install_postfixadmin.conf
|
||||
src_path: usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2
|
||||
dest_path: /usr/local/src/mailsystem/conf/install_postfixadmin.conf
|
||||
|
@ -0,0 +1,20 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# ----------------------------------------------------
|
||||
# ---
|
||||
# - Parameter Settings Postfix Advanced System
|
||||
# -
|
||||
# - Note: You need not to create a configuration file,
|
||||
# - the installation script will do that.
|
||||
# ---
|
||||
# ----------------------------------------------------
|
||||
|
||||
_HOSTNAME={{ hostname }}
|
||||
_IPV4='{{ ipv4_address | default(omit) }}'
|
||||
_IPV6='{{ ipv6_address | default(omit) }}'
|
||||
_ADMIN_EMAIL=argus@oopen.de
|
||||
_SASL_AUTH=false
|
||||
_SASL_USER=
|
||||
_SASL_PASS=
|
||||
_RELAY_HOST=false
|
||||
|
Loading…
Reference in New Issue
Block a user