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

Another bug in postfix (wrong time or timestamp in the logs)

J

JarekG

Guest
Another one with postfix.

Jul 26 06:00:25 MY_SERVER spamd[22332]: spamd: processing message <:pPPPPPPP> for recipient@email.address:110
Jul 26 06:00:25 MY_SERVER postfix/qmgr[3161]: 6C7907901A: from=<some@email.address>, size=6286, nrcpt=1 (queue active)
Jul 26 05:00:25 MY_SERVER postfix/smtpd[13992]: disconnect from unknown[127.0.0.1]
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: postfix-local: from=some@email.address, to=recipient@email.address, dirname=/var/qmail/mailnames
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: hook_dir = '/usr/local/psa/handlers/before-local'
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: recipient[3] = 'recipient@email.address'
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: handlers dir = '/usr/local/psa/handlers/before-local/recipient/recipient@email.address'
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: call_handlers: call executable = '/usr/local/psa/handlers/info/10-spam-EfGkCG/executable'
Jul 26 05:00:25 MY_SERVER postfix/smtpd[9583]: disconnect from unknown[XX.XX.XX.XX]
Jul 26 05:00:26 MY_SERVER postfix/smtpd[5230]: connect from unknown[YY.YY.YY.YY]
Jul 26 05:00:26 MY_SERVER postfix/smtpd[5230]: NOQUEUE: reject: RCPT from unknown[YY.YY.YY.YY]: 554 5.7.1 Service unavailable; Client host [YY.YY.YY.YY] blocked using zen.spamhaus.org; http://www.spamhaus.org/query/bl?ip=YY.YY.YY.YY; from=<****@email.address> to=<spoofed@email.address> proto=ESMTP helo=<HELO>
Jul 26 05:00:26 MY_SERVER postfix/smtpd[5230]: disconnect from unknown[YY.YY.YY.YY]
Jul 26 06:00:28 MY_SERVER postfix/pickup[8189]: 3F0706F5B8: uid=10018 from=<>

If you will see all processes of smtpd have a wrong time.

Solution.

create directory /var/spool/postfix/etc/

# mkdir /var/spool/postfix/etc

copy file /etc/localtime to /var/spool/postfix/etc/
# cp /etc/localtime /var/spool/postfix/etc/

I don't know if it's more postfix or Plesk bug. However it would be nice if Parallels selling the software could fix some 3rd party software small bugs too.
 
Yes, it is known issue and we have corresponding request. As far as I know it will be fixed in the one of nearest Plesk update.
 
Back
Top