Merge pull request #6 from emsit/master
Fix Webmail [AUTHENTICATIONFAILED] on MySQL
This commit is contained in:
@@ -50,8 +50,7 @@ class Dovecot(base.Installer):
|
||||
|
||||
def post_run(self):
|
||||
"""Additional tasks."""
|
||||
if self.dbengine != "postgres":
|
||||
return
|
||||
if self.dbengine == "postgres":
|
||||
dbname = self.config.get("modoboa", "dbname")
|
||||
dbuser = self.config.get("modoboa", "dbuser")
|
||||
dbpassword = self.config.get("modoboa", "dbpassword")
|
||||
|
||||
Reference in New Issue
Block a user