From 8c013cae47f764fbe7f2d0be550473acceeb00ab Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Dec 2015 18:09:13 +0100 Subject: Replace
 by indented blocks.

---
 konfigurera.mdwn | 38 +++++++++++++++-----------------------
 1 file changed, 15 insertions(+), 23 deletions(-)

(limited to 'konfigurera.mdwn')

diff --git a/konfigurera.mdwn b/konfigurera.mdwn
index e1edd53..bf8c27f 100644
--- a/konfigurera.mdwn
+++ b/konfigurera.mdwn
@@ -144,38 +144,30 @@ password      uSerS_paSSword
 
 Kör följande kommandon:
 
-
-sudo install -m 0400 /dev/null /etc/postfix/sasl/passwd
-
+ sudo install -m 0400 /dev/null /etc/postfix/sasl/passwd Lägg in följande rad i /etc/postfix/sasl/passwd -
-[smtp.fripost.org]:587    USERNAME@fripost.org:PASSWORD
-
+ [smtp.fripost.org]:587 USERNAME@fripost.org:PASSWORD Kör följande kommandon: -
-sudo postmap hash:/etc/postfix/sasl/passwd
-
+ sudo postmap hash:/etc/postfix/sasl/passwd Lägg in följande i main.cf: -
-inet_interfaces = loopback-only
-relayhost = [smtp.fripost.org]:587
-smtp_sasl_auth_enable = yes
-smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
-smtp_sasl_security_options     = noanonymous, noplaintext
-smtp_sasl_tls_security_options = noanonymous
-
-smtp_tls_security_level = fingerprint
-smtp_tls_fingerprint_digest = sha256
-smtp_tls_mandatory_ciphers = high
-smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
-smtp_tls_fingerprint_cert_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
-
+ inet_interfaces = loopback-only + relayhost = [smtp.fripost.org]:587 + smtp_sasl_auth_enable = yes + smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd + smtp_sasl_security_options = noanonymous, noplaintext + smtp_sasl_tls_security_options = noanonymous + + smtp_tls_security_level = fingerprint + smtp_tls_fingerprint_digest = sha256 + smtp_tls_mandatory_ciphers = high + smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 + smtp_tls_fingerprint_cert_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 Guilhems kommentar: -- cgit v1.2.3