knaleffect
New Pleskian
- Server operating system version
- AlmaLinux 10.1
- Plesk version and microupdate number
- Plesk Obsidian v18.0.75
Hello!
It's a bug that keeps recurring in Postfix/Plesk. I'm getting the following error in my mail log, and because of this, no emails are being received: warning: hash:/var/spool/postfix/plesk/blacklists lookup error for
Hash is no longer supported or has been removed (I can't say exactly what happened). Now, for the third time in a week, I have to: Replace hash with lmdb in /etc/postfix/main.cf.
This is in the main.cf: smtpd_sender_restrictions =
check_sender_access hash:/var/spool/postfix/plesk/blacklists [..]
and should be replaced with: smtpd_sender_restrictions =
check_sender_access lmdb:/var/spool/postfix/plesk/blacklists [..]
After I changed it and restarted Postfix, it worked again.
Are there more users experiencing this issue and/or is this a known problem?
It's a bug that keeps recurring in Postfix/Plesk. I'm getting the following error in my mail log, and because of this, no emails are being received: warning: hash:/var/spool/postfix/plesk/blacklists lookup error for
Hash is no longer supported or has been removed (I can't say exactly what happened). Now, for the third time in a week, I have to: Replace hash with lmdb in /etc/postfix/main.cf.
This is in the main.cf: smtpd_sender_restrictions =
check_sender_access hash:/var/spool/postfix/plesk/blacklists [..]
and should be replaced with: smtpd_sender_restrictions =
check_sender_access lmdb:/var/spool/postfix/plesk/blacklists [..]
After I changed it and restarted Postfix, it worked again.
Are there more users experiencing this issue and/or is this a known problem?