• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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