Endian Bugtracker
Endian Issue Tracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001276 [Endian Firewall] Proxy SMTP minor always 2008-08-19 16:56 2008-10-08 15:30
Reporter ra View Status public  
Assigned To ra
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001276: error relaying denied on whitelistet IP/CIDR
Description the SMTP Proxy whitelist only work with green/blue/orange networks and not with networks behind a vpn endpoint ( multiple routing points)

Additional Information diff
--- /main.cf.tmpl (revision 14061)
+++ /main.cf.tmpl (working copy)
@@ -41,7 +41,7 @@
 smtpd_hard_error_limit = $smtpd_hard_error_limit
 
 smtpd_client_restrictions =
- check_client_access btree:/etc/postfix/client_rules,
+ check_client_access cidr:/etc/postfix/client_rules,
      permit_mynetworks,
      permit_sasl_authenticated,
 #for $rbl in $RBLS
@@ -70,9 +70,9 @@
 #end if
 
 smtpd_recipient_restrictions =
+ check_client_access cidr:/etc/postfix/client_rules,
      permit_mynetworks,permit_sasl_authenticated,
      reject_unauth_destination,
- check_recipient_access btree:/etc/postfix/recipient_rules,
 #if $reject_non_fqdn_recipient == '1'
      reject_non_fqdn_recipient,
 #end if
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2008-08-19 16:56 ra New Issue
2008-08-19 16:56 ra Status new => assigned
2008-08-19 16:56 ra Assigned To => ra
2008-08-19 16:58 ra Status assigned => confirmed
2008-08-20 16:06 ra Status confirmed => resolved
2008-08-20 16:06 ra Fixed in Version => 2.2-rc3
2008-08-20 16:06 ra Resolution open => fixed
2008-10-08 15:30 peter Status resolved => closed

Copyright © 2005-2008 Endian, SRL. All rights reserved.


Mantis [^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker