• 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/smtpd: could not find auxprop plugin, was searching for sql_sqlite3

Stephen_Stephen

New Pleskian
the postfix is down for unknown reason, restarted it email cannot be sent/received. I have these errors in /var/log/messages :

postfix/smtpd: could not find auxprop plugin, was searching for sql_sqlite3
....

plesk version 12.0.18

what/where should I be looking at

Thanks
 
Here is the postfix smtpd.conf file:
/usr/lib64/sasl2/smtpd.conf:

pwcheck_method: auxprop saslauthd
auxprop_plugin: sql_sqlite3
saslauthd_path: /private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
auto_transition: yes
sql_engine: sqlite3
sql_hostnames: localhost
sql_database: /plesk/passwd.db
sql_select: SELECT FROM domains d, users u WHERE u.name='%u' and d.name='%r' and d.status=0 and u.status=0 and u.dom_id=d.id
sql_verbose: yes
log_level: 9

the above conf file looks right

the sqlite and cyrus-sasl were installed
rpm -ql sqlite-3.7.9-1.el6.art.x86_64
rpm -ql cyrus-sasl-2.1.23-15.el6_6.2.x86_64

restart services:
/etc/init.d/saslauthd restart
/etc/init.d/postfix restart

the error persists in /var/log/messages:

"postfix/smtpd[21064]: could not find auxprop plugin, was searching for sql_sqlite3"

What did I miss
 
latese error from /var/log/messages

postfix/smtpd[23411]: SQL engine 'sqlite3' not supported
postfix/smtpd[23411]: auxpropfunc error no mechanism available
postfix/smtpd[23411]: could not find auxprop plugin, was searching for sql_sqlite3
 
If it worked before and then stopped, have any system updates been installed on the system? (Rolling back the latest updates might fix it; it is just an idea of what makes sense to check).
 
Back
Top