diff --git a/.examples/dockerfiles/smtp/apache/Dockerfile b/.examples/dockerfiles/smtp/apache/Dockerfile deleted file mode 100644 index 7b3bc95..0000000 --- a/.examples/dockerfiles/smtp/apache/Dockerfile +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.examples/dockerfiles/smtp/fpm/Dockerfile b/.examples/dockerfiles/smtp/fpm/Dockerfile deleted file mode 100644 index af75d5c..0000000 --- a/.examples/dockerfiles/smtp/fpm/Dockerfile +++ /dev/null @@ -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 \ No newline at end of file