From f71bd61fba1c79de5035cef6a0e69109ee19879b Mon Sep 17 00:00:00 2001 From: cmharper <1422608+cmharper@users.noreply.github.com> Date: Sat, 13 Apr 2019 07:08:58 +0000 Subject: [PATCH] Fixed nologin location --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 4327babd..469dc992 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -230,7 +230,7 @@ chmod a+r /var/lib/mailinabox/mta-sts.txt # install the postfix MTA-STS resolver /usr/bin/pip3 install postfix-mta-sts-resolver # add a user to use solely for MTA-STS resolution -useradd -c "Daemon for MTA-STS policy checks" mta-sts -s /sbin/nologin +useradd -c "Daemon for MTA-STS policy checks" mta-sts -s /usr/sbin/nologin # create systemd services for MTA-STS cat > /etc/systemd/system/postfix-mta-sts-daemon@.service << EOF [Unit]