dockermail icon indicating copy to clipboard operation
dockermail copied to clipboard

POP3 Support

Open dragonito opened this issue 10 years ago • 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.

dragonito avatar May 13 '15 23:05 dragonito

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

lava avatar May 26 '15 09:05 lava

I discarded this feature. Instead I forward the mails like in issue https://github.com/lava/dockermail/issues/5

dragonito avatar May 27 '15 09:05 dragonito

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.

Kiina avatar Mar 23 '16 15:03 Kiina