Arvinn Løkkebakken wrote:
> 
> What am I trying to do? I am trying to internally in policyd pick 
> certain recipient domains that will not be subjected to greylisting. I 
> want all other recipient domains to be subjected to greylisting. I 
> however do not want to maintain a list of all my recipient domains in 
> the policy table.

# enable opt-in/out
OPTINOUT=1

# by default opt everyone in
OPTINOUTALL=1

# opt out just this domain
INSERT INTO policy (_rcpt,_optin,_priority) VALUES ('@domain.com', 0, 10);

All other domains will be subjected to greylisting. If you wish to
opt-in 1 email address inside that @domain.com, u can do that by
inserting a record with a higher preference.

Cami

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to