• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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