nixosTests.dovecot: fix eval (#414745)
This commit is contained in:
commit
1b59a98255
@ -12,7 +12,6 @@ import ./make-test-python.nix {
|
|||||||
"imap"
|
"imap"
|
||||||
"pop3"
|
"pop3"
|
||||||
];
|
];
|
||||||
modules = [ pkgs.dovecot_pigeonhole ];
|
|
||||||
mailUser = "vmail";
|
mailUser = "vmail";
|
||||||
mailGroup = "vmail";
|
mailGroup = "vmail";
|
||||||
};
|
};
|
||||||
@ -75,6 +74,7 @@ import ./make-test-python.nix {
|
|||||||
|
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
pkgs.dovecot_pigeonhole
|
||||||
sendTestMail
|
sendTestMail
|
||||||
sendTestMailViaDeliveryAgent
|
sendTestMailViaDeliveryAgent
|
||||||
testImap
|
testImap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user