• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Email Header

R

rvgulik@

Guest
Hi,

If i send a email i am getting something strange in the email header. every time the header is different. And it is always the by: address

by son-breugel.nl with (RC4-MD5 encrypted) SMTP; 2 Jun 2008 16:58:33 +0200
or
by sip2go.nl with SMTP; 2 Jun 2008 16:59:48 +0200

why does this name changes everytime i send a email?
 
You have multiple PTR records in your DNS. Try

mysql -u admin -p psa

enter your password and then

mysql> select * from dns_recs where type="PTR";

There should only be one entry I believe.

Hope that helps..
 
Back
Top