aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_acl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/postfix/postfix_acl.xml')
-rw-r--r--config/postfix/postfix_acl.xml91
1 files changed, 38 insertions, 53 deletions
diff --git a/config/postfix/postfix_acl.xml b/config/postfix/postfix_acl.xml
index 5227228d..9837bf0a 100644
--- a/config/postfix/postfix_acl.xml
+++ b/config/postfix/postfix_acl.xml
@@ -51,77 +51,49 @@
<section>Services</section>
<url>pkg_edit.php?xml=postfix.xml&amp;id=0</url>
</menu>
- <service>
- <name>postfix</name>
- <rcfile>postfix.sh</rcfile>
- <executable>master</executable>
- </service>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix.inc</item>
- <prefix>/usr/local/pkg/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_acl.xml</item>
- <prefix>/usr/local/pkg/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_recipients.xml</item>
- <prefix>/usr/local/pkg/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_antispam.xml</item>
- <prefix>/usr/local/pkg/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
-
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_sync.xml</item>
- <prefix>/usr/local/pkg/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_view_config.php</item>
- <prefix>/usr/local/www/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <additional_files_needed>
- <item>http://www.pfsense.org/packages/config/postfix/postfix_recipients.php</item>
- <prefix>/usr/local/www/</prefix>
- <chmod>0755</chmod>
- </additional_files_needed>
- <tabs>
+<tabs>
<tab>
<text>General</text>
<url>/pkg_edit.php?xml=postfix.xml&amp;id=0</url>
</tab>
<tab>
- <text>ACLs / Filter Maps</text>
- <url>/pkg_edit.php?xml=postfix_acl.xml&amp;id=0</url>
- <active/>
+ <text>Domains</text>
+ <url>/pkg_edit.php?xml=postfix_domains.xml&amp;id=0</url>
</tab>
<tab>
- <text>Valid recipients</text>
+ <text>Recipients</text>
<url>/pkg_edit.php?xml=postfix_recipients.xml&amp;id=0</url>
</tab>
<tab>
+ <text>Access Lists</text>
+ <url>/pkg_edit.php?xml=postfix_acl.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ <tab>
<text>Antispam</text>
<url>/pkg_edit.php?xml=postfix_antispam.xml&amp;id=0</url>
</tab>
<tab>
- <text>XMLRPC Sync</text>
+ <text>Sync</text>
<url>/pkg_edit.php?xml=postfix_sync.xml&amp;id=0</url>
</tab>
<tab>
- <text>View config files</text>
+ <text>View config</text>
<url>/postfix_view_config.php</url>
</tab>
<tab>
- <text>Search Email</text>
+ <text>Search mail</text>
<url>/postfix_search.php</url>
</tab>
+ <tab>
+ <text>Queue</text>
+ <url>/postfix_queue.php</url>
+ </tab>
+ <tab>
+ <text>About</text>
+ <url>/postfix_about.php</url>
+ </tab>
+
</tabs>
<fields>
<field>
@@ -172,6 +144,19 @@
<type>listtopic</type>
</field>
<field>
+ <fielddescr>MyNetworks</fielddescr>
+ <fieldname>mynetworks</fieldname>
+ <description><![CDATA[<a href='http://www.postfix.org/postconf.5.html#mynetworks'>Paste the list of "trusted" SMTP clients that have more privileges than "strangers" one per line.</a><br>
+ In particular, "trusted" SMTP clients are allowed to relay mail through Postfix. See the smtpd_recipient_restrictions parameter description in the postconf(5) manual.Hint:<br>192.168.0.3<br>
+ 192.168.1.0/24]]>
+ </description>
+ <type>textarea</type>
+ <cols>60</cols>
+ <rows>10</rows>
+ <encoding>base64</encoding>
+ </field>
+
+ <field>
<fielddescr>CIDR</fielddescr>
<fieldname>cal_cidr</fieldname>
<description><![CDATA[Paste your client access list in CIDR format(standard ip/domain and action) one per line.<br>
@@ -179,8 +164,8 @@
192.168.3.2 OK<br>spammer.junkdomain.com REJECT]]>
</description>
<type>textarea</type>
- <cols>83</cols>
- <rows>15</rows>
+ <cols>60</cols>
+ <rows>10</rows>
<encoding>base64</encoding>
</field>
<field>
@@ -192,8 +177,8 @@
/.*\.adsl\..*/ REJECT DSLs not allowed]]>
</description>
<type>textarea</type>
- <cols>83</cols>
- <rows>15</rows>
+ <cols>70</cols>
+ <rows>10</rows>
<encoding>base64</encoding>
</field>
</fields>