# 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