• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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