os/hosts/flora-6
teutat3s 237085c5d4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
flora-6: postfix should use list.pub.solar as
hostname

- Send postmaster and root mails to admins@pub.solar
- Add TODO comment about django-keycloak
2023-02-03 14:19:04 +01:00
..
caddy.nix flora-6: init mailman with NixOS module 2023-02-02 22:54:18 +01:00
default.nix Apply treefmt 2023-01-28 23:51:33 +01:00
drone.nix flora-6: move docker data-root to /data 2023-02-01 13:28:49 +01:00
flora-6.nix keycloak: use version 20.0.3 from nixos-22.11 2023-02-01 13:15:30 +01:00
gitea.nix Apply treefmt 2023-01-28 23:51:33 +01:00
hardware-configuration.nix Apply treefmt 2023-01-28 23:51:33 +01:00
keycloak.nix Apply treefmt 2023-01-28 23:51:33 +01:00
mailman.nix flora-6: postfix should use list.pub.solar as 2023-02-03 14:19:04 +01:00
README.md flora-6: init mailman with NixOS module 2023-02-02 22:54:18 +01:00
triton-vmtools.nix Apply treefmt 2023-01-28 23:51:33 +01:00

Mailman on NixOS docs

  • add reverse DNS record for IP

Manual setup done for mailman, adapted from https://nixos.wiki/wiki/Mailman:

# Add DNS records in infra repo using terraform:
# https://git.pub.solar/pub-solar/infra/commit/db234cdb5b55758a3d74387ada0760e06e166b9d

# Generate initial postfix_domains.db and postfix_lmtp.db databases for Postfix
sudo -u mailman mailman aliases
# Create a django superuser account
sudo -u mailman-web mailman-web createsuperuser
# Followed outlined steps in web UI