fix: remove mydestination postfix config

It was causing mails to be delivered locally to `/var/mail` instead of
to `/var/vmail` and being handled by dovecot.

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-03 10:05:21 +01:00
parent a55ed8b41b
commit f6d8450985
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -91,11 +91,6 @@ in
inet_protocols = "ipv4";
smtp_bind_address = floatingIPv4;
mydestination = lib.mkForce [
"localhost"
"escapeangle.com"
];
virtual_mailbox_domains = lib.mkForce (builtins.toFile "vhosts" "escapeangle.com");
};