mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-18 06:48:41 +00:00
add mail install
This commit is contained in:
parent
5bb14ef11e
commit
f96db91958
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user