• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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: 4
Back
Top