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

Issue Mail contains "unknown Date" and cannot be downloaded in ActiveSync

onki

Regular Pleskian
Hi,

I have a HP multifunction printer with scan to email function.
Especially for this devcive I have created a mailbox in Plesk.
I entered all required data in the web frontend of the printer (smtp-server, port 465, SSL etc.) and the test sending was successful.
When I open my Horde webmail I can see the test mail but in the date column I can just see "unknown date". This leads to the problem that this specific mail cannot be downloaded to mobile devices using Active Sync mode.
I am using Postfix as mailserver.

Any idea what could cause this problem with the unkown (or invalid date)?
Is this a horde, postfix or HP printer problem?

Best regards
 
At a first glance, HP printer problem, or rather a bug in the email creation. It would help to see the relevant source code of the message after it was received.
 
Hi,

this could be an interesting part of the header:
Code:
X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED,BAYES_00,
    MISSING_DATE,MISSING_MID autolearn=no autolearn_force=no version=3.4.2

Could this be the reason for the unknown date display. All other messages in the header show a current time.

Best regards
Onki
 
X-Spam-Status header is added by Spamassassin. In this case the addition of "MISSING_DATE" tells us that Spamassassin also couldn't find or read the date header.

If there's nothing you can change in the HP printer settings, than you could try to rewrite the message header either using Postfix or using a sieve filter. I haven't done this before so I can't provide detailed instructions.
 
Back
Top