• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Switch off greylist for sasl authenticated user.

A

andreyb

Guest
How can I remove the checking in greylist for authenticated user during the sending messages?
Logs:
Apr 7 14:11:30 domain postfix/smtpd[1818]: connect from unknown[12.34.56.78]
Apr 7 14:11:33 domain postfix/smtpd[1818]: NOQUEUE: client=unknown[12.34.56.78], sasl_method=LOGIN, [email protected]
Apr 7 14:11:33 domain postfix/smtpd[1452]: connect from unknown[127.0.0.1]
Apr 7 14:11:33 domain postfix/smtpd[1452]: DB7A088809B: client=unknown[12.34.56.78]
Apr 7 14:11:33 domain before-queue[1907]: check handlers for addr: [email protected]
Apr 7 14:11:33 domain before-queue[1907]: check handlers for addr: [email protected]
Apr 7 14:11:33 domain before-queue[1907]: Processing handlers...
Apr 7 14:11:56 domain before-queue[1907]: hook_dir = '/usr/local/psa/handlers/before-queue'
Apr 7 14:11:56 domain before-queue[1907]: call_handlers: call executable = '/usr/local/psa/handlers/info/05-grey-U7mPDc/executable'
Apr 7 14:11:56 domain before-queue[1907]: handlers_stderr: DEFER
Apr 7 14:11:56 domain before-queue[1907]: call_handlers: DEFER during call '/usr/local/psa/handlers/info/05-grey-U7mPDc/executable' handler
Apr 7 14:11:56 domain before-queue[1907]: call_handlers: stop call handlers from dir '/usr/local/psa/handlers/before-queue/global'
Apr 7 14:11:56 domain postfix/smtpd[1452]: disconnect from unknown[127.0.0.1]
Apr 7 14:11:58 domain postfix/smtpd[1818]: disconnect from unknown[12.34.56.78]
 
You wrote:
Developers have informed that there is no any greylisting handler for before-remote. It can occurs if mails were sent with before-queue for any reasons. They have informed that can't say now why it can occurs and deep investigation directly on server is required. They have suggested contact Support Team.
In fact, the GL is not checked with postfix-queue of plesk 9.3. But i have the problem with postfix-queue from http://kb.odin.com/en/8391. The problem with GL disappeared after rollback but the problem "queue file write error" is returned.
# ls -l postfix-queue*
-r-xr-x--- 1 mhandlers-user popuser 181473 Mar 23 12:19 postfix-queue
-r-xr-x--- 1 mhandlers-user popuser 181473 Mar 23 12:19 postfix-queue.new
-r-xr-x--- 1 mhandlers-user popuser 75768 Dec 30 03:11 postfix-queue.old
# cat /etc/redhat-release
CentOS release 5.4 (Final)
 
Back
Top