You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is it possible to mount /etc/amavisd to host machine to save settings for different DKIM domain?
I checked this way -v /srv/etc/amavisd:/etc/amavisd \
but docker rewrite empty folder on host machine and an error in container appears.
In general I can use
one DKIM-Key for all domains.
But even in this case when I recreate container, amavisd recreate DKIM RSA, so I need change it in all my domains. I think /var/lib/dkim/ and /etc/amavisd should be persistent.
Usecase:
A new domain is added, so a pem and config portions need to be added so that this change is persistent even between restarts.
At the moment, only the default domain can have DKIM
The text was updated successfully, but these errors were encountered: