From 59064cc03e4d0b15cb124ecc560ddb5595ab7940 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 4 May 2023 20:21:20 +1000 Subject: [PATCH] Change msmtprc to use default email nobody@ --- msmtprc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msmtprc b/msmtprc index 5c1169e..26b5a34 100644 --- a/msmtprc +++ b/msmtprc @@ -14,10 +14,10 @@ auth off host smtp # Envelope-from address -from wordpress@%H +from nobody@%H # Sets the argument of the SMTP EHLO -domain wordpress +domain web # Construct envelope-from addresses of the form "user@oursite.example" #allow_from_override on