• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • 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!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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