commit f08dfd3973a23e9aad063be62c350e48baa49350 parent 9f3e941dd7625e9d6a76416410e2110d4ebdcebc Author: Petar Yotsev <petar@yotsev.xyz> Date: Mon, 13 Dec 2021 23:11:23 +0000 Fix the bug that's been plaguing me for months Diffstat:
M | setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.sh b/setup.sh @@ -66,7 +66,7 @@ success "Created vmail user & authentication file" && # smtpd # -replace files/smtpd.conf > /etc/smtpd.conf && +replace files/smtpd.conf > /etc/mail/smtpd.conf && success "Configured OpenSMTPD" &&