You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
562 B
24 lines
562 B
# msmtp configuration template
|
|
#
|
|
# This is populated and saved as /etc/msmtp when image starts
|
|
#
|
|
|
|
# Default settings
|
|
defaults
|
|
logfile /var/log/msmtp.log
|
|
|
|
# OSTicket account
|
|
account osticket
|
|
protocol smtp
|
|
host %SMTP_HOSTNAME%
|
|
tls %SMTP_TLS%
|
|
tls_trust_file %SMTP_TLS_CERTS%
|
|
port %SMTP_PORT%
|
|
auth %SMTP_AUTH%
|
|
user %SMTP_USER%
|
|
password %SMTP_PASS%
|
|
from %SMTP_FROM%
|
|
|
|
# If you don't use the '-a' parameter in your command line, the default account will be used.
|
|
account default: osticket
|