• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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 [email protected]s:110
Jul 26 06:00:25 MY_SERVER postfix/qmgr[3161]: 6C7907901A: from=<[email protected]>, 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: [email protected], [email protected], 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] = '[email protected]'
Jul 26 06:00:25 MY_SERVER postfix-local[14136]: handlers dir = '/usr/local/psa/handlers/before-local/recipient/[email protected]'
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=<[email protected]> 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