diff options
-rw-r--r-- | etc/guix/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 7cfddae..9ec8faf 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -163,8 +163,8 @@ Seiko Epson Color Ink Jet Printers.") header_checks = regexp:{ { /^Received:.*/ IGNORE }, { /^X-Originating-IP:.*/ IGNORE } } - sender_dependent_relayhost_maps = hash:/var/lib/andreh/postfix/relayhosts-maps - smtp_sasl_password_maps = hash:/var/lib/andreh/postfix/sasl-password + sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps + smtp_sasl_password_maps = hash:/var/lib/private/postfix/sasl-password smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_tls_security_level = encrypt |