• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

SPF Domainkey mail spam protection problem

keny

New Pleskian
Hi everyone

I own a server that had 5 domain hosted on it (all mine)

My problem is that only one of these domain can send email trow php and pass the spam protection on gmail,hotmail ...

I think is because of my hostname that i put the first domain name

so my host name is like that : domain1.com

gmail accept mail from domain1.com but refuse for all other domain

I already try to had other domain in blind but nothing change.

Can we have multiple hostname ?
How can my other domain send mail ?

Thanks and sorry for my bad english
 
Here is one : xxxx is to protect againts spam

domain1.ca is my main domain (and my hostname)
domain2.fr is my second domain

Delivered-To: xxxxxx@gmail.com
Received: by xx.xxx.xxx.xx with SMTP id dg11cs3998vcb;
Wed, 14 Jul 2010 17:53:38 -0700 (PDT)
Received: by xx.xxx.xxx.xxx with SMTP id g12mr2643298wfd.99.12xxxx5217782;
Wed, 14 Jul 2010 17:53:37 -0700 (PDT)
Return-Path: <anonymous@domain1.ca>
Received: from domain1.ca ([xxx.xx.xxx.xxx])
by mx.google.com with ESMTP id f20si863053rvb.121.2010.07.xx.xx.53.37;
Wed, 14 Jul 2010 17:53:37 -0700 (PDT)
Received-SPF: pass (google.com: domain of anonymous@domain1.ca designates xxx.xx.xxx.xxx as permitted sender) client-ip=xxx.xx.xxx.xxx;
DomainKey-Status: i domain not subdomain of d
Authentication-Results: mx.google.com; spf=pass (google.com: domain of anonymous@domain1.ca designates xxx.xx.xxx.xxx as permitted sender) smtp.mail=anonymous@domain1.ca; domainkeys=neutral (i domain not subdomain of d) header.From=email@domain1.ca
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=default; d=domain.ca;
b=MyN3lvGYfhVDvnHXW3JEvguzBSMXcfGgZoQdemaKyp+jjdUeSjx5Gi+Sy0lsC7kq8rwEYOBkVIWhH4/QXyusOtRkKJWsZe/f3HRC4Q7cRyfAaoHp2uFq3MF1Z20hcZo1;
h=Received:Date:Message-ID:To:Subject:MIME-Version:Content-type:From:Reply-To:X-Mailer;
Received: (qmail 31870 invoked by uid 33); 14 Jul 2010 17:54:57 -0700
Date: 14 Jul 2010 17:54:57 -0700
Message-ID: <20100715005457.31868.qmail@domain1.ca>
To: myemail@gmail.com
Subject: Test message
MIME-Version: 1.0
Content-type: text/html; charset=utf-8
From: email@domain2.fr
Reply-To: email@domain2.fr
X-Mailer: PHP/5.2.6-1+lenny8

Thanks for helping !
 
Last edited:
Did some one have a server that contain multiple domaine on the same ip without problem sending mail that are signed with domainkey ?

Did someone know a way to change the d value in the signature ?

I know that qmail take the hostname in var/qmail/control/me file.

DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=default; d=domain.ca;

Did someone can exaplain me why plesk do not support dkim yet ?
 
Back
Top