On Mon, June 18, 2007 21:47, Geert Hendrickx wrote:
> in main.cf:
>
> -->
> smtpd_restriction_classes = greylist
> greylist = check_policy_service inet:127.0.0.1:10031
>
> smtpd_recipient_restrictions =
> ...
> check_recipient_access hash:/etc/postfix/tables/greylist_domains
> <--
>
> in greylist_domains table:
>
> -->
> greylistme.org greylist
> greylistme.net greylist
> [EMAIL PROTECTED] greylist
> <--
NSERT INTO `policyd`.`policy` ( `_rcpt` , `_optin` , `_priority` ) VALUES (
'@greylistme.org', '1', '20' );
NSERT INTO `policyd`.`policy` ( `_rcpt` ,`_optin` ,`_priority` ) VALUES
('@greylistme.net', '1', '20' );
NSERT INTO `policyd`.`policy` ( `_rcpt` , `_optin` , `_priority` ) VALUES (
'[EMAIL PROTECTED]', '1', '25' );
if you want default for @otherdomain.com with out greylistning add
it as optin 0 and lower priority
--
This message was sent using 100% recycled spam mails.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
policyd-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/policyd-users