ispCP - Board - Support
I have a strange problem with mail server - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: I have a strange problem with mail server (/thread-15066.html)



I have a strange problem with mail server - pcangel - 09-11-2011 03:46 AM

setting up TLS connection from unknown[ip address]
Sep 10 20:34:09 phoenix postfix/smtpd[22670]: Anonymous TLS connection established from unknown[ip adress]: TLSv1 with cipher ADH-AES256-SHA (256/256 bits)
Sep 10 20:34:10 phoenix postfix/policyd-weight[22365]: weighted check: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 IN_IPv6_RBL=4.25 CL_IP_EQ_HELO_IP=-2 (check from: .mail. - helo: .ns2.elitsat. - helo-domain: .elitsat.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=2.062 CLIENT_NOT_MX/A_FROM_DOMAIN=5.75 CLIENT/24_NOT_MX/A_FROM_DOMAIN=5.75; <client=212.73.154.23> <helo=ns2.elitsat.net> <from=pcangel@mail.ru> <to=al@indjov.info>; rate: 11.312
Sep 10 20:34:10 phoenix postfix/policyd-weight[22365]: decided action=550 Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; please relay via your ISP (mail.ru); <client=ip address> <helo=ip adress> <from=pcangel@mail.ru> <to=mail address>; delay: 0s
Sep 10 20:34:10 phoenix postfix/smtpd[22670]: NOQUEUE: reject: RCPT from unknown[ip adress]: 550 5.7.1 <mail adress>: Recipient address rejected: Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; please relay via your ISP (mail.ru); from=<mail adress> to=<mail address> proto=ESMTP helo=<ns2.elitsat.net>


I redirected mail address, and when I decide to test, and send email to this address redirected shows me this error.

How can I fix it


RE: I have a strange problem with mail server - kilburn - 09-11-2011 08:17 AM

Quote:IN_IPv6_RBL=4.25

This is the real problem. Policyd-weight (in debian squeeze) uses rbl.ipv6-world.net as one of the checked black lists. However, this list has been misbehaving for the last week or so, causing problems such as the one you've been getting.

The solution is pretty simple. First, you have to generate the default policyd-weight configuration:
Code:
# policyd-weight defaults > /etc/policyd-weight.conf

Then, modify the configuration file, commenting the ipv6-world line. Finally, restart policyd-weight and everything will go back to normal Smile


RE: I have a strange problem with mail server - kilburn - 09-13-2011 04:39 AM

Sorry, but I haven't undestood your question...


RE: I have a strange problem with mail server - pcangel - 09-13-2011 09:32 AM

How can I do greylist to don`t check me every time.


RE: I have a strange problem with mail server - kilburn - 09-13-2011 04:25 PM

Well, some points:

(1) Postgrey already implements a cache, so that the same combination of (ip.of.remote.server, sender, recipient) is not greylisted twice within a period of time (days).

(2) You should not be greylisted by your server if you send through it and authenticate properly.

(3) You can setup a client whitelist to avoid policyd-weight and postgrey checks for some IPs.


RE: I have a strange problem with mail server - golfmax - 09-13-2011 06:25 PM

Thank for help!


GreyList - pcangel - 10-23-2011 01:52 AM

NOQUEUE: reject: RCPT from f159.mail.ru[217.69.128.111]: 450 4.2.0 <al@indjov.info>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/indjov.info.html; from=<pcangel@mail.ru> to=<al@indjov.info> proto=ESMTP helo=<f159.mail.ru>
Oct 22 19:08:42 phoenix postfix/smtpd[16870]: disconnect from f159.mail.ru[217.69.128.111]
Oct 22 19:08:42 phoenix postfix/smtpd[16870]: connect from fallback8.mail.ru[94.100.176.136]
Oct 22 19:08:43 phoenix postfix/policyd-weight[28755]: weighted check: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .mail. - helo: .fallback8.mail. - helo-domain: .mail.) FROM/MX_MATCHES_HELO(DOMAIN)=-2 IN_ABUSE_RFCI=0.1; <client=94.100.176.136> <helo=fallback8.mail.ru> <from=pcangel@mail.ru> <to=al@indjov.info>; rate: -8.4
Oct 22 19:08:43 phoenix postfix/policyd-weight[28755]: decided action=PREPEND X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .mail. - helo: .fallback8.mail. - helo-domain: .mail.) FROM/MX_MATCHES_HELO(DOMAIN)=-2 IN_ABUSE_RFCI=0.1; rate: -8.4; <client=94.100.176.136> <helo=fallback8.mail.ru> <from=pcangel@mail.ru> <to=al@indjov.info>; delay: 1s
Oct 22 19:08:43 phoenix postgrey[16856]: action=greylist, reason=new, client_name=fallback8.mail.ru, client_address=94.100.176.136, sender=pcangel@mail.ru, recipient=al@indjov.info
Oct 22 19:08:43 phoenix postfix/smtpd[16870]: NOQUEUE: reject: RCPT from fallback8.mail.ru[94.100.176.136]: 450 4.2.0 <al@indjov.info>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/indjov.info.html; from=<pcangel@mail.ru> to=<al@indjov.info> proto=ESMTP helo=<fallback8.mail.ru>

I want to avoid the delay that caused me gleylist, how can I do? Does anyone have an idea