Merge #1918
1918: Alpine has removed support for btree and hash from postfix r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? fix the following errors: Aug 08 16:52:03 ocloud postfix/smtp[376]: error: unsupported dictionary type: hash Aug 08 16:52:03 ocloud postfix/tlsmgr[377]: error: unsupported dictionary type: btree Aug 08 16:52:03 ocloud postfix/tlsmgr[377]: warning: btree:/var/lib/postfix/smtp_scache is unavailable. unsupported dictionary type: btree Without it Mailu is unusable with a relay. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>master
commit
f38576b75a
@ -1 +1,2 @@
|
||||
{{ RELAYHOST }} {{ RELAYUSER }}:{{ RELAYPASSWORD }}
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
Alpine has removed support for btree and hash in postfix... please use lmdb instead
|
Loading…
Reference in New Issue