ispCP - Board - Support
Adding SPF Records To ispCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: Adding SPF Records To ispCP (/thread-14905.html)



Adding SPF Records To ispCP - Leo51 - 08-03-2011 11:37 AM

I was asked to open a new ticket so I decided to post in "Howto".

Hello, I have a huge problem.

My server IP is being blocked my many major email providers just as Verizon, Hotmail, Yahoo, Google, Gmail and others because emails sent from my server marked as spam since there SPF Record is not setup on my server.

For the last couple of days I have been reading the web, typed various phrases in this forum but is not coming up with a tutorial on how to set this up.

I want to add the SPF record to my server mainly because I do not know which files to edit so I can add the spf statements with the examples that I am reading on how to to setup DK/DKIM (Domainkeys, DKIM and SPF with Postfix on Debian) with the ispCP Omega.

Is there a guide available?

Many Thanks

Fred


RE: Adding SPF Records To ispCP - joximu - 08-03-2011 11:35 PM

For SPF records you have to edit the zon file of the corresponding domain.
The place where the zone file are depends on the operating system (and the DNS software).
In ispcp we use bind as DNS - on Debian the zne files are in /var/cache/bind/...

Learn on http://www.openspf.org how the line looks you have to add...

/J


RE: Adding SPF Records To ispCP - Leo51 - 08-05-2011 01:17 AM

Joximu, Many Thanks for the quick response. I think with your response that I am better guided to working since I did not know exactly where I should be working.

From this thread http://isp-control.net/forum/thread-6829.html I followed this example http://staff.blog.ui.ac.id/jp/2009/04/07/creating-dkim-on-debian-50/ but nothing worked.

While I have been trying to learn linux/debian with Postfix with the ispCP I am still pretty new in this business.

I had a quick look at the zone files and will update if I am successful at adding the spf record.

Fred