Casper
Casper
> I'm generally iffy about global state lingering like that Same here. To address the security concerns, one could remove the group rwx permission from the parent config folder (not...
It would be great, to also have test coverage for this new feature: https://github.com/docker-mailserver/docker-mailserver/blob/master/test/tests/parallel/set1/spam_virus/fail2ban.bats --- Edit: Existing tests are currently [failing](https://github.com/docker-mailserver/docker-mailserver/actions/runs/15532527114/job/43726116661?pr=4504).
The location seems to have changed to `/usr/share/doc/dovecot-core/examples/decode2text.sh`. ```bash # dpkg -L dovecot-core | grep decode2text /usr/share/doc/dovecot-core/examples/decode2text.sh ``` However, it's deleted on build: https://github.com/docker-mailserver/docker-mailserver/blob/34eb54ac398c4c3846645cf79404d8528869891b/Dockerfile#L292
> However, it's deleted on build: > > https://github.com/docker-mailserver/docker-mailserver/blob/34eb54ac398c4c3846645cf79404d8528869891b/Dockerfile#L292 For reference, I did some more testing. Even when commenting out the line and building the image, the file is missing....
Testmail Headers ``` Return-Path: Delivered-To: [email protected] Received: from mail.example.com by mail.example.com with LMTP id fFaaG9Ubtmd5DAAAdOYLmw (envelope-from ) for ; Wed, 19 Feb 2025 18:58:45 +0100 Received: from localhost (localhost [127.0.0.1])...
> @casperklein since you use Amavis + SpamAssassin this may be relevant to you. I never did more than `ENABLE_AMAVIS=1` and `ENABLE_SPAMASSASSIN=1`. I don't have an opinion on that from...
> [@casperklein](https://github.com/casperklein) since you use Amavis + SpamAssassin this may be relevant to you. I'm not sure how important these packages are (_they apparently [were of value at least 20...
For reference: I checked some SPAM mails and can confirm, pyzor is still working with DMS `v15.x`: Example ``` Return-Path: Delivered-To: [email protected] Received: from mail.my-mailserver.tld by mail.my-mailserver.tld with LMTP id...
I spend the last hours to investigate this. For now, I can't proof, that pyzor is currently still working. Here are my conclusions, that are in line with @polarathene I...
Sorry for the late reply. Just for completeness, I'll answer the questions you had: > Could you confirm that your testing involved mail from an external IP/service? Yes, I've send...