2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 09:54:57 +02:00

Deleted SMTP-Dockerfiles

This commit is contained in:
Philipp Holzer 2018-06-06 20:41:01 +02:00
parent fec33c98be
commit e0c270dd08
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
2 changed files with 0 additions and 18 deletions

View file

@ -1,9 +0,0 @@
FROM friendica/server:apache
# simple = using an smtp without any credentials (mostly in local networks)
# custom = you need to set host, port, auth_options, authinfo (e.g. for GMX support)
ENV SMTP_TYPE simple
COPY *.sh /
RUN chmod +x /*.sh
RUN /smtp-config.sh

View file

@ -1,9 +0,0 @@
FROM friendica/server:fpm
# simple = using an smtp without any credentials (mostly in local networks)
# custom = you need to set host, port, auth_options, authinfo (e.g. for GMX support)
ENV SMTP_TYPE simple
COPY *.sh /
RUN chmod +x /*.sh
RUN /smtp-config.sh