• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Problem with Plesk Email Security and Greylisting

LaurentR2D2

Plesk Certified Professional
Plesk Certified Professional
Hello,
My configuration :
OS : Debian 9.13
Plesk Obsidian Version 18.0.42 Mise à jour 1, dernière mise à jour le 19 Mar 2022 03:01

The mails received on my server are all going in the waiting list, but are never treated. They never arrive in the mailboxes, and are never deleted for the spam. I've first tried to disable greylisting in the mail settings of the domains, but I don't find anymore the checkbox for that. So I've tried to use Plesk Email Security, but the extension doesn't show up. I have an error message with :

access denied for user 'es_ckzpvbu'@'localhost' plesk (using password:yes)

I've found this article with a problem looking like mine, but I don't know if the solution is the same for both :


I've tried the command "plesk repair all -n', but besides some ownerships error for some files, I have no error.

The problem has happened few days ago. Before that I never had any problem with my mails.

I continue searching, but any idea would help

Thank you
 
I have these info about grey listing in command line :

Code:
plesk bin grey_listing --info-server
Grey listing configuration.

Grey listing checking  disabled
Grey interval          5 minutes
Expire interval        51840 minutes
Penalty interval       2 minutes
Penalty                disabled
Personal grey listing
configuration          allowed

Server-wide black list:

Server-wide white list:

White domains patterns list:
 *.office365.com
 *.outlook.com
 *.outlook.office.com
 *facebook.com
 *google.com
 *mail.ru
 *parallels.com
 *plesk.com
 *rambler.ru
 *yahoo.com
 *yandex.ru

Black domains patterns list:
 *[0-9][0-9]-[0-9][0-9]-[0-9][0-9]*
 *[0-9][0-9].[0-9][0-9].[0-9][0-9]*
 *[0-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9]*
 *[0-9][0-9][0-9].[0-9][0-9][0-9].[0-9[0-9]][0-9]*
 dsl|broadband|hsd
 dynamic|static|ppp|dyn-ip|dial-up

SUCCESS: Gathering of server wide information complete.
 
I've seen that in the mail log :

C654116E02B9: to=<xxxxxx@xxxxxxx>, relay=none, delay=307, delays=307/0.03/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Is it a firewall problem ? I have Plesk Firewall installed.
 
I've tried to open ingoing port 10024 with Plesk Firewall, but it doesn't work
 
I've commented out amavis in the main.cf of Postfix, and mail works again :

#content_filter = smtp-amavis:[127.0.0.1]:10024

The best solution I've found for the moment.
 
Did you check if amavisd is running?

I get "service not found"

Also, I have two buttons above the mail queue : Remove and Empty. What is the difference between both of them ?
 
I get "service not found"
What command did you enter to get this message?

Also, I have two buttons above the mail queue : Remove and Empty. What is the difference between both of them ?
If you hold the mouse over the button, you'll see what is does:

- Remove the selected message from the mailqueue
- Clear (or empty) the mailqueue of all messages

Plesk should have make that more easier to find imho
 
What command did you enter to get this message?


If you hold the mouse over the button, you'll see what is does:

- Remove the selected message from the mailqueue
- Clear (or empty) the mailqueue of all messages

Plesk should have make that more easier to find imho
I've used "systemctl status amavis" and "systemctl status amavisd"
 
Back
Top