Merge branch 'master' of github.com:modoboa/modoboa-installer
This commit is contained in:
@@ -34,7 +34,7 @@ class Automx(base.Installer):
|
||||
"""Additional variables."""
|
||||
context = super(Automx, self).get_template_context()
|
||||
sql_dsn = "{}://{}:{}@{}/{}".format(
|
||||
self.dbengine,
|
||||
"postgresql" if self.dbengine == "postgres" else self.dbengine,
|
||||
self.config.get("modoboa", "dbuser"),
|
||||
self.config.get("modoboa", "dbpassword"),
|
||||
self.dbhost,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
inet_interfaces = all
|
||||
inet_protocols = ipv4
|
||||
inet_protocols = all
|
||||
myhostname = %hostname
|
||||
myorigin = $myhostname
|
||||
mydestination = $myhostname
|
||||
|
||||
Reference in New Issue
Block a user