nyarlathotep: cleanup after deployment #55

Merged
Gonne merged 22 commits from Gonne/nixConfig:nyarlathotep into main 2025-03-24 19:38:06 +00:00
Showing only changes of commit ceaaa3bcaf - Show all commits

View file

@ -214,9 +214,8 @@ in {
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
sieve.trusted = {
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
from-name = "sender";
return-path = "sender";
return-path = "sender"; # set the outgoing MAIL FROM to the original sender as specified in the incoming MAIL FROM.
nerf marked this conversation as resolved

where did the /tmp folder discussion disappeared to?

where did the `/tmp` folder discussion disappeared to?

ahh it got marked outdated

ahh it got marked outdated
# If we are the sender, we sign the message with DKIM. Else we leave it alone.
sign = [
{