Alan Hicks
Alan Hicks
Hi Mauro, OpenLDAP here, maybe this might help. ldap_default_servers = ldap.example.com::389 ldap_login: driver = plaintext public_name = LOGIN server_prompts = Username:: : Password:: server_condition = ${if and {{ \ !eq{}{$auth1}...
Hi, Fun and useful perhaps, but I wouldn't underestimate the amount of work involved, it's straightforward but non trivial. I've written an article on implementing subversion with ldap and svnserve....
gmime 2.6 is eol, gmime 3 (3.2) works with the 3.3.x branch I'm at an early stage of creating a new Docker build
I've created a Dockerfile and tested it locally, perhaps this helps? https://github.com/dbmail/dbmail/blob/3.3.x/docker/Dockerfile There is some documentation at https://dbmail.org/docs/docker-images/
I'm curious why the RUN is needed to create /var/run/dbmail? The COPY does exactly that COPY --chown=nobody:nogroup docker/run/dbmail-imapd.pid /var/run/dbmail/
Great. I've raised issue #171 re changing the default dbmail.conf locations to include dbmail so that may follow.
My initial thoughts on dbmail and docker: As docker normally only launches one process per instance, I envisage separate docker images for lmtpd and sieve, I don't envisage much use...
Okay, so one service per container is good, I normally recommend a separate postgresql instance, perhaps AWS RDS, as one pg instance should be able to run many hundreds of...
Thanks for researching and spotting this. It was removed by mistake so thanks for finding it. I reverted in #246 dbmail-deliver doesn't crash for me, could you get a crash...
Nothing looks unusual in that stack trace. I've successfully sent emails with 80k and 3.5mb.