• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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