
| Anonymous | Login | Signup for a new account | 2010-07-29 20:30 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Mantis [^] Copyright © 2000 - 2008 Mantis Group |