• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

qmail delay problem with recieving gmail

N

neurotech1

Guest
I have a vps running Ubuntu 10.04 with Plesk 10.1 (10.1.1-ubuntu10.04.build1010110120.18) with the installed qmail.

The server accepts emails fine from everyone except for gmail, which get delayed for 1hr +

The only log entry during this delay is;
Apr 2 00:01:47 vps4 /var/qmail/bin/relaylock[11627]: /var/qmail/bin/relaylock: mail from 209.85.210.175:63337 (mail-iy0-f175.google.com)

Any ideas on how to fix this?

Thanks
John
 
Do you have enabled greylisting or any other spam filter?
 
Igor,

I had not selected greylisting, & I thought I to disabled it during testing.
What is the correct way to disable greylisting on the server?

Thanks
John
 
Try to disable it with /usr/local/psa/admin/sbin/glmng (--help option for details)
And do not forget to rebuild mailsettings with mchk utiltity.
 
Done - same result.

Grey listing is disabled server wide, apparently.
root@vps4:~# /opt/psa/bin/grey_listing -i
Grey listing configuration.

Grey listing checking disabled

Thanks again,
John
 
/usr/local/psa/var/log/maillog should be investigated in such case.
 
That file is blank in Plesk 10.1, apparently, but /var/log/mail doesn't give me any clues either.


Apr 4 08:49:07 vps4 /var/qmail/bin/relaylock[20311]: /var/qmail/bin/relaylock: mail from 74.125.83.175:34543 (mail-pv0-f175.google.com)
Apr 4 08:55:29 vps4 /var/qmail/bin/relaylock[4012]: /var/qmail/bin/relaylock: mail from 209.191.125.62:21770 (web38601.mail.mud.yahoo.com)
Apr 4 08:55:30 vps4 qmail-queue-handlers[5493]: Handlers Filter before-queue for qmail started ...
Apr 4 08:55:30 vps4 qmail-queue-handlers[5493]: [email protected]
Apr 4 08:55:30 vps4 qmail-queue-handlers[5493]: [email protected]

When the initial connection attempt is made - the log file only says relaylock
Apr 2 18:33:05 vps4 /var/qmail/bin/relaylock[14322]: /var/qmail/bin/relaylock: mail from 209.85.214.175:44341 (mail-iw0-f175.google.com)

Apr 2 19:15:27 vps4 /var/qmail/bin/relaylock[27944]: /var/qmail/bin/relaylock: mail from 209.85.214.175:42662 (mail-iw0-f175.google.com)
Apr 2 19:15:28 vps4 qmail-queue-handlers[28016]: Handlers Filter before-queue for qmail started ...
Apr 2 19:15:28 vps4 qmail-queue-handlers[28016]: [email protected]
Apr 2 19:15:28 vps4 qmail-queue-handlers[28016]: [email protected]
Apr 2 19:15:28 vps4 qmail-queue-handlers[28016]: hook_dir = '/opt/psa/handlers/before-queue'
Apr 2 19:15:28 vps4 qmail-queue-handlers[28016]: recipient[3] = '[email protected]'

It looks like the server is dropping the initial connection attempt, but I have no idea as to why.

Thanks
John
 
I found solution

openssl ciphers > /var/qmail/control/tlsclientciphers
openssl ciphers > /var/qmail/control/tlsserverciphers
 
Back
Top