| 3 Jun 2025 |
infinisil | Jeremy Fleischman (jfly) https://github.com/jfly/infra/pull/1 | 21:16:42 |
infinisil | Also taking a quick look at the PR now | 21:17:11 |
infinisil | Jeremy Fleischman (jfly) I don't get how storeEmail works. The only place using it is the secrets configuration | 21:21:46 |
Jeremy Fleischman (jfly) | here's a demonstration of the effect | 21:22:26 |
Jeremy Fleischman (jfly) | before:
[root@umbriel:~]# grep jfly /etc/postfix/virtual-mailing-lists
jfly-hacking@nixos.org me@playground.jflei.com
| 21:22:35 |
Jeremy Fleischman (jfly) | after:
[root@umbriel:~]# grep jfly /etc/postfix/virtual-mailing-lists
jfly-hacking@nixos.org jfly-hacking@nixos.org, me@playground.jflei.com
| 21:22:44 |
Jeremy Fleischman (jfly) | you're correct that this only affects secrets, because /etc/postfix/virtual-mailing-lists is a sops templated secret | 21:24:14 |
Jeremy Fleischman (jfly) | * you're correct that this only affects secrets, because /etc/postfix/virtual-mailing-lists is a sops-templated secret | 21:24:24 |
Jeremy Fleischman (jfly) | * with storeEmail = false;:
[root@umbriel:~]# grep jfly /etc/postfix/virtual-mailing-lists
jfly-hacking@nixos.org me@playground.jflei.com
| 21:24:46 |
infinisil | Ah I see | 21:24:53 |
Jeremy Fleischman (jfly) | * with storeEmail = true;:
[root@umbriel:~]# grep jfly /etc/postfix/virtual-mailing-lists
jfly-hacking@nixos.org jfly-hacking@nixos.org, me@playground.jflei.com
| 21:24:54 |