Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] Exception auth rule for one network?

2015-04-17 by manu@...

Vincent Fox vbfox@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

> list "special" addr { 192.168.10.0/24 }
> racl greylist list "special" auth delay 1m 1d

This is almost right: the auth clause expects a value. If you want to
match any authenticated user, follow the example from the man page and
use auth /.*/

This leads to:
list "special" addr { 192.168.10.0/24 }
racl greylist list "special" auth /.*/ delay 1m authowhite 1d

That is: SMTP AUTH authenticated users from 192.168.10.0/24 get a  1
minute minimum greylist delay. Once greylisting is passed, the autowhite
delay is 1 day (you forgot the autowhite keyword in your example).

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.