• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Is there a way to see contents of the postfix greylisting?

kassi

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.60 #1
I recently switched on greylisting and wonder if I have the possibility to see, which domains (or IPs?) are already saved as being ok for new mail to pass, and maybe also what's currently in the "waiting" (for email to arrive again) state?
 
You can use the command line to check the greylisting status:
Code:
# plesk bin grey_listing --info-server
# plesk bin grey_listing --info-domain domain.com

Check this page for more commands:
 
Iguess, to see the contents of Postfix greylisting you can check the mail logs (/var/log/mail.log) for greylisting entries and query the greylisting database (using db_dump for Postgrey or SQL queries for SQLGrey)

Not sure that's gonna help, but you can try it.
 
@Maarten. I tried that already, but the commands you mentioned only show some pretty static information. The server info shows a list of fixed domains and has nothing to do with the mails that arrived at my system. For the domain info it only shows that it's enabled.

@DamienOrtega I did that first, but it's the reason why I want to see what the greylisting status of individual mail sender addresses is. I received a mail and it was rejected several times (every 10 minutes) instead of being accepted the second time it has been sent.
 
Back
Top