mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 06:56:37 +08:00
NOYT: Fix tests for new hashing scheme
This commit is contained in:
parent
4677036a14
commit
97b92376a0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ load /code/scripts/common-run.sh
|
|||
local status=$?
|
||||
[ "$status" -eq 0 ]
|
||||
|
||||
cat /etc/postfix/main.cf | grep -q -E '^\s*smtp_tls_session_cache_database\s*=\s*btree:\$\{data_directory\}/smtp_scache$'
|
||||
cat /etc/postfix/main.cf | grep -q -E '^\s*smtp_tls_session_cache_database\s*=\s*lmdb:\$\{data_directory\}/smtp_scache$'
|
||||
local status=$?
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue