Change msmtprc to use default email nobody@
This commit is contained in:
parent
6cd78fc2ad
commit
59064cc03e
4
msmtprc
4
msmtprc
@ -14,10 +14,10 @@ auth off
|
|||||||
host smtp
|
host smtp
|
||||||
|
|
||||||
# Envelope-from address
|
# Envelope-from address
|
||||||
from wordpress@%H
|
from nobody@%H
|
||||||
|
|
||||||
# Sets the argument of the SMTP EHLO
|
# Sets the argument of the SMTP EHLO
|
||||||
domain wordpress
|
domain web
|
||||||
|
|
||||||
# Construct envelope-from addresses of the form "user@oursite.example"
|
# Construct envelope-from addresses of the form "user@oursite.example"
|
||||||
#allow_from_override on
|
#allow_from_override on
|
||||||
|
Loading…
Reference in New Issue
Block a user