I've had the same problem. what fixed it for me was to change in /etc/postfix/sasl/smtpd.conf:
Replace: auxprop_plugin: mysql with: auxprop_plugin: sql sql_engine: mysql and change the %u in "sql_select: select password from mail_user where login = '%u'" to %u@%r thats all.. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cyrus-sasl2 in Ubuntu. https://bugs.launchpad.net/bugs/875440 Title: Cannot authenticate with saslauthd and mysql To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
