Andrew Hodgson a écrit le 18/04/2020 à 12:26 :
Mark Sapiro wrote:
On 4/17/20 4:51 PM, Abhilash Raj wrote:
If they are empty, perhaps the digest creation process should just re-create them instead of failing to create/send digests? We don't really need the directory structure to exist.
I created <https://gitlab.com/mailman/mailman/-/issues/699> for this.
In my situation I noticed the directories weren't created very quickly as my Exim config looks for the list directories to identify whether that address exists. I don't know how Postfix does the aliasing but for my case it would make sense to get the directories created as soon as possible, not sure if the digest handler would be soon enough or not.
There is no need for these directories on the Exim side actually. You can safely drop the related checks from the Exim configuration [1].
[1] https://github.com/maxking/docker-mailman/pull/371
_g.