[TUTORIAL] How To Set Up Your Own Linux SMTP Server - With IP Rotation - rDNS - SPF - DKIM

Good idea, for a long time i am thinking about starting a YouTube channel with money making tutorials, i could call it : DarioMonetisingVlogs :D
 
Very close.

Please visit this site:

For your DNS, add:
"v=spf1 a mx ptr ip4:x.x.x.xx1 ip4:x.x.x.xx2 ip4:x.x.x.xx3 ~all"

Thanks, it worked :p
But what about the reverse DNS ?
Can I point every IP to my hostname? wouldn't it cause a conflict ??
 
Just a tip: Host your images on Dropbox public folder. It makes your images load faster and also saves you a lot of bandwidth ;)

[EDIT] Sorry for the double post I didn't notice it...
 
Thanks, it worked :p

No problem.

But what about the reverse DNS ?

If you are using the hosting provider or ISP, ask them to add the domain/IP to their rDNS (reverse DNS) based on your list as shown below.

mail01.domain.tdl > x.x.x.xx1
mail02.domain.tdl > x.x.x.xx2
mail03.domain.tdl > x.x.x.xx3

Can I point every IP to my hostname? wouldn't it cause a conflict ??

Mail and web services are separated. No need to be concerned.

Always test ..by sending email from webmail or your server to yahoo/google/hotmail to make sure that DKIM/SPF records are acceptable (look inside the header message).
 
No problem.



If you are using the hosting provider or ISP, ask them to add the domain/IP to their rDNS (reverse DNS) based on your list as shown below.

mail01.domain.tdl > x.x.x.xx1
mail02.domain.tdl > x.x.x.xx2
mail03.domain.tdl > x.x.x.xx3



Mail and web services are separated. No need to be concerned.

Always test ..by sending email from webmail or your server to yahoo/google/hotmail to make sure that DKIM/SPF records are acceptable (look inside the header message).

Thank you! I'm going to try that right now. But then I need to make A records right? Just to make sure.

My host control panel allow me to change the rDNS whenever I want to :D

One tip: I'm using this website: mail-tester.com and it is awesome, it checks for SPF and DKIM records and also checks your spamassassin score :)
 
Wow man, you have save me tons of work :eek:
Thanks +1 rep for this share very useful, this kind of posts gets my respect.

This will come very handy in the future with some nice twist.
 
Thank you very much, I've learned so much no matter I can make money or not
+++++rep for sure
 
Numping an old thread to see if it's still working. Last I saw people were still having problems getting blacklisted
 
One question I still have is, how do you go about "spamming" for a legitimate business without them tracing the domain in your body-text or something? Wouldn't URL Shortening rape your inbox rate? What I'm trying to do is build-up the user-base on our legitimate site (we're a web start-up.) Most importantly, I'm targeting professionals within my niche and encouraging them to sign-up on our service for free, upload content so they can get traffic back to their own sites (while populating mine.) So I need to be able to blast between 5k-20k targeted emails per day and somehow lead these people to our legit business site without getting the domain's reputation shitted on.
 
wish i knew what half of this stuff ment :( as its the solution im looking for
 
Looking for somebody who can set this up for me, please message me
 
iptables -t nat -I POSTROUTING -m state --state NEW -p tcp --dport 25 -o eth0 -m statistic --mode nth --every 5 -j SNAT --to-source xxx.xxx.xxx.105

gives me error of : iptables v1.4.21: statistic: option "--every" also requires "--packet"

what's missing?
 
Last edited:
Hi all. If anyone can help me setup postix on a vps in a similar manner to this, let me know. I need a bit of customization. thanks.
 
Thanks for this tutorial, setting up smtp is the easy part... Getting in the inbox is the hard part :p
 
Back
Top