• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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