From 0154b9c615fdecb491823a0712883f01e27d7012 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 22 Jun 2018 10:02:36 +0200 Subject: [PATCH] Consistency changes --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5553ee7..5ed2556 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ None * `postfix_relayhost` [default: `false` (no relay host)]: Hostname to relay all email to * `postfix_relayhost_port` [default: 587]: Relay port (on `postfix_relayhost`, if set) * `postfix_sasl_security_options` [default: `noanonymous`]: SMTP client SASL security options - * `postfix_sasl_mechanism_filter` [default: empty (no filter)]: SMTP client SASL authentication mechanism filter ([see](http://www.postfix.org/postconf.5.html#smtp_sasl_mechanism_filter)) + * `postfix_sasl_mechanism_filter` [default: `''`]: SMTP client SASL authentication mechanism filter ([see](http://www.postfix.org/postconf.5.html#smtp_sasl_mechanism_filter)) * `postfix_relaytls` [default: `false`]: Use TLS when sending with a relay host * `postfix_smtp_tls_cafile` [optional]: A file containing CA certificates of root CAs trusted to sign either remote SMTP server certificates or intermediate CA certificates (e.g. `/etc/ssl/certs/ca-certificates.crt`) * `postfix_sasl_user` [default: `postmaster@{{ ansible_domain }}`]: SASL relay username diff --git a/defaults/main.yml b/defaults/main.yml index 500a27a..6958b09 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -19,7 +19,7 @@ postfix_sasl_auth_enable: true postfix_sasl_user: "postmaster@{{ ansible_domain }}" postfix_sasl_password: 'k8+haga4@#pR' postfix_sasl_security_options: noanonymous -postfix_sasl_mechanism_filter: # empty +postfix_sasl_mechanism_filter: '' postfix_inet_interfaces: all postfix_inet_protocols: all postfix_mydestination: