diff options
| author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-03 19:35:30 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-03 19:35:30 +0100 | 
| commit | ab4893b6fa280e0e68b7ccaac355a832f1c9cfcb (patch) | |
| tree | 9a635b183130492adfdb707cdedaaf5c5b129595 | |
| parent | c2eb48e10e5b133fb0c3295884f6bef36e26c243 (diff) | |
wibble
| -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 | 
