diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-09-05 19:35:33 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-09-05 19:35:33 -0300 |
commit | 7b118197b5c12738937250f144d516c1a800edb4 (patch) | |
tree | 8d92f9ae03867e27d719e35da14689c245c3c45f | |
parent | fe149a089d2cfa20b3c848971cee7adac0125c0d (diff) | |
download | pfsense-packages-7b118197b5c12738937250f144d516c1a800edb4.tar.gz pfsense-packages-7b118197b5c12738937250f144d516c1a800edb4.tar.bz2 pfsense-packages-7b118197b5c12738937250f144d516c1a800edb4.zip |
Postfix package v2 fix policydv2 instalation warning.
-rw-r--r-- | config/postfix/postfix_antispam.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_antispam.xml b/config/postfix/postfix_antispam.xml index ef794776..b014da03 100644 --- a/config/postfix/postfix_antispam.xml +++ b/config/postfix/postfix_antispam.xml @@ -248,7 +248,7 @@ <field> <fielddescr>Policydv2 Location</fielddescr> <fieldname>antispam_location</fieldname> - <description>inet:ipaddress:port of antispam server if it is not installed local.</description> + <description><![CDATA[inet:ipaddress:port of antispam server.<br><strong>NEVER try to install policyd on pfsense base system. It will never boot again.</strong>]]></description> <type>input</type> <size>50</size> </field> |