1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

use "texthash" Postfix database format instead of "hash"

This commit is contained in:
tyranron
2016-11-15 21:48:09 +02:00
parent fbb76a4da7
commit 9e862b8405
3 changed files with 16 additions and 20 deletions

View File

@ -123,8 +123,8 @@
[ "$status" -eq 0 ]
}
@test "checking sasl: sasl_passwd.db exists" {
run docker exec mail [ -f /etc/postfix/sasl_passwd.db ]
@test "checking sasl: sasl_passwd exists" {
run docker exec mail [ -f /etc/postfix/sasl_passwd ]
[ "$status" -eq 0 ]
}