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

Issue plesk-sendmail: Unable to prepare arguments for mail handlers.

tanjix_

New Pleskian
Hi Guys, on my Plesk Obsidian (18.0.40) instance on Debian 9 I am unable to send mail through a web-application.

The log reports this for every outgoing mail:

Code:
plesk-sendmail[57114]: S57114: Unable to prepare arguments for mail handlers.
plesk-sendmail[57115]: S57115: get_message_headers: Can't parse the header line 'This is a multi-part message in MIME format.#012' (name of the header can't be extracted from the line)

Any advise about what can be done would be absolutely helpful!

Thanks a lot!
 
To me this looks like a problem of your web application. It appears to not create a valid mail with valid headers.
Check your web application and make sure it generates proper headers. Each header must be on a separate line with proper line breaks.
 
Same here. Looks like plesk-sendmail is now not able to parse multi-part message correctly. It was working fine few days ago.
 
Just verified, that the message can be send through other smtp mailer (python smtplib) but fails with plesk-sendmail.
 

Attachments

  • mail.zip
    2.3 KB · Views: 5
Back
Top