You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ None
14
14
*`postfix_hostname`[default: `{{ ansible_fqdn }}`]: Host name, used for `myhostname` and in `mydestination`
15
15
*`postfix_mailname`[default: `{{ ansible_fqdn }}`]: Mail name (in `/etc/mailname`), used for `myorigin`
16
16
*`postfix_aliases`[default: `[]`]: Aliases to ensure present in `/etc/aliases`
17
-
*`postfix_inet_interfaces`[default: `all`]: Network interfaces to bind (Postfix setting: [`inet_interfaces`](http://www.postfix.org/postconf.5.html#inet_interfaces))
17
+
*`postfix_inet_interfaces`[default: `all`]: Network interfaces to bind ([see](http://www.postfix.org/postconf.5.html#inet_interfaces))
18
+
*`postfix_inet_protocols`[default: `all`]: The Internet protocols Postfix will attempt to use when making or accepting connections ([see](http://www.postfix.org/postconf.5.html#inet_protocols))
18
19
*`postfix_relayhost`[default: `false` (no relay host)]: Hostname to relay all email to
19
20
*`postfix_relayhost_port`[default: 587]: Relay port (on `postfix_relayhost`, if set)
20
21
*`postfix_relaytls`[default: `false`]: Use TLS when sending with a relay host
0 commit comments