• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved inet:localhost:12301: Connection refused

M3 Prestitichiari

New Pleskian
Goodmorning to all,
I recently upgraded my server from Ubuntu 14.04 LTS to 16.04 LTS and from then i got this error in my maillog
Code:
postfix/smtpd[17143]: warning: connect to Milter service inet:localhost:12301: Connection refused
I tought that was OpenDKIM Fault, but it's perfectly working and i tested it without problems.. Any ideas on how to fix this error?

PS: I get this only on incoming connections
 
Try to find mention about this port in postfix config files with

# grep -R 12301 /etc/postfix/*

and comment it out in config. I suppose that using this port 12301 is some kind of your mail server customization, right?
 
I did not remember very well why i used that port.. i think i did this configuration for pre-onyx DKIM.. Should i have to remove it manually?
 
All seems to work normally now. I Thought that unnecessary configurations were removed from onyx during upgrade but i was wrong. Thank you for your help :)
 
Back
Top