Disable STARTTLS and use TLS instead

This commit is contained in:
2016-10-12 13:23:59 +02:00
parent 249a8a8eae
commit deab70fe64
5 changed files with 6 additions and 5 deletions

View File

@@ -91,6 +91,6 @@ RUN useradd -g vmail -u 5000 vmail -d /vmail -m
# Volume to store email
VOLUME ["/vmail"]
EXPOSE 25 143 587 993 4190
EXPOSE 25 465 993 4190
CMD /boot && exec /usr/bin/supervisord -n -c /etc/supervisord.conf