On Tue, Aug 28, 2007 at 12:21:43PM +0200, Benny Pedersen wrote:
> 
> On Tue, August 28, 2007 11:52, Jordi Espasa Clofent wrote:
> 
> > I want to use several features (greylisting, throttling...) but,
> > obviosly, the main problem is I can test with it if policyd is not
> > working fine.
> 
> smtpd_recipient_restrictions =
>  permit_mynetworks,
>  reject_unlisted_recipient,
>  check_policy_service inet:127.0.0.1:10031
>  permit_sasl_authenticated,
>  reject_unauth_destination
> 
> should be it :-)


That means that you're greylisting your sasl_authenticated users, which may
not be desirable (I suppose they are running Outlook and not an MTA).  You
may want to subject them to throttling though, but in that case you'll need
two instances of policyd with their own config (one for throttling before
permit_mynetworks/_sasl_authenticated and one for greylisting thereafter).

        Geert

PS: why do you allow mynetworks to send mail to unlisted_recipients?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to