Skip to content

Commit

Permalink
nixos/mail: allow pretalx.c3voc.de to send mail
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Oct 27, 2024
1 parent 9658ac6 commit c88f82c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions nixos/hosts/mail/mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@ in {
local_recipient_maps = ["hash:/var/lib/mailman/data/postfix_lmtp"];
virtual_alias_maps = ["hash:/etc/postfix/virtual_cm"];
};
networks = [
networks = [
"127.0.0.1/32"
"[::1]/128"
"185.106.84.19/32" # rt.c3voc.de uses mail.c3cov.de as mail relay
"[2001:67c:20a0:e::19]/128" # also rt.c3voc.de

# rt.c3voc.de
"185.106.84.19/32"
"[2001:67c:20a0:e::19]/128"

# pretalx.c3voc.de
"31.172.33.105/32"
"[2a01:a700:48d1::105]/128"
];
};

Expand Down

0 comments on commit c88f82c

Please sign in to comment.