diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-12 11:31:18 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-12 11:31:18 +0200 |
commit | b752a80935941eb07e7700d8cbab567d1a3f39c4 (patch) | |
tree | 3c3e907dc5445ec519bf8fc5daaf1ef12379eb69 /roles/IMAP | |
parent | 99682f43e687552c0c536ed044afb7331d90a01d (diff) |
Rename 'mysql_user' plugin to 'mysql_user2' to avoid name collisions.
Diffstat (limited to 'roles/IMAP')
-rw-r--r-- | roles/IMAP/tasks/spam.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/tasks/spam.yml b/roles/IMAP/tasks/spam.yml index b8ac466..06624dd 100644 --- a/roles/IMAP/tasks/spam.yml +++ b/roles/IMAP/tasks/spam.yml @@ -50,7 +50,7 @@ - name: Create a 'amavis' SQL user # This *must* be the user we run spamd as # See https://svn.apache.org/repos/asf/spamassassin/trunk/sql/README.bayes - mysql_user: > + mysql_user2: > name=amavis password= auth_plugin=auth_socket priv="spamassassin.awl: SELECT,INSERT,UPDATE,DELETE /spamassassin.bayes_seen: SELECT,INSERT, DELETE |