Raspberrypi.mail

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
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

eMail-Konten anlegen

# adduser --no-create-home --ingroup postfix --disabled-login user
useradd --gid postfix --create-home --shell /bin/bash mail-af1
echo "user:***" | chpasswd