Need interspire / ip rotation help help

gregvan

Newbie
Joined
Jun 13, 2011
Messages
5
Reaction score
0
I'm using Interspire 6.0.2 on a VPS with Exim and it works fine expect I need it to send out more emails per hour. Also I need to know what to program to use so I can rotate the IP addresses. Need help asap!
 
The only IP rotation solutions for Interspire are to have one coded for you on a site like Freelancer, that will cost $400 and up. There is also a program called stealth MTA that rotates IPs and lot more, but it costs $500 to $750 and the site looks a little shady to me. I just cheaped out and setup one master install of Interspire, and then setup a cpanel account for each IP I had. I then setup 20 accounts in Interspire and set each of them to use the SMTP server from a separate cpanel account. You have to setup each cpanel account to send email from it's own dedicated IP, you can do this through WHM or SSH into your server and modify the Apache files manually. A lot more manual work , but I can send from 20+ IPs from one install of Interspire.
 
I have a custom version of Interspire IEM 6.1.2 and when installed, it automatically adds in the multiple SMTP, rotate subject, rotate From, rotate email feature.

It's pretty nice.

As 'bakerious' said, having someone to do it will costs at least $400. Mine costs much more.

PM for details.
 
I've got a custom tweak that does that for free, takes 1-2 hours to setup.
But according to the thread its impossible for less than 1000$. :cool::eek::)
LOOLL
 
I've got a custom tweak that does that for free, takes 1-2 hours to setup.
But according to the thread its impossible for less than 1000$. :cool::eek::)
LOOLL

If you have the knowledge, it's true you can set this up for free. I recently learned how to setup some IPTABLE entries to automatically send each email through a different, random IP on the server:

Code:
iptables -t nat -A POSTROUTING -m statistic --mode random --probability 0.5 -j SNAT --to-source 1.2.3.4
iptables -t nat -A POSTROUTING -m statistic --mode random --probability 0.5 -j SNAT --to-source 1.2.3.5

With that setup you just have to make sure that the rDNS for each IP resolves to the domain you will be sending from.
 
Fortunately my solution isnt based on iptables.
And without proper rdns setup emails will be fucked anyway, with or without iptables
 
I've got a custom tweak that does that for free, takes 1-2 hours to setup.
But according to the thread its impossible for less than 1000$. :cool::eek::)
LOOLL

Are you comparing apples to apples or apples to oranges?

The mod I am talking about is done within Interspire. There are other ways to do it server side but maintenance is not as easy as simply dropping and adjusting the settings in Interspire since that is where we will be.

-CA
 
If you have the knowledge, it's true you can set this up for free. I recently learned how to setup some IPTABLE entries to automatically send each email through a different, random IP on the server:

Code:
iptables -t nat -A POSTROUTING -m statistic --mode random --probability 0.5 -j SNAT --to-source 1.2.3.4
iptables -t nat -A POSTROUTING -m statistic --mode random --probability 0.5 -j SNAT --to-source 1.2.3.5

With that setup you just have to make sure that the rDNS for each IP resolves to the domain you will be sending from.

Hi,

how to use these IPTables codes ?
I have setup a main dedicated server which has PTR record.
Know I create 5 smtp server(all dedicated server with PTR records).

Know what i want is to use 5 smtp in IP rotation . Can anyone provide a litt;e help in this?
 
For everyone,

I been doing email marketing since 5 successful years and running 300+ clients servers for email marketing. The best solution for you guys is to use interspire + Power MTA which you can google around. I do have official and legit licenses of power mta as my company does also work for them. Power MTA configuration is a bit harder but I hope you'll find one to do so. I am not allowed to share my details here or post my offer here in free forum, otherwise I am having great offers ;-).
 
If you looking for interspire with all addons + power mta set up i can help you out .. PM me ..
I am already running it on my servers ..
 
I prefer to use Power MTA with interspire email marketer. If you optimize your server and do proper configuration and get more ips and rotating, you can send 150k emails per hour. You can get a quote at interspiremods(.)net.
 
Hello, Bakerious, I see that you know a lot about Interspire shopping cart, am using version 6.1.8 and got two issues to resolve and can not find anyone to help me to fix this problem, when I want to edit a lot of products at the same time, I select the option Bulk Edit Selected, but does not work, appears this message: (You don`t have permission to perform the selected operation), how to fix this issue please...
 
I am looking for email marketing solution. Tried Interspire + PMTA .. but all emails are going to spam. Looking for permanent solution & basic guide .. how all these works. Let me know if someone can teach all this? I will pay.
 
Are you comparing apples to apples or apples to oranges?

The mod I am talking about is done within Interspire. There are other ways to do it server side but maintenance is not as easy as simply dropping and adjusting the settings in Interspire since that is where we will be.

-CA

Hi!

I want this script. What the price for it?
 
I have a custom version of Interspire IEM 6.1.2 and when installed, it automatically adds in the multiple SMTP, rotate subject, rotate From, rotate email feature.

It's pretty nice.

As 'bakerious' said, having someone to do it will costs at least $400. Mine costs much more.

PM for details.

Hi! I whant this script. Can you send me PM?
 
I am looking for an Interspire Multi SMTP Plugin. Do you know where to buy it?
 
Back
Top