• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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