diff options
author | EuAndreh <eu@euandre.org> | 2022-03-16 20:14:23 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-18 23:51:19 +0100 |
commit | 465259be78600d17d83f0cee6b06b8a83babda16 (patch) | |
tree | 1023522c4b4d6aeaaee7eeed380991e5156861b4 /doc | |
parent | 27c273ec89e86a673ae4e5ae7825df2f93584c33 (diff) | |
download | guix-465259be78600d17d83f0cee6b06b8a83babda16.tar.gz |
doc: Fix wrong variable name.
* doc/guix.texi (Mail services): use correct variable name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 46e65129ae..1ecb3c7e3d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -23822,7 +23822,7 @@ Data type representing the configuration of opensmtpd. @item @code{package} (default: @var{opensmtpd}) Package object of the OpenSMTPD SMTP server. -@item @code{config-file} (default: @code{%default-opensmtpd-file}) +@item @code{config-file} (default: @code{%default-opensmtpd-config-file}) File-like object of the OpenSMTPD configuration file to use. By default it listens on the loopback network interface, and allows for mail from users and daemons on the local machine, as well as permitting email to |