add mail install

This commit is contained in:
Dennis Eichhorn 2018-10-20 17:58:34 +02:00
parent 5bb14ef11e
commit f96db91958

View File

@ -57,4 +57,11 @@ apt-get install memcached libmemcached-dev libmemcached-tools
systemctl restart memcached
pecl install memcached
echo "extension=memcached.so" | tee /etc/php/7.2/mods-available/memcached.ini
phpenmod memcached
phpenmod memcached
# Install email server for testing
apt-get install dovecot-imapd dovecot-pop3d
# protocls = pop3 pop3s imap imaps
# pop3_uidl_format = %08Xu%08Xv
/etc/init.d/dovecot start
sudo useradd -d /home/testuser -g mail -u 1001 -s /bin/bash testuser