diff --git a/Dockerfile b/Dockerfile index 787089a0781c5a390bdc51ebda47c9a9c8808f6f..11c61c85721727eaea09a8c440970967abf20691 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ WORKDIR /root ENV DEBIAN_FRONTEND noninteractive # Install php RUN apt-get update && \ - apt-get install -y curl zip unzip php libapache2-mod-php \ + apt-get install -y curl zip unzip php libapache2-mod-php git \ php-fpm php-cli php-mysqlnd php-pgsql php-sqlite3 php-redis \ - php-apcu php-intl php-imagick php-mcrypt php-json php-gd php-curl php-mbstring && \ + php-apcu php-intl php-imagick php-mcrypt php-json php-gd php-curl php-mbstring php-xml && \ phpenmod mcrypt && \ rm -rf /var/lib/apt/lists/* diff --git a/configs/mail.cnf b/configs/mail.cnf index 1daf14514888639825611661b725055c58096bed..fe61f858e671da21288b15729662705e85f28b83 100644 --- a/configs/mail.cnf +++ b/configs/mail.cnf @@ -3,21 +3,21 @@ ; ; GMail example -;Host = "smtp.gmail.com" -;SMTPSecure = "tls" -;Port = "587" -;verify_peer = true; set to false, if remote certificate cannot be verified -;Username = "testexample@gmail.com" -;Password = "XXX" -;FROMNAME = "Jards" +Host = "smtp.gmail.com" +SMTPSecure = "tls" +Port = "587" +verify_peer = true; set to false, if remote certificate cannot be verified +Username = "jardsserver@gmail.com" +Password = "-aaa-bbbxcx" +FROMNAME = "Jards" ;GMX example -Host = "mail.gmx.net" -SMTPSecure = "ssl" -Port = "465" -verify_peer = true -Username = "testtest@gmx.de" -Password = "XXX" -FROMNAME = "Jards" +;Host = "mail.gmx.net" +;SMTPSecure = "ssl" +;Port = "465" +;verify_peer = true +;Username = "testtest@gmx.de" +;Password = "XXX" +;FROMNAME = "Jards" TARGET="carstenkarbach@gmx.de" \ No newline at end of file