• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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