Auth rate limiting: Mailcow UI and correct treatment of v4-mapped addresses

This commit is contained in:
Michael Kuron
2017-05-25 13:57:50 +02:00
parent 88f94a2e15
commit 1906c26e5d
3 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ RUN docker-php-ext-install intl pdo pdo_mysql xmlrpc
RUN docker-php-ext-enable redis
RUN pear install channel://pear.php.net/Net_IDNA2-0.1.1 Auth_SASL Net_IMAP NET_SMTP Net_IDNA2 Mail_mime
RUN apk del autoconf g++ make libxml2-dev icu-dev
RUN echo 'php_admin_flag[log_errors] = on' >> /usr/local/etc/php-fpm.d/www.conf
COPY ./docker-entrypoint.sh /