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:
parent
a55ed8b41b
commit
f6d8450985
1 changed files with 0 additions and 5 deletions
|
|
@ -91,11 +91,6 @@ in
|
||||||
inet_protocols = "ipv4";
|
inet_protocols = "ipv4";
|
||||||
smtp_bind_address = floatingIPv4;
|
smtp_bind_address = floatingIPv4;
|
||||||
|
|
||||||
mydestination = lib.mkForce [
|
|
||||||
"localhost"
|
|
||||||
"escapeangle.com"
|
|
||||||
];
|
|
||||||
|
|
||||||
virtual_mailbox_domains = lib.mkForce (builtins.toFile "vhosts" "escapeangle.com");
|
virtual_mailbox_domains = lib.mkForce (builtins.toFile "vhosts" "escapeangle.com");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue