diff options
-rw-r--r-- | konfigurera.mdwn | 8 |
1 files 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 |