Page 1 of 1
qgreylist is not Working after update Plesk 8.1.1
Posted: Sat Mar 31, 2007 12:48 pm
by kanagaraj
Hi,
After upgrade Plesk 8.1.1, our server qgreylist is not working, if anything done after upgrade plesk 8.1.1.
Thanks
Kanagaraj
Posted: Sat Mar 31, 2007 5:45 pm
by piotrek
tried to qmail-scanner-reconfigure?
Posted: Sun Apr 01, 2007 8:46 am
by kanagaraj
Solved, just removed and reinstall its working
Posted: Sun Apr 01, 2007 5:47 pm
by JLChafardet
that didnt did the trick for me, pyzor and graylist are giving me now more problems than solving them.
tryed uninstalling and reinstalling, ran qmail-scanner-reconfigure, still emails are lost.
Will give it a try again soon, with more time to monitor it and check what could be happening.
Posted: Sun Apr 01, 2007 5:50 pm
by breun
Any clues in /usr/local/psa/var/log/maillog?
Posted: Thu Apr 05, 2007 10:07 am
by albans
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?
Posted: Thu Apr 05, 2007 6:45 pm
by scott
that means the greylisting is working. Try again in 5 minutes
Posted: Fri Apr 06, 2007 5:33 am
by albans
Hey Scott, sorry for the mis-understanding.
By: No "451 4.7.1 Please try again later"...
I meant this message doesn't show up... It simply says OK.
So qgreylist isn't working.
Posted: Fri Apr 06, 2007 9:31 am
by albans
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!