Ssmtp: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
V (Diskussion | Beiträge) Die Seite wurde neu angelegt: „apt-get install ssmtp /etc/ssmtp/revaliases root:name@domain.tld:mx.domain.tld:25 /etc/ssmtp/ssmtp.conf Config file for sSMTP sendmail root=name@dom…“ |
V (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
/etc/ssmtp/revaliases | /etc/ssmtp/revaliases | ||
<script lang=bash> | |||
root:name@domain.tld:mx.domain.tld:25 | root:name@domain.tld:mx.domain.tld:25 | ||
</script> | |||
/etc/ssmtp/ssmtp.conf | /etc/ssmtp/ssmtp.conf | ||
Version vom 19. März 2019, 13:24 Uhr
apt-get install ssmtp
/etc/ssmtp/revaliases
<script lang=bash> root:name@domain.tld:mx.domain.tld:25
</script>
/etc/ssmtp/ssmtp.conf
Config file for sSMTP sendmail
root=name@domain.tld mailhub=mx.domain.tld hostname=host.name@domain.tld
- UseTLS=YES
UseSTARTTLS=YES AuthUser=name@domain.tld AuthPass=PASSWORD