aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_recipients.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/postfix/postfix_recipients.xml')
-rw-r--r--config/postfix/postfix_recipients.xml33
1 files changed, 22 insertions, 11 deletions
diff --git a/config/postfix/postfix_recipients.xml b/config/postfix/postfix_recipients.xml
index 5b46e32c..97e39fb2 100644
--- a/config/postfix/postfix_recipients.xml
+++ b/config/postfix/postfix_recipients.xml
@@ -97,6 +97,17 @@
</tabs>
<fields>
<field>
+ <name>Get Valid recipients update frequency</name>
+ <type>listtopic</type>
+ </field>
+ <field>
+ <fielddescr>Frequency</fielddescr>
+ <fieldname>freq</fieldname>
+ <description>Wait time between each update HINT 30m(30 minutes), 1h(one hour), 1d(one day)</description>
+ <type>input</type>
+ <size>15</size>
+ </field>
+ <field>
<name>Get Valid recipients from Active Directory</name>
<type>listtopic</type>
</field>
@@ -108,13 +119,6 @@
Before using LDAP fetch you must install p5-perl-ldap package(hint: <strong>/usr/sbin/pkg_add -r p5-perl-ldap</strong>)]]></description>
</field>
<field>
- <fielddescr>Frequency</fielddescr>
- <fieldname>freq</fieldname>
- <description>Wait time between each fetch HINT 30m(30 minutes), 1h(one hour), 1d(one day)</description>
- <type>input</type>
- <size>15</size>
- </field>
- <field>
<fielddescr><![CDATA[<strong>HINTS</strong><br>Hostname:<br>dc1.mysite.com<br><br>Domain:<br>dc=mysite,dc=com<br><br>Username:<br>cn=antispam,cn=Users<br>]]></fielddescr>
<fieldname>none</fieldname>
<type>rowhelper</type>
@@ -146,12 +150,19 @@
</rowhelper>
</field>
<field>
- <name>Get Valid recipients from local file</name>
+ <name>Get Valid recipients from a clear text url</name>
<type>listtopic</type>
</field>
<field>
- <fielddescr>Location</fielddescr>
- <name>location</name>
+ <fielddescr>Enable URL fetch</fielddescr>
+ <fieldname>enable_url</fieldname>
+ <type>checkbox</type>
+ <description><![CDATA[Extract valid email addresses from external URL.<br>
+ The file must return a list with valid emails in clear text format(hint: <strong>http://intranet.mycompany.com/valid_emails.txt</strong>)]]></description>
+ </field>
+ <field>
+ <fielddescr>URL</fielddescr>
+ <fieldname>custom_url</fieldname>
<type>input</type>
<size>80</size>
</field>
@@ -164,7 +175,7 @@
<fieldname>custom_recipients</fieldname>
<description><![CDATA[Paste your valid recipients here, one per line. <strong>HINT user@mycompany.com OK</strong>]]></description>
<type>textarea</type>
- <cols>60</cols>
+ <cols>70</cols>
<rows>15</rows>
<encoding>base64</encoding>
</field>