diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-03 17:55:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-03 18:04:12 +0100 |
commit | eca943da91a07b0879ad2196d74ef76361f12cb6 (patch) | |
tree | 0548697f3942ad1fb1ab9870a5e3943d764624f2 | |
parent | b1cba57633f101b2e37289120f21f5929984794a (diff) |
Replace chalmers.se by example.org and don't use actual usernames.
-rw-r--r-- | konfigurera.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/konfigurera.mdwn b/konfigurera.mdwn index a3353ac..e1edd53 100644 --- a/konfigurera.mdwn +++ b/konfigurera.mdwn @@ -191,17 +191,17 @@ Guilhems kommentar: > smtp_tls_fingerprint_digest = sha256 > > /etc/postfix/tls_policy -> [smtp.chalmers.se]:587 secure ciphers=high protocols=!SSLv2:!SSLv3 +> [smtp.example.org]:587 secure ciphers=high protocols=!SSLv2:!SSLv3 > [smtp.fripost.org]:587 fingerprint ciphers=high protocols=!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 > match=92:BF:5E:D5:B0:4E:10:19:20:08:C4:70:D6:F3:F7:EC:5F:6E:75:D2:1F:9B:FF:4D:49:BD:B0:8A:68:90:49:BF > > /etc/postfix/relayhost_map -> @fripost.org [smtp.fripost.org]:587 -> guilhem.moulin@chalmers.se [smtp.chalmers.se]:587 +> @fripost.org [smtp.fripost.org]:587 +> @example.org [smtp.example.org]:587 > > /etc/postfix/sasl/passwd -> [smtp.chalmers.se]:587 mouling:xxxxxx -> [smtp.fripost.org]:587 guilhem:xxxxxx +> [smtp.fripost.org]:587 USERNAME1:PASSWORD1 +> [smtp.example.org]:587 USERNAME2:PASSWORD2 The fingerprint of the server certificate can also be found [here](https://fripost.org/certs.asc). |