Ssmtp: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(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…“)
 
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

  1. UseTLS=YES

UseSTARTTLS=YES AuthUser=name@domain.tld AuthPass=PASSWORD