• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ct-miller error msg.

P_heck

Basic Pleskian
Urgent! Problem after uninstalling Parallels Premium Outbound Antispam

Hello,

since last minor update (11.0.9 Update #14) and the installation of Parallels Premium Outbound Antispam, I got the following error msg:

Sep 17 07:02:05 ph-internet ct-milter[27248]: mlfi_eom: ctasd_outbound is on and connect IP in mynetworks list -> working in outbound mode.
Sep 17 07:02:05 ph-internet ct-milter[27248]: ctASd: couldn't establish connection with 127.0.0.1:8088
Sep 17 07:02:07 ph-internet ct-milter[27248]: queueid=21D2F980EEE
Sep 17 07:02:07 ph-internet ct-milter[27248]: mlfi_eom: ctasd_outbound is on and connect IP in mynetworks list -> working in outbound mode.
Sep 17 07:02:07 ph-internet ct-milter[27248]: ctASd: couldn't establish connection with 127.0.0.1:8088
Sep 17 07:07:07 ph-internet ct-milter[27248]: queueid=E18AA980EEE

To get rid of this problem, I tried to uninstall the component with

apt-get remove commtouch

Since this time, I can't send any E-Mails anymore - SMTP shows following error when connecting with Telnet:

AUTH LOGIN
454 4.3.0 Try again later

I tried to install the Parallels Premium Outbound Antispam again and also tried to repair the installation with "/usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components" - without any change.

At the panel, in the Whitelist I see following entries:
127.0.0.0 / 8
::1 / 128

Don't know, if they are ok here.

Does anyone know, how to fix this problem?

Ciao
Peter
 
Last edited:
Solution found

Simple root cause:

in /etc/postfix/main.cf, the following line needed to be removed:

smtpd_milters = inet:localhost:12768 unix:/ctmilter/ctmilter.sock
 
Back
Top