QMail greylisting: Difference between revisions

From DWIKI
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===software===
==software==
*[http://www.digitaleveryware.com/projects/greylisting/ QMail and greylisting]
*[http://www.digitaleveryware.com/projects/greylisting/ QMail and greylisting] (the original 100% undocumented source)
*[http://www.shupp.org/patches/qmail-greylist-mysql-1.patch the secret patch to use instead]. Also check the rest of this site.


===whitelisting==
 
 
===whitelisting===


to allow all from IP 4.3.2.1:
to allow all from IP 4.3.2.1:
  insert into relaytofrom values (0,"4.3.2.1",NULL,NULL,"0000-00-00 00:00:00",
  insert into relaytofrom values (0,"4.3.2.1",NULL,NULL,"0000-00-00 00:00:00",
  "9999-12-31    23:59:59",0,0,0,"MANUAL",NOW(),NOW());
  "9999-12-31    23:59:59",0,0,0,"MANUAL",NOW(),NOW());

Latest revision as of 21:55, 25 May 2007

software


whitelisting

to allow all from IP 4.3.2.1:

insert into relaytofrom values (0,"4.3.2.1",NULL,NULL,"0000-00-00 00:00:00",
"9999-12-31    23:59:59",0,0,0,"MANUAL",NOW(),NOW());