diff options
author | EuAndreh <eu@euandre.org> | 2022-11-28 15:58:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-28 15:58:21 -0300 |
commit | a767df5f2395e7ba009a57c147ba30bc5817bce9 (patch) | |
tree | 56202608ca37f51ac517886fd41c5b7ea27222b6 /src | |
parent | src/infrastructure/guix/: Make uniform path for git:// and https:// access (diff) | |
download | toph-a767df5f2395e7ba009a57c147ba30bc5817bce9.tar.gz toph-a767df5f2395e7ba009a57c147ba30bc5817bce9.tar.xz |
src/infrastructure/guix/system.scm: Use alias_database with "static:" is not working
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 91d1940..47dde4a 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1047,7 +1047,8 @@ myhostname = ~a mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost - alias_maps = hash:/etc/aliases + # alias_maps = hash:/etc/aliases + alias_maps = hash:/etc/aliases, static:andreh home_mailbox = Mail/Inbox/ @@ -1078,7 +1079,7 @@ debug_peer_list = 127.0.0.1 milter_default_action = accept - smtpd_milters = ? + # smtpd_milters = FIXME ~a "# queue-directory @@ -1915,7 +1916,7 @@ (format #f #"- canonical_maps = inline:{ ~a=~a } - alias_database = static:~a + # alias_database = static:~a "# whoami public-me |