Current time: 06-17-2024, 08:29 AM Hello There, Guest! (LoginRegister)


Post Reply 
NOQUEUE: Client=
Author Message
tomhb Offline
Member
***

Posts: 336
Joined: Apr 2010
Reputation: 4
Post: #7
RE: NOQUEUE: Client=
(02-08-2011 01:33 AM)mchutchy Wrote:  Once removing the Postgrey setting from main.cf, emails are coming in no problem.... Just SPAM is also...!!!

You can use a "selective" greylisting.
Please post "postconf -n" to see, what youre doing there.


in my setup I often use this for greylisting:

/etc/postfix/main.cf:

smtpd_restriction_classes = check_greylist
check_greylist = check_policy_service inet:127.0.0.1:60000

smtpd_recipient_restrictions ....
check_client_access regexp:/etc/postfix/check_client_fqdn


$ cat /etc/postfix/check_client_fqdn
/^unknown$/ check_greylist
/^[^\.]*[0-9][^0-9\.]+[0-9]/ check_greylist
/^[^\.]*[0-9]{5}/ check_greylist
/^([^\.]+\.)?[0-9][^\.]*\.[^\.]+\..+\.[a-z]/ check_greylist
/^[^\.]*[0-9]\.[^\.]*[0-9]-[0-9]/ check_greylist
/^[^\.]*[0-9]\.[^\.]*[0-9]\.[^\.]+\..+\./ check_greylist
/^(dhcp|dialup|ppp|adsl)[^\.]*[0-9]/ check_greylist
/(^|[0-9.x_-])(abo|br(e|oa)dband|cabel|(hk)?cablep?|catv|cbl|cidr|d?client2?|cust(omer)?s?|dh​cp|dial?(in|up)?|d[iu]p|[asx]?dsld?|dyn(a(dsl|mic)?)?|home|in-addr|modem(cable)?|(di)?pool|ppp|ptr|rev|user|YahooBB[0-9]{12}|c[[:alnum:]]{6,}(\.[a-z]{3})?\.virtua|[1-9]Cust[0-9]+|AC[A-Z][0-9A-F]{5}\.ipt|pcp[0-9]{6,}pcs|S0106[[:alnum:]]{12,}\.[a-z]{2})[0-9.x_-]/ check_greylist


work fine.


Tom
02-11-2011 12:34 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
NOQUEUE: Client= - mchutchy - 02-07-2011, 04:10 AM
RE: NOQUEUE: Client= - kilburn - 02-07-2011, 02:42 PM
RE: NOQUEUE: Client= - mchutchy - 02-07-2011, 08:19 PM
RE: NOQUEUE: Client= - kilburn - 02-07-2011, 08:46 PM
RE: NOQUEUE: Client= - mchutchy - 02-08-2011, 01:33 AM
RE: NOQUEUE: Client= - tomhb - 02-11-2011 12:34 PM
RE: NOQUEUE: Client= - mchutchy - 02-09-2011, 08:48 PM
RE: NOQUEUE: Client= - mchutchy - 02-11-2011, 05:10 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)