lava/dockermail

POP3 Support

dragonito opened this issue · 3 comments

I´m working on POP3 support for using it in gmail instead of forwarding mails. I got a unsecure solution. Google does not support self signed certs :(

I would like separate ssl configuration for pop3 and imap, is this possible in dovecot?

My fork with a pop3 branch is here:

https://github.com/dragonito/dockermail/tree/pop3d

If its runnig good i´ll add an pull request for merging. Perhaps you got some good ideas for resolving the "google" problem. Turning of ssl for both pop3 and imap is spooky.

lava commented

I have never used pop3 for anything, so I'm afraid I can't really help you with that.

I discarded this feature. Instead I forward the mails like in issue #5

Kiina commented

Kinda stuck with the same problem. Setting ssl to "yes" instead of "required" or "no" kinda does the trick. I added a entrypoint file that reads the env variables and sets ssl and disable_plaintext_auth to your likings. But for that you would have to change the makefile to include your env vars.

Maybe we should look at the improvments from #9 and backport the docker-compose stuff to have a nicer solution to this.