!fixup make virtual addresses actually work
also fix typo
This commit is contained in:
parent
8021685ec8
commit
39aaf2e0bb
1 changed files with 5 additions and 4 deletions
|
@ -144,14 +144,15 @@
|
|||
lib.mkForce "reject_non_fqdn_sender,reject_unknown_sender_domain,permit";
|
||||
|
||||
services.postfix.virtual = ''
|
||||
postmaster@* admin@hacc.space
|
||||
absue@* admin@hacc.space
|
||||
contact@* info@hacc.space
|
||||
postmaster@hacc.space admin@hacc.space
|
||||
abuse@hacc.space admin@hacc.space
|
||||
contact@hacc.space info@hacc.space
|
||||
hello@hacc.space info@hacc.space
|
||||
haccvoc@hacc.space voc@hacc.space
|
||||
@4future.dev @hacc.space
|
||||
@4futu.re @hacc.space
|
||||
@hacc.earth @hacc.space
|
||||
@infra4future.de @hacc.space
|
||||
haccvoc@* voc@hacc.space
|
||||
'';
|
||||
|
||||
systemd.services.alps = {
|
||||
|
|
Loading…
Reference in a new issue