From 8342fd1342fafb57ee35cf8a33c38f896a0e03db Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 24 Jun 2020 13:05:18 +0200 Subject: [PATCH] [doc] Fix identation --- doc/macos.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/macos.rst b/doc/macos.rst index dc86b3f3..1f008c20 100644 --- a/doc/macos.rst +++ b/doc/macos.rst @@ -56,6 +56,7 @@ Building the reference setup 2. To be able to send e-mails from the command-line (e.g., when completing cronjobs), via the Idiap SMTP, you will need to modify the postfix configuration: + - Edit the file ``/etc/postfix/main.cf`` to add a line stating ``relayhost = [smtp.lab.idiap.ch]`` (all e-mails should be routed by this SMTP host) - Edit the file ``/etc/postfix/generic`` to add a line stating -- GitLab