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@...