networking updates, too many to write down

This commit is contained in:
Rouven Seifert 2023-11-07 19:56:10 +01:00
parent 45b01c5979
commit 2bb6fa41e0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
13 changed files with 151 additions and 152 deletions

View file

@ -13,7 +13,7 @@
repositories = [
{
path = "ssh://root@192.168.10.2/mnt/backup/falkenstein";
path = "ssh://root@192.168.42.2/mnt/backup/falkenstein";
label = "nuc";
}
];

View file

@ -118,9 +118,10 @@ in
sslServerKey = "/var/lib/acme/${hostname}/key.pem";
protocols = [ "imap" "sieve" ];
mailPlugins = {
globally.enable = [ "listescape" ];
perProtocol = {
imap = {
enable = [ "imap_sieve" ];
enable = [ "imap_sieve" "imap_filter_sieve" ];
};
lmtp = {
enable = [ "sieve" ];
@ -168,6 +169,10 @@ in
service_count = 1
}
namespace inbox {
separator = /
inbox = yes
}
service lmtp {
unix_listener dovecot-lmtp {
group = postfix