Raspberrypi.mail: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Root (Diskussion | Beiträge) |
Root (Diskussion | Beiträge) |
||
Zeile 20: | Zeile 20: | ||
smtpd_sasl_type = dovecot | smtpd_sasl_type = dovecot | ||
=== Test === | |||
* https://www.thomas-krenn.com/de/wiki/TCP_Port_25_(smtp)_Zugriff_mit_telnet_%C3%BCberpr%C3%BCfen | |||
== dovecot == | == dovecot == |
Version vom 24. September 2018, 16:50 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
Test
dovecot
apt-get install dovecot-pop3d
10-ssl.conf
10-master.conf
10-logging.conf
auth-system.conf.ext
10-auth.conf
10-mail.conf
eMail-Konten anlegen
# adduser --no-create-home --ingroup postfix --disabled-login user useradd --gid postfix --create-home --shell /bin/bash user echo "user:***" | chpasswd