From 1b4f9987940b220251efb07422a66b28f763753e Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino <45392351+ricardo-bernardino@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:36:41 +0000 Subject: [PATCH] Update postfix restart in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ffd54..b4d5565 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Then run... ... and restart Postfix: - sudo systemctl restart restart + sudo systemctl restart postfix If you have users with shell access, and you want these users to be able to create autoresponder messages themselves on the shell, you must add each user account to the autoresponse group, e.g. as follows for the system user john: @@ -113,4 +113,4 @@ If there's already an active autoresponder for that email address, it will be di ). -This means the email feature is a toggle switch - if there's no sautoresponder, it will be created, and if there's an autoresponder, it will be disabled. \ No newline at end of file +This means the email feature is a toggle switch - if there's no sautoresponder, it will be created, and if there's an autoresponder, it will be disabled.