• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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