We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8837fe commit 78ab848Copy full SHA for 78ab848
bin/setup.sh
@@ -28,7 +28,7 @@ if [ ! -z "$RELAYHOST" ]; then
28
29
postmap hash:/etc/postfix/sasl_passwd
30
postconf -e "smtp_sasl_auth_enable=yes"
31
- postconf -e "smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd"
+ postconf -e "smtp_sasl_password_maps=lmdb:/etc/postfix/sasl_passwd"
32
postconf -e "smtp_sasl_security_options=noanonymous"
33
else
34
echo -e "without any authentication. Make sure your server is configured to accept emails coming from this IP."
0 commit comments