From 9eb84317dd1ecca2f43cb4d5ffa940753eb5984a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 3 Jun 2015 19:11:25 +0200 Subject: SQL: Set empty passwords for auth_socket authentication. --- roles/IMAP/tasks/spam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/IMAP/tasks') diff --git a/roles/IMAP/tasks/spam.yml b/roles/IMAP/tasks/spam.yml index a8fbe71..b8ac466 100644 --- a/roles/IMAP/tasks/spam.yml +++ b/roles/IMAP/tasks/spam.yml @@ -51,7 +51,7 @@ # This *must* be the user we run spamd as # See https://svn.apache.org/repos/asf/spamassassin/trunk/sql/README.bayes mysql_user: > - name=amavis auth_plugin=auth_socket + name=amavis password= auth_plugin=auth_socket priv="spamassassin.awl: SELECT,INSERT,UPDATE,DELETE /spamassassin.bayes_seen: SELECT,INSERT, DELETE /spamassassin.bayes_token: SELECT,INSERT,UPDATE,DELETE -- cgit v1.2.3