Dovecot (Ubuntu 16.04): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
white-space: -o-pre-wrap;  
white-space: -o-pre-wrap;  
word-wrap: break-word;">
word-wrap: break-word;">
sudo apt-get install dovecot-core dovecot-imapd dovecot-pop3d
sudo apt-get install dovecot-core dovecot-imapd dovecot-pop3d dovecot-mysql
sudo apt-get install dovecot-mysql dovecot-lmtpd
</pre>
</pre>



Version vom 17. Februar 2018, 20:27 Uhr

Noch in Bearbeitung


Installation

sudo apt-get install dovecot-core dovecot-imapd dovecot-pop3d dovecot-mysql

Virtuellen Benutzer anlegen

sudo addgroup --system --no-create-home --disabled-login --gid 126 vmail
sudo adduser --system --no-create-home --disabled-login --uid 126 --ingroup vmail vmail


Zurück zu Mailserver einrichten