I've been trying to figure this out for a while. I've been googling but I couldn't really figure it out.
I have bunch of VPS's for my clients.
I am trying to setup DKIM for email verification and have been asked to add a public key to my DNS.
Add public key in your DNS; here is a sample resource record with selector "default":
default._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIG...the_public_key_here...AQAB"
I have my domain name pointing to my personal web server at my static up and it is hosted through apache.
I want to send bulk domains from my vps for a domain(cagetur.com) hosted in another company. The company(cagetur) will go on using the old hosting account for its mailing operations.
The vps will just be used for smtp for once a week. I created an A record "vps.cagetur.com".
A client currently has emails such as:
user@uk.domain.com
they have these two A records (among others, to different IPs):
uk.domain.com
mail.domain.com
pointing to the same IP address.
There is only one mx record - domain.com --> mail.domain.com
I believe they are on an exchange at the moment, whether that makes any difference.
I am to transfer control of mail to our own server, which i
Hi, I had testing setup zimbra mail in my vps with a real domain and successful.
Hi there !
We have a dedicated server (CLOUDLINUX 6.4 x86_64 standard) with WHM 11.36.1 (build 6).
When i tried to install SPF record on a domain (using command /usr/local/cpanel/bin/spf_installer username), it changes the A records to that main server IP address.
We have many domains that have WWW record pointing to other IP address than the main server.
How can we workaround this ?
I have two domains: 'example.com' and 'elpmaxe.org' and a server - 'server.example.com'
At the moment the mail for 'example.com' is hosted elsewhere so I have set up postfix, dovecot etc to be able to host email on two domains.
I have a new Virtual Private Server from GoDaddy that uses Plesk 11 control panel on a Windows Server 2008 operating system with 2 IP addresses.
I had a lot of trouble getting it set up, but with some help from the people here at serverfault, I got it running using Amazon's Route53 service, doing the following.
Nameservers NS Route53
domain.com A IP Address of Server Bo
Emails sent by mta from my server recognizes by spam filters as spam and there's message :
Received-SPF: neutral ...
Actually, I am not spammer :)
So, I googled around these questions and found that I need setup two things
SPF record
DKIM
Now I am trying to correctly setup and tune on server SPF record.
So, I did already:
a.