• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Issue to send mails

GravuTrad

Regular Pleskian
Server operating system version
Centos 7.9
Plesk version and microupdate number
Plesk 18.0.52 update 3
Hello.

I have lots of mails not received when they sent by my plesk with this failure since few updates only:

"Remote server returned '550 5.6.0 CAT.InvalidContent.Exception: DataSourceOperationException, proxyAddress: prefix not supported - ; cannot handle content of message......"

What's the problem please?

Thanks.
 
a type of mail with strange text :
Afin de terminer votre adh=E9sion, nous vous invitons =E0 cliquer sur le li=
en suivant dans les 24 heures et de saisir les informations demand=E9es :
 
It could be that your server is sending spam. The French text asks to confirm a membership for something. The error message you get returned is generated by the receiving server and says that the content body is malformed. It will be necessary to examine the content that is received to find out the reason.
 
By any chance, are the destination emails from Microsoft? For example, @hotmail.com, @outlook.com, @live.com, etc. They have an issue with encoding and can't handle messages with non-standard characters (like French accents). If you tell me the exact method you're using to send these registrations automatically, we might be able to find a workaround.
 
yes it's correct, they are all from outlook.com (thanks for the report). My site use the php email function to send, and i use the postfix from plesk.
 
Probably possible for the email body, but I don't know how to do it with Postfix. Will have to wait for Microsoft to fix it, and change the email content in the meantime.
 
I use html entities for these special characters so it could be sufficient no? why microsoft have problem with them too?
 
I don't know. Microsoft would have to answer that, and as you can see on that link, they're not very responsive.
 
From practical experience running Mantis Bugtracker I can also say that Office 365 has issues with special chars. In my case it was special characters in email names such as "Max Müller <[email protected]>" or "André <[email protected]>" where the Umlaut "ü" or accent aigu "´ " lead to rejected mails. Although going through their ticket support and several attempts in the source code here to change the mail headers in a way that MS likes it, it was not solved and I finally had to transcribe umlauts to "ue", "oe", "ae" etc.
 
Back
Top