hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

configure with discourse #303

Closed albjeremias closed 6 years ago

albjeremias commented 6 years ago

Classification

Description

I am trying to use mailserver with discourse.. but I am having problems.. you can see a bigger description here: https://meta.discourse.org/t/fail-to-send-email-with-discourse-doctor/97349/12

My suspicion is that the issue is that on port 25, mailserver does not have authentication enabled, and discourse is sending authentication. Support would be very handy! :)

When using port 587, i get this error on discourse when sending mails: 530 5.7.0 Must issue a STARTTLS command first

When using port 25, i get this: 503 5.5.1 Error: authentication not enabled

Also discourse is a great open source project, so would be awesome if mailserver can support it! :) Thank you