• 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

[11.09] Clean install, postfix milter / psa-pc-remote not running!!

ScuL81

New Pleskian
Hi I'm running

Parallels Plesk 11.0.9 Update #60, last updated at April 8, 2014 11:03 AM on CentOS 6.5 (Final)

The problem I'm having is despite correct configuration, the milter service (I believe ran by psa-pc-remote process) is not active.
A portscan of port 12768 shows no service running.
Conclusively this generates the following error:
Apr 9 22:34:07 adm postfix/cleanup[8975]: warning: connect to Milter service inet:127.0.0.1:12768: Connection refused
Apr 9 22:34:07 adm postfix/cleanup[8975]: CB9F518C0414: milter-reject: CONNECT from localhost[127.0.0.1]: 4.7.1 Service unavailable - try again later; from=<[email protected]>

Running the mail checker generates:
/usr/local/psa/admin/sbin/mchk
[sudo] password for scul:
==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok
==> Checking for: mailman_lists_dump... ok
==> Checking for: mail_kav8_restore... ok
==> Checking for: mail_responder_restore... ok
==> Checking for: mail_postfix_transport_restore... ok
==> Checking for: mail_spam_restore... not exists
==> Checking for: mail_grey_restore... ok
==> Checking for: mail_mailbox_restore... ok
==> Checking for: mail_spf_restore... ok
==> Checking for: mail_dk_restore... ok
==> Checking for: mail_drweb_restore... not exists

This is a clean install, the server is 2 days old.
Any reason what is going wrong?

I have now blanked out the lines
# smtpd_milters = inet:127.0.0.1:12768
# non_smtpd_milters = inet:127.0.0.1:12768
in /etc/postfix/main.cf

This allows me to send e-mail. As soon as I enable them, the errors above are generated and the server can not send any mail.
 
This is indeed the correct issue, however those services do not function

Code:
[scul@adm ~]$ /etc/init.d/ctasd_initd start
-bash: /etc/init.d/ctasd_initd: No such file or directory
[scul@adm ~]$  /etc/init.d/ctmilter_initd start
-bash: /etc/init.d/ctmilter_initd: No such file or directory
 
Back
Top