K
Kevin Troendle
Guest
Background:
User reports email being blocked from [email protected]
Search the maillog
grep -A7 [email protected] /usr/local/psa/var/log/maillog
Found email being blocked even though greylisting is turned off for this domain?
Oct 13 09:35:27 firedrumhosting greylisting filter[23978]: Starting greylisting filter...
Oct 13 09:35:27 firedrumhosting greylisting filter[23978]: list type: black, from: rcmdxobspool2.cavtel.net, match string: dsl|pool|broadband|hsd
Oct 13 09:35:27 firedrumhosting qmail-queue-handlers[23974]: handlers_stderr: REJECT
Settings controlling this is not in the Plesk Panel ?
You must use the command line utility to access the "list type:" and "match string:" referenced above
Ran this command to find hidden settngs
/usr/local/psa/bin/grey_listing --info-server
Reference for the command line utilities
http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-unix-cli/index.htm?fileName=63188.htm
Patterns listed that were unexplained and seemed way to broad? (to me anyways)
What are these default patterns?
Black domains patterns list:
*[0-9][0-9]-[0-9][0-9]-[0-9][0-9]*
*[0-9][0-9].[0-9][0-9].[0-9][0-9]*
*[0-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9]*
*[0-9][0-9][0-9].[0-9][0-9][0-9].[0-9[0-9]][0-9]*
dynamic|static|ppp|dyn-ip|dial-up
dsl|pool|broadband|hsd <--
the one that was actually causing the email being rejected from the
rcmdxobspool2.cavtel.net mailserver
Used this to remove patterns
/usr/local/psa/bin/grey_listing --update-server -blacklist del:"dsl|pool|broadband|hsd"
From the documentation it seems to state that these "hidden" blacklists apply regardless of the
setting within the Plesk Panel for greylisting for the domain?
Can someone confirm this from Plesk?
From docs http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-unix-cli/index.htm?fileName=63188.htm
"server-wide black list - a list of hosts whose mail is rejected without greylisting check-ups."
Gotta luv the hidden behaviors and settings in Plesk?
User reports email being blocked from [email protected]
Search the maillog
grep -A7 [email protected] /usr/local/psa/var/log/maillog
Found email being blocked even though greylisting is turned off for this domain?
Oct 13 09:35:27 firedrumhosting greylisting filter[23978]: Starting greylisting filter...
Oct 13 09:35:27 firedrumhosting greylisting filter[23978]: list type: black, from: rcmdxobspool2.cavtel.net, match string: dsl|pool|broadband|hsd
Oct 13 09:35:27 firedrumhosting qmail-queue-handlers[23974]: handlers_stderr: REJECT
Settings controlling this is not in the Plesk Panel ?
You must use the command line utility to access the "list type:" and "match string:" referenced above
Ran this command to find hidden settngs
/usr/local/psa/bin/grey_listing --info-server
Reference for the command line utilities
http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-unix-cli/index.htm?fileName=63188.htm
Patterns listed that were unexplained and seemed way to broad? (to me anyways)
What are these default patterns?
Black domains patterns list:
*[0-9][0-9]-[0-9][0-9]-[0-9][0-9]*
*[0-9][0-9].[0-9][0-9].[0-9][0-9]*
*[0-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9]*
*[0-9][0-9][0-9].[0-9][0-9][0-9].[0-9[0-9]][0-9]*
dynamic|static|ppp|dyn-ip|dial-up
dsl|pool|broadband|hsd <--
the one that was actually causing the email being rejected from the
rcmdxobspool2.cavtel.net mailserver
Used this to remove patterns
/usr/local/psa/bin/grey_listing --update-server -blacklist del:"dsl|pool|broadband|hsd"
From the documentation it seems to state that these "hidden" blacklists apply regardless of the
setting within the Plesk Panel for greylisting for the domain?
Can someone confirm this from Plesk?
From docs http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-unix-cli/index.htm?fileName=63188.htm
"server-wide black list - a list of hosts whose mail is rejected without greylisting check-ups."
Gotta luv the hidden behaviors and settings in Plesk?