Hi,
After upgrade Plesk 8.1.1, our server qgreylist is not working, if anything done after upgrade plesk 8.1.1.
Thanks
Kanagaraj
qgreylist is not Working after update Plesk 8.1.1
-
- Forum User
- Posts: 46
- Joined: Tue Dec 14, 2004 11:03 am
Hi,
I've the same problem.
I did:
- yum remove qgreylist
- yum install qgreylist
- qmail-scanner-reconfigure
- service xinetd restart
And when I try an SMTP connection:
telnet localhost 25
helo there
250 mydomain.tld
mail from test@mydomain.tld
250 ok
rcpt to: mymail@mydomain.tld
250 ok
No "451 4.7.1 Please try again later"...
Does anybody have a solution to make it work again?
I've the same problem.
I did:
- yum remove qgreylist
- yum install qgreylist
- qmail-scanner-reconfigure
- service xinetd restart
And when I try an SMTP connection:
telnet localhost 25
helo there
250 mydomain.tld
mail from test@mydomain.tld
250 ok
rcpt to: mymail@mydomain.tld
250 ok
No "451 4.7.1 Please try again later"...
Does anybody have a solution to make it work again?
I finally make it work, but note that before this, I removed qmail-scanner and clamav, and reinstalled this all:
- wget http://3es.atomicrocketturtle.com/atomi ... t.i386.rpm
- rpm -i qgreylist-0.3-3.rhfc5.art.i386.rpm
- service psa-spamassassin stop
- /usr/bin/qmail-scanner-reconfigure
- service psa-spamassassin start
- service xinted restart
Then, to try it, I had to test the connection from another ip (not localhost).
telnet mydomain.tld 25
helo there
250 mydomain.tld
mail from test@mydomain.tld
250 ok
rcpt to: mymail@mydomain.tld
451...
Perfect! Thanks a lot!
- wget http://3es.atomicrocketturtle.com/atomi ... t.i386.rpm
- rpm -i qgreylist-0.3-3.rhfc5.art.i386.rpm
- service psa-spamassassin stop
- /usr/bin/qmail-scanner-reconfigure
- service psa-spamassassin start
- service xinted restart
Then, to try it, I had to test the connection from another ip (not localhost).
telnet mydomain.tld 25
helo there
250 mydomain.tld
mail from test@mydomain.tld
250 ok
rcpt to: mymail@mydomain.tld
451...
Perfect! Thanks a lot!