[Greylist-users] Whitelist a Recipient
Harald Schmitz
harry at fh-aachen.de
Mon Nov 8 09:24:17 PST 2004
Hi,
Greg Kilfoyle wrote:
> Hi,
>
> I have a user who needs all mail delivered immediately and thus needs to
> bypass greylisting. I tried adding an entry to the database as follows:
>
> insert into relaytofrom (record_expires, create_time, rcpt_to)
> values ('9999-12-31 23:59:59', NOW(), "name at domain");
>
> Of course, name at domain is not the real value.
>
> This didn't have the desired affect as the mail was temp failed. I tried
> searching the archives, to no avail.
I do something like this:
INSERT INTO relaytofrom ( id , relay_ip , mail_from , rcpt_to ,
block_expires , record_expires , blocked_count , passed_count ,
aborted_count , origin_type , create_time , last_update )
VALUES ( '', NULL , NULL , '<name at domain>', '0000-00-00 00:00:00',
'2010-12-12 00:00:00', '0', '0', '0', 'MANUAL', '$DATE' , Now() );
It works :-)
>
> Cheers, Greg.
best regards
Harry
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Greylist-users mailing list
> Greylist-users at lists.puremagic.com
> http://lists.puremagic.com/cgi-bin/mailman/listinfo/greylist-users
More information about the Greylist-users
mailing list