Initial commit
This commit is contained in:
47
php/msmtprc.template
Normal file
47
php/msmtprc.template
Normal file
@@ -0,0 +1,47 @@
|
||||
#defaults
|
||||
#port 25
|
||||
#tls off
|
||||
#auth off
|
||||
|
||||
#domain purrs.budgethost.io
|
||||
|
||||
|
||||
#account default
|
||||
#host smtp
|
||||
#set_from_header auto
|
||||
#add_missing_date_header on
|
||||
#set_date_header auto
|
||||
#set_msgid_header auto
|
||||
#from __UUID__@purrs.budgethost.io
|
||||
|
||||
|
||||
#account default
|
||||
#auth off
|
||||
#host smtp
|
||||
#domain purrs.budgethost.io
|
||||
#from __UUID__@purrs.budgethost.io
|
||||
|
||||
#add_missing_date_header on
|
||||
#set_from_header auto
|
||||
#set_date_header auto
|
||||
#set_msgid_header auto
|
||||
|
||||
#allow_from_override off
|
||||
|
||||
defaults
|
||||
port 25
|
||||
tls off
|
||||
auth off
|
||||
domain purrs.budgethost.io
|
||||
#syslog LOG_MAIL
|
||||
|
||||
# If the message already has a From:, use that for envelope sender.
|
||||
# If not, msmtp inserts this address as both header and envelope From.
|
||||
set_from_header auto
|
||||
add_missing_date_header on
|
||||
set_date_header auto
|
||||
set_msgid_header auto
|
||||
|
||||
account default
|
||||
host smtp
|
||||
from __UUID__@purrs.budgethost.io
|
||||
Reference in New Issue
Block a user