ispCP - Board - Support
[HowTo] Selective greylisting - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Selective greylisting (/thread-1764.html)

Pages: 1 2


RE: [HowTo] Selective greylisting - fulltilt - 04-28-2009 11:18 PM

Hi rbtux could you please make a sample how to include a list in dynip.pcre?
Did i have to use regex format in the blacklist like:
/\.wowrx\.biz/i

(04-28-2009 10:41 PM)rbtux Wrote:  of course ;-)



RE: [HowTo] Selective greylisting - rbtux - 04-28-2009 11:32 PM

We use this feature for blocking well known dialin nets (according to our log investigation we do from time to time...)

Code:
/.*\.dynamic\.163data\.com\.cn$/        REJECT We do not accept mail from dynamic/dialin IP ranges
/ip(\d+-)(\d+-)(\d+-)\d+\.customer\.academica\.fi$/     REJECT We do not accept mail from dynamic/dialin IP ranges



RE: [HowTo] Selective greylisting - fulltilt - 04-29-2009 12:00 AM

thank you :-)

(04-28-2009 11:32 PM)rbtux Wrote:  We use this feature for blocking well known dialin nets (according to our log investigation we do from time to time...)

Code:
/.*\.dynamic\.163data\.com\.cn$/        REJECT We do not accept mail from dynamic/dialin IP ranges
/ip(\d+-)(\d+-)(\d+-)\d+\.customer\.academica\.fi$/     REJECT We do not accept mail from dynamic/dialin IP ranges



RE: [HowTo] Selective greylisting - Smallserver - 11-27-2009 11:20 PM

(11-12-2007 12:13 AM)rbtux Wrote:  Change in the smpd_recipient_restrictions:

Typo alert: smTpd_recipient_restrictions:

Herman

p.s. This was usefull for me too, email took ages to arrive!


RE: [HowTo] Selective greylisting - fulltilt - 02-24-2012 04:03 PM

hm, auf squeeze klappt das anscheinend nicht mehr:
Code:
fatal: dict_open: unsupported dictionary type: pcre:  Is the postfix-pcre package installed?

postfix-pcre ist aber installiert ...