Skip to content

Commit

Permalink
#3 change Postfix sasl_passwd from Berkeley DB to hash
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Apr 2, 2024
1 parent cffaafa commit abe7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -z "$RELAYHOST" ]; then

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

0 comments on commit abe7c10

Please sign in to comment.