lava / dockermail

Ready-to-use email server + (optional) web mail + (optional) caldav, carddav and a kitchen sink in a docker container
MIT License
300 stars 60 forks source link

send email error #22

Closed cphubs closed 9 years ago

cphubs commented 9 years ago

Hi

I can recive email but can not send email to another domain like gmail or yahoo previosly i can send email too! I use rainloop

lava commented 9 years ago

Some big mail providers (e.g. web.de, don't know about yahoo) require some additional steps before they will whitelist mail from your server (usually writing an email to their webmaster is enough). So if possible it would probably be easier to investigate this by sending mails to a server that is known to be liberal in what it accepts, e.g. a friend's server or another instance of dockermail. That said, I've never had problems with gmail.

The relevant logs should be under /var/log/mail.log in the dovecot container. (Though docker seems to like breaking the way to read them every few versions without a good reason, so you might have to search around a bit for how to do it ;)

cphubs commented 9 years ago

I migrate from DO to Vultr.com and mail server is default blocked. I ticket and unblock it.

Thank you