You've already forked docker-mailserver
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:
@ -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 ]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user