Raspberrypi.mail: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
  Internet  |  Raspi  
  Internet  |  Raspi  
   
   
  smtp    ->  [ Postfix ] -> slas-Auth -> System
  smtp    ->  [ Postfix ]  
                |
                v
  pop3    ->  [ dovecot ] -> slasl-Auth -> System
  pop3    ->  [ dovecot ] -> slasl-Auth -> System



Version vom 24. September 2018, 10:33 Uhr

Internet  |  Raspi 

smtp     ->  [ Postfix ] 
                |
                v
pop3     ->  [ dovecot ] -> slasl-Auth -> System


postfix

http://www.postfix.org/features.html

apt-get install postfix


main.cf

virtual_maps = hash:/etc/postfix/virtual
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot


dovecot

https://dovecot.org/

apt-get install dovecot-pop3d