Remove Ubuntu specific defaults
This commit is contained in:
parent
4237556a6f
commit
844de7cf57
@ -1,5 +1,5 @@
|
|||||||
postfix:
|
postfix:
|
||||||
smtpd_banner: $myhostname ESMTP $mail_name (Ubuntu)
|
smtpd_banner: $myhostname ESMTP $mail_name
|
||||||
biff: "'no'"
|
biff: "'no'"
|
||||||
|
|
||||||
append_dot_mydomain: "'no'"
|
append_dot_mydomain: "'no'"
|
||||||
|
@ -21,7 +21,7 @@ include:
|
|||||||
- service: postfix
|
- service: postfix
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defaults:
|
- defaults:
|
||||||
smtpd_banner: {{ salt['pillar.get']('postfix:smtpd_banner', '$myhostname ESMTP $mail_name (Ubuntu)' )}}
|
smtpd_banner: {{ salt['pillar.get']('postfix:smtpd_banner', '$myhostname ESMTP $mail_name' )}}
|
||||||
biff: {{ salt['pillar.get']('postfix:biff', "'no'" )}}
|
biff: {{ salt['pillar.get']('postfix:biff', "'no'" )}}
|
||||||
|
|
||||||
append_dot_mydomain: {{ salt['pillar.get']('postfix:append_dot_mydomain', "'no'" )}}
|
append_dot_mydomain: {{ salt['pillar.get']('postfix:append_dot_mydomain', "'no'" )}}
|
||||||
|
Loading…
Reference in New Issue
Block a user