• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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