1 (edited by wallace 2011-05-05 21:16:54)

Topic: [SOLVED] Greylist for sasl users with policyd sender throttle

Firstly congratulations to iredmail is really a great concept to use the packages to distribution and to see the installation proceed alone.

I wanted to activate the throttle policyd sender in / etc / postfix / main.cf by uncommenting the line:

smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031

But users who send emails with sasl are greylisted.
I added the element permit_sasl_authenticated like this:

smtpd_end_of_data_restrictions = permit_sasl_authenticated, check_policy_service inet:127.0.0.1:10031

Is this the right way to proceed? If so I think this change may be useful to others.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: [SOLVED] Greylist for sasl users with policyd sender throttle

wallace wrote:

smtpd_end_of_data_restrictions = permit_sasl_authenticated, check_policy_service inet:127.0.0.1:10031

Correct. Please also update policyd config file to enable sender throttling.

3

Re: [SOLVED] Greylist for sasl users with policyd sender throttle

I set the variable SENDERTHROTTLE = 1 in / etc / postfix-policyd.conf
this is correct?

4

Re: [SOLVED] Greylist for sasl users with policyd sender throttle

Yes.