forked from malobeo/infrastructure
[pretalx] flip ssl/tls due to error
This commit is contained in:
@@ -85,8 +85,8 @@ in
|
||||
user = "malobot@systemli.org";
|
||||
host = "mail.systemli.org";
|
||||
port = "465";
|
||||
ssl = false;
|
||||
tls = true;
|
||||
ssl = true;
|
||||
tls = false;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user