QMail greylisting: Difference between revisions

From DWIKI
No edit summary
No edit summary
Line 1: Line 1:
== software ==
===software===
*[http://www.digitaleveryware.com/projects/greylisting/ QMail and greylisting]
*[http://www.digitaleveryware.com/projects/greylisting/ QMail and greylisting]


==notes==
===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());

Revision as of 21:25, 3 September 2006

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());