Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Commandline-Mail mit msmtp ====== Installieren mit apt-get install msmtp msmtp-mta mailutils Konfigurationsdateien {{ :computer:ubuntu:msmtp-config.tgz |}} <file bash /etc/msmtprc> defaults port 465 auth on tls on tls_starttls off #starttls off tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log #set_from_header on # logsender account logsender@markus-spring.de host mail.markus-spring.de #set_from_header on from logsender@markus-spring.de auth on user logsender@markus-spring.de password * account default: logsender@markus-spring.de aliases /etc/aliases </file> <file bash /etc/mail.rc> set mta=/usr/bin/msmtp set sendmail="/usr/bin/msmtp -t" </file> <file bash /etc/aliases> postmaster: root root: logsender@markus-spring.de default: logsender@markus-spring.de </file> Testmail: ls -l | mail -s "Test von thinc" mail@markus-spring.de computer/ubuntu/mailen_mit_msmtp.txt Last modified: 2022/08/11 06:42by springm