From ab4893b6fa280e0e68b7ccaac355a832f1c9cfcb Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Dec 2015 19:35:30 +0100 Subject: wibble --- konfigurera.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/konfigurera.mdwn b/konfigurera.mdwn index 3223ec7..958bd11 100644 --- a/konfigurera.mdwn +++ b/konfigurera.mdwn @@ -159,8 +159,8 @@ credentials in the following format: Now add the following to `/etc/postfix/main.cf`: - inet_interfaces = loopback-only - relayhost = [smtp.fripost.org]:587 + inet_interfaces = loopback-only + relayhost = [smtp.fripost.org]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = texthash:/etc/postfix/sasl/passwd @@ -221,8 +221,8 @@ section, except that we're replacing the `smtp_tls_*` options by envelope sender addresses that don't match the `relayhost_map` lookup table. - inet_interfaces = loopback-only - relayhost = [smtp.fripost.org]:587 + inet_interfaces = loopback-only + relayhost = [smtp.fripost.org]:587 smtp_sender_dependent_authentication = yes sender_dependent_relayhost_maps = texthash:$config_directory/relayhost_map -- cgit v1.2.3