• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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