msmtprc for DomainFactory
Hi there,
for the last 3 days, my server stopped to send me any status mails. The problem was (without chaning anything on the system) that there was a missing domain
entry in the msmtprc.
So here is the full msmpt config file (for tls without certificate check):
account df
host smtprelaypool.ispgateway.de
from foo@yourdomain.com
domain yourdomain.com
auth on
user 012345
password EnterHere
tls on
tls_certcheck off
Edit: Don’t forget to set the auto-from
option.
Bye Sven