Valentino Mariotto

Results 18 comments of Valentino Mariotto

I think this was indeed a race condition given by the volume and the container having the same name. Docker doesn't seem to be checking the object type.

Renaming the volume fixes the volume/container ambiguity, but does not fix the reboot problem. Upon reboot, EMQX still failed to use the saved configuration, but now the information returned by...

it runs when removing these options: ``` "use_ssl": false, "verify_certificate": false ``` But is there a way to ensure that the IMAP client will NOT use SSL?

I added SSL certs to the proxy to which this client is connecting, and now I get: ``` Error during IMAP queue polling. Traceback (most recent call last): File "/venv/lib/python3.7/site-packages/dmarc_metrics_exporter/imap_queue.py",...

correcting the docker-compose script to use version 1.0.0 rather than version 0.3.0 fixed the issues. Please update the documentation Thank you for this useful software!

I found that this feature has other issues. Let's say we set up: MAILNAME='relay.domain.org' SMTPD_USERS=bob:secret When I authenticate with bob, this is what I always see in the container output:...

@Jono007 I suppose that setting: `smtpd_sender_restrictions = reject_unauthenticated_sender_login_mismatch` should prevent unauthenticated users from sending (I did not test this) ref: https://bobcares.com/blog/postfix-smtpd_sender_restrictions/