diff --git a/install.sh b/install.sh index a1b615e..510a71e 100644 --- a/install.sh +++ b/install.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file