Compare commits
1 commit
8cb1ac705d
...
02ab2ec867
Author | SHA1 | Date | |
---|---|---|---|
02ab2ec867 |
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
[default.server]
|
[default.server]
|
||||||
address = "1.3.1.2"
|
address = "1.3.1.2"
|
||||||
port = 587
|
port = 587
|
||||||
encryption = "tls"
|
encryption = true
|
||||||
user = "faggiano@uccelli.net"
|
user = "faggiano@uccelli.net"
|
||||||
password = "yougetit"
|
password = "yougetit"
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
[personal.server]
|
[personal.server]
|
||||||
address = "10.13.12.10"
|
address = "10.13.12.10"
|
||||||
port = 25
|
port = 25
|
||||||
encryption = "starttls"
|
encryption = true
|
||||||
user = "master@domain.local"
|
user = "master@domain.local"
|
||||||
password = "yougetitagain"
|
password = "yougetitagain"
|
||||||
|
|
||||||
|
@ -46,5 +46,5 @@
|
||||||
[secret.server]
|
[secret.server]
|
||||||
address = "my.server.org"
|
address = "my.server.org"
|
||||||
port = 12345
|
port = 12345
|
||||||
encryption = "tls"
|
encryption = false
|
||||||
user = "me"
|
user = "me"
|
||||||
|
|
Loading…
Reference in a new issue