nixosTests.dovecot: set dovecot_{config,storage}_version

This commit is contained in:
Katalin Rebhan
2026-04-11 01:11:34 +02:00
parent 0ad86118b7
commit c52bb71f0c
+2
View File
@@ -12,6 +12,8 @@
services.dovecot2 = {
enable = true;
settings = {
dovecot_config_version = dovecot.version;
dovecot_storage_version = dovecot.version;
protocols = [
"imap"
"pop3"