Dimitri Huisman

Results 169 comments of Dimitri Huisman

There are currently no plans to add support for podman.

On a fresh 1.9 installation I cannot replicate this. Without reliable replicating steps it will be difficult to look into this. Could you try again with a small test message?...

This is the relevant code that is used for sending the emails to every user: https://github.com/Mailu/Mailu/blob/b73963aae5177770c64c8e04be7c11b00317f0a5/core/admin/mailu/models.py#L413 ``` def sendmail(self, subject, body): """ send an email to the address """ f_addr...

Does the postmaster account exist? The local part comes from POSTMASTER in mailu.env. The domain part is from DOMAIN in mailu.env.

What is odd, is that the SUBNET (192.168.203.0/24) setting (from mailu.env) should have been configured as ``local_networks = [192.168.203.0/24];`` in options.inc of rspamd. This results in it being added as...

What are you trying to solve? We already have https://github.com/Mailu/Mailu/blob/e48e2cdc1ae827f6e048f972f823d863d7a57ef9/core/nginx/conf/nginx.conf#L135 as documented here https://mailu.io/1.9/faq.html#how-can-i-override-settings

I think you are referring to the RELAYHOST setting (https://mailu.io/1.9/configuration.html#mail-settings)? Using this will indeed not lead to updated SPF records. I will mark this as an enhancement request.

Nextgens indeed has a point. Introducing yet another configuration variable for this makes the solution too complex without valid reason. If you have the information to add to this new...

If this is changed, then it would be a change in a new release. It will not touch existing deployments for people who use mailu 1.7 or 1.8. This only...