SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Anonymous | Login | 2019-02-23 00:52 UTC | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001276 | Endian Firewall | Proxy SMTP | public | 2008-08-19 14:56 | 2008-10-08 13:30 | ||||
Reporter | ra-endian | ||||||||
Assigned To | ra-endian | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 2.2-rc3 | Fixed in Version | 2.2-rc3 | ||||||
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 | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2008-08-19 14:56 | ra-endian | New Issue | |
2008-08-19 14:56 | ra-endian | Status | new => assigned |
2008-08-19 14:56 | ra-endian | Assigned To | => ra-endian |
2008-08-19 14:58 | ra-endian | Status | assigned => confirmed |
2008-08-20 14:06 | ra-endian | Status | confirmed => resolved |
2008-08-20 14:06 | ra-endian | Fixed in Version | => 2.2-rc3 |
2008-08-20 14:06 | ra-endian | Resolution | open => fixed |
2008-10-08 13:30 | peter-endian | Status | resolved => closed |
Copyright © 2000 - 2012 MantisBT Group |