summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2025-10-15 11:27:03 +0000
committerLudovic Courtès <ludo@gnu.org>2025-11-09 22:12:02 +0100
commit49ba3adfdff205aeddbe90ee8757e75009d9eed0 (patch)
tree942de2d2e768c96d8e334d3251c21d2826759654 /doc
parent74b718d554e135e07222435a00a70a49541a6d49 (diff)
services: opensmtd: Add back option to log to syslog.
The option for syslog logging was removed in 6036f1f3053bc9b4f0411b5e8aeaab5bd7f4ec7b. * gnu/services/mail.scm (opensmtpd-shepherd-service): When log-file is #f daemonize and set the pid-file. Change-Id: I356f4ccacc473def35708c114947788d485d058b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 95e9ebb35bb..64ef5964745 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -29879,6 +29879,7 @@ remote servers. Run @command{man smtpd.conf} for more information.
29879@item @code{log-file} (default: @code{"/var/log/mail.log"}) 29879@item @code{log-file} (default: @code{"/var/log/mail.log"})
29880The file location for the OpenSMTPD log file. Logging occurs in the 29880The file location for the OpenSMTPD log file. Logging occurs in the
29881foreground via the Shepherd, i.e. OpenSMTPD does not detach. 29881foreground via the Shepherd, i.e. OpenSMTPD does not detach.
29882When set to @code{#f} OpenSMTPD will instead detach and log to the syslog.
29882 29883
29883@item @code{setgid-commands?} (default: @code{#t}) 29884@item @code{setgid-commands?} (default: @code{#t})
29884Make the following commands setgid to @code{smtpq} so they can be 29885Make the following commands setgid to @code{smtpq} so they can be