Switched to msmtp
ssmtp is not available in buster, so we wouldn't be able to send mails. Switched to msmtp, which serves the same purpose.
This commit is contained in:
@ -1 +1 @@
|
||||
sendmail_path = "/usr/sbin/ssmtp -t -i"
|
||||
sendmail_path = "/usr/bin/msmtp -t"
|
||||
|
10
src/msmtprc
Normal file
10
src/msmtprc
Normal file
@ -0,0 +1,10 @@
|
||||
account default
|
||||
|
||||
host nathan.nehmer.net
|
||||
tls on
|
||||
tls_starttls on
|
||||
domain docker.nehmer.net
|
||||
|
||||
from postmaster@nehmer.net
|
||||
maildomain nehmer.net
|
||||
|
Reference in New Issue
Block a user