• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Postfix strange logs

DaveMurray

New Pleskian
Jul 2 00:34:05 core postfix/smtpd[10287]: SQL engine 'intentionally disabled' not supported
Jul 2 00:34:05 core postfix/smtpd[10287]: auxpropfunc error no mechanism available
Jul 2 00:34:08 core postfix/smtpd[10297]: SQL engine 'intentionally disabled' not supported
Jul 2 00:34:08 core postfix/smtpd[10297]: auxpropfunc error no mechanism available

im getting this and im trying to find solution to the internet through google but i have not success to fix it.
can someone if he knows to help to find the solution? Maybe it will benefit and other peoples facing that

thank you again plesk community :)
 
Make sure that you have this line in config file:

# cat /usr/lib64/sasl2/smtpd.conf | grep intentionally
sql_engine: intentionally disabled

and try to fix it with

# plesk repair mail
 
pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /var/spool/postfix/private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
sql_engine: intentionally disabled
log_level: 4

i have this inside that file.

plesk repair mail not correcting these strange entries in the log files
 
so perhaps is something else IgorG
(i didnt add something, that file is with that contents since the plesk installation, i dont have make any change
 
plesk -v output:

Product version: Plesk Obsidian 18.0.28.2
OS version: CentOS 7.8.2003 x86_64
Build date: 2020/07/03 14:00
Revision: 3e2c0bdf6dc81e82d4bc5d0b128b12fbfbf5b89f
 
Here is a solution for ancient Plesk version. You could try at least:

Screenshot 2020-07-08 at 14.04.17.png
 
Back
Top