• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

[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=<scul_net@adm.scul.net>

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