Any pointers? docker-compose.yml seems to only have variables to set the recipients afaik.
English
How can you change the sending email which watchdog uses to send warning emails?
Have something to say?
Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!
any idea how to overwrite it with a variable?
the reason I am asking is because those emails are sent out from whatchdog@mail.mydomain.tld and I’d rather use watchdog@domain.tld since that domain is fully setup via SPF, DKIM, dmarc
or is it easier to simply set mail.domain.tld as an alias domain for domain.tld and supply it with SPF, DKIM and dmarc records?
many of the other sender addresses I seem to be able to manually change from within mailcow i.e. the quota notifications and one other I can’t remember
you just need edit mailcow.conf file and run docker-compose up -d
Edit mailcow.conf like what?
As far as i know there so no option like “WATCHDOG_SENDER”.
- Edited
On my system the option is called WATCHDOG_NOTIFY_EMAIL
It was too early in the morning when I wrote this. Of course, this option does not set the sender address, but the recipient address. I don’t know if it’s possible to change the sender address, or at least there doesn’t seem to be a pre-defined option in the mailcow.conf file.