At 04:20 PM 8/17/2006, Johan Barelds wrote:
>Op maandag 14 augustus 2006 17:06, schreef Mark Martinec:
> > Johan,
> >
> > > I think the smtpd_sasl_authenticaded_header is the 
> thing i am looking for
> > > but i haven't found any samples yet how it exactly 
> could be implemented.
> >
> > Just set it to yes:
> >   smtpd_sasl_authenticated_header=yes
> >
>I just found out that this is not going to work for me.
>I have the following client restrictions in place in the 
>main.cf from postfix:
>-----------------
>smtpd_client_restrictions =
>          reject_rbl_client sbl-xbl.spamhaus.org,
>          reject_rbl_client dun.dnsrnl.net,
>          reject_rbl_client bl.spamcop.net,
>         reject_rbl_client list.dsbl.org,
>          reject_rhsbl_client sbl-xbl.spamhaus.org,
>          reject_rhsbl_client dun.dnsrnl.net,
>         reject_rhsbl_client list.dsbl.org,
>          reject_rhsbl_client bl.spamcop.net
>-----------------
>This means that postfix checks the RBL's first and after 
>that hands over the
>email to amavis. Even when i have the directive
>"smtpd_sasl_authenticated_header=yes" in place the message 
>is still beeing
>blocked first by the RBL's before it can be allowed by amavis.

smtpd_client_restrictions =
    permit_sasl_authenticated
    reject_rbl_client ...


-- 
Noel Jones 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to