diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-06 20:14:30 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-06 20:14:30 -0200 |
commit | 6379357ef42d6d42067f3184a92c531405bc9c5a (patch) | |
tree | c5a4b97cc86e539fe989648b2424b6dc238611a2 /config/postfix/postfix.xml | |
parent | 1f05146a61256ad51e20e88dcbca232a808b803c (diff) | |
download | pfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.tar.gz pfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.tar.bz2 pfsense-packages-6379357ef42d6d42067f3184a92c531405bc9c5a.zip |
postfix - include ipv4,ipv6,virtual and all listen options and fix shortcut call on view,search,queue and about tab
Diffstat (limited to 'config/postfix/postfix.xml')
-rw-r--r-- | config/postfix/postfix.xml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/config/postfix/postfix.xml b/config/postfix/postfix.xml index c3b3664f..e9d2d953 100644 --- a/config/postfix/postfix.xml +++ b/config/postfix/postfix.xml @@ -207,13 +207,31 @@ <description></description> </field> <field> - <fielddescr>Listen interface(s)</fielddescr> + <fielddescr>Listen Protocol</fielddescr> + <fieldname>inet_protocol</fieldname> + <description><![CDATA[Specify what protocols Postfix will use when it makes or accepts network connections<br> + This option controls what DNS lookups Postfix will use when it makes network connections.<br><br> + <b>Restart postfix daemon after changing Listen protocol.</b>]]></description> + <type>select</type> + <options> + <option><name>ipv4 (DEFAULT: enable IPv4 only)</name><value>ipv4</value></option> + <option><name>all (enable IPv4, and IPv6 if supported)</name><value>all</value></option> + <option><name>ipv4, ipv6 (enable both IPv4 and IPv6)</name><value>ipv4,ipv6</value></option> + <option><name>ipv6 (enable IPv6 only</name><value>ipv6</value></option> + </options> + <required/> + </field> + <field> + <fielddescr>Listen on</fielddescr> <fieldname>enabled_interface</fieldname> <description><![CDATA[Interface(s) that daemon will bind to.<br>Do not listen on WAN without a good "antispam/close relay" configuration.<br> - If you need postfix on other ip then Interface address, choose localhost and then create a nat rule from external ip to localhost.]]></description> + If you need postfix on other ip then Interface address, choose localhost and then create a nat rule from external ip to localhost.<br><br> + <b>Restart postfix daemon after changing Listen on addresses/interfaces.</b>]]></description> <type>interfaces_selection</type> <required/> <default_value>loopback</default_value> + <showlistenall/> + <showvirtualips/> <multiple/> </field> <field> |