Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] User unknown and milter-greylist

2007-02-23 by Emmanuel Dreyfus

On Fri, Feb 23, 2007 at 01:38:33PM +0100, Jorge Revuelta wrote:
> I have tried your solution and works fine:
> 
> acl greylist rcpt alias1@domain
> acl greylist rcpt alias2@domain
> acl greylist rcpt alias3@domain
> acl greylist rcpt alias4@domain
> ....
> acl greylist rcpt aliasN@domain
> acl blacklist rcpt /.*/

Simplier:

list "valid-users" rcpt { \
	alias1@domain	\
	alias2@domain	\
	alias3@domain	\
	alias4@domain	\
}

acl greylist list "valid-users"
acl blacklist default

> l1NBZGV0028920: Milter: to=sobaco@..., reject=551 5.7.1 Go away!
> Can I change "Go away!" and put, for example, "Unknown user" ? How?

acl blacklist default msg "Unknown user"

-- 
Emmanuel Dreyfus
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.