Skip to content

Commit 78ab848

Browse files
#3 change Postfix sasl_passwd from Berkeley DB to hash
1 parent d8837fe commit 78ab848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ ! -z "$RELAYHOST" ]; then
2828

2929
postmap hash:/etc/postfix/sasl_passwd
3030
postconf -e "smtp_sasl_auth_enable=yes"
31-
postconf -e "smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd"
31+
postconf -e "smtp_sasl_password_maps=lmdb:/etc/postfix/sasl_passwd"
3232
postconf -e "smtp_sasl_security_options=noanonymous"
3333
else
3434
echo -e "without any authentication. Make sure your server is configured to accept emails coming from this IP."

0 commit comments

Comments
 (0)