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

warning: connect to Milter service inet:127.0.0.1:12768: Connection refused

KamalG

Basic Pleskian
Code:
Aug 22 19:53:30 server postfix/smtpd[30617]: disconnect from localhost[127.0.0.1]
Aug 22 19:53:37 server courier-authdaemon: modules="authpsa ", daemons=5
Aug 22 19:53:37 server courier-authdaemon: Installing libauthpsa
Aug 22 19:53:37 server courier-authdaemon: Installation complete: authpsa
Aug 22 19:53:37 server postfix/smtpd[30617]: connect from localhost[127.0.0.1]
Aug 22 19:53:37 server postfix/smtpd[30617]: warning: connect to Milter service inet:127.0.0.1:12768: Connection refused
Aug 22 19:53:37 server postfix/smtpd[30617]: NOQUEUE: milter-reject: CONNECT from localhost[127.0.0.1]: 451 4.7.1 Service unavailable - try again later; proto=SMTP
Aug 22 19:53:37 server postfix/smtpd[30617]: disconnect from localhost[127.0.0.1]
Aug 22 19:53:47 server postfix/smtpd[30617]: connect from localhost[127.0.0.1]
Aug 22 19:53:47 server postfix/smtpd[30617]: disconnect from localhost[127.0.0.1]

I am fed up with frequent problems in my email

postfix check
postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/sbin/postdrop

Code:
Shutting down postfix:                                     [  OK  ]
Starting postfix:                                          [  OK  ]
[root@server logs]# tail -f /var/log/maillog
Aug 22 19:53:37 server postfix/smtpd[30617]: NOQUEUE: milter-reject: CONNECT from localhost[127.0.0.1]: 451 4.7.1 Service unavailable - try again later; proto=SMTP
Aug 22 19:53:37 server postfix/smtpd[30617]: disconnect from localhost[127.0.0.1]
Aug 22 19:53:47 server postfix/smtpd[30617]: connect from localhost[127.0.0.1]
Aug 22 19:53:47 server postfix/smtpd[30617]: disconnect from localhost[127.0.0.1]
Aug 22 19:58:07 server postfix/postfix-script[1100]: warning: not set-gid or not owner+group+world executable: /usr/sbin/postdrop
Aug 22 19:59:20 server postfix/postfix-script[1136]: stopping the Postfix mail system
Aug 22 19:59:20 server postfix/master[28560]: terminating on signal 15
Aug 22 19:59:20 server postfix/postfix-script[1205]: warning: not set-gid or not owner+group+world executable: /usr/sbin/postdrop
Aug 22 19:59:20 server postfix/postfix-script[1211]: starting the Postfix mail system
Aug 22 19:59:20 server postfix/master[1212]: daemon started -- version 2.8.17, configuration /etc/postfix


I haven't touched any configuration files, this was after a fresh snapshot restore.

Please help me how to fix this
 
What is exact values for lines

smtpd_milters
non_smtpd_milters

in /etc/postfix/main.cf file?
Try to comment them and check what goes on.
 
Back
Top