mirror of
https://github.com/friendica/docker
synced 2025-07-13 16:07:38 +02:00
Deleted SMTP-Dockerfiles
This commit is contained in:
parent
fec33c98be
commit
e0c270dd08
2 changed files with 0 additions and 18 deletions
|
@ -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
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue