• 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.

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