• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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