• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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