It is currently Fri Mar 29, 2024 6:54 am

News News of Maborak Technologies - Community Forum

Site map of Maborak Technologies - Community Forum » Forum : Maborak Technologies - Community Forum

Community forums for product support and discussion.

Addon security

These addons offer fantastic functionality but the code is obscured so it's impossible to be sure they are safe to install.

Is there any way to audit the code? Has there been a third party security audit?
Read more : Addon security | Views : 12198 | Replies : 1 | Forum : Installation and Configuration


Changing email Header

Hello,

I need to remove main Interspire URL from email header !

For Example :-

www.mainiemdomain.com --- As a mail URL of Interspire.

Then i have install Multipal domain addons and configure 3 domain in MTA
1- 123.com
2- xyz.com
3; abc.com

When i shedule a campaign and use these domain as mail-from, reply-to-mail and beounce-email and check header :

Received: from www.mainiemdomain.com (xx.yy.zz.aa) by xyz.com id h30tua0001ga for ...
Read more : Changing email Header | Views : 16129 | Replies : 3 | Forum : Multiple MTA with IP Monitor


Enabling SEO links

loading......

Hello folks, to enable seo links with Spinning addon you need to:

Edit the file: spins/config/config.php
Change the code:
Code: Select all
define("ADDON_SPINS_URL_SEO",false);
define("ADDON_SPINS_URL_SEO_SEPARATOR","-");
define("ADDON_SPINS_URL_SEO_TXT_LINK_EXTENSION",".html"); //can be .txt
define("ADDON_SPINS_URL_SEO_HTML_LINK_EXTENSION",".html");


to

Code: Select all
define("ADDON_SPINS_URL_SEO",true);  //<-- set to TRUE
define("ADDON_SPINS_URL_SEO_SEPARATOR","-"); //<-- the SEO separator, actually supports: "/" "-" "_" "." "|"
define("ADDON_SPINS_URL_SEO_TXT_LINK_EXTENSION",".html"); //can be .txt
define("ADDON_SPINS_URL_SEO_HTML_LINK_EXTENSION",".html");


Edit the file: /path/to/i.em/.htaccess
and add:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]H\.html$ link.php?M=$1&N=$2&L=$3&F=H [QSA,L]

RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.txt$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.html$ ...
Read more : Enabling SEO links | Views : 9646 | Replies : 1 | Forum : Spinning


Error with cron

Hi,

I've created my first smtp group / account however the cron then never fired.

I got this error;

Domain not allowed to use the Application. Contact to: [email protected]

What does that mean?
Read more : Error with cron | Views : 12918 | Replies : 1 | Forum : Multiple MTA with IP Monitor


Tip: How to get the JOBID

loading.........

- Go to: Email Campaigns > Scheduled Email Campaigns
- Mouse over in: Resume/Pause or Delete campaign
- You will receive something like:
Image

- In the example the jobID is: 606

connection closed.
Read more : Tip: How to get the JOBID | Views : 5818 | Replies : 0 | Forum : Installation and Configuration


[SOLVED]MultiThread Addon not sending

Hi,
I've installed and activated the MultiThread addon successfully but when I try to send a campaign it gets stuck and in the Email Scheduler just says " In Progress (Sent 0 / 6)"
I've checked the cli.php --status and the threads remains at 0%

Hope you can help me to get things moving
Many thanks!
---
Sid
Read more : [SOLVED]MultiThread Addon not sending | Views : 42621 | Replies : 11 | Forum : Multithreading


Restore Interspire Email Marketer Installation

loading.........

If you installed 2 or 3 times the addons probably you will receive 2 or 3 times the Addons interface ( MTA Selection, Threads selection etc etc )

On this case you have 2 options:

Option 1
  • Uninstall the addons in: Settings > Addons
  • Restore all your Interspire Files from a fresh installation
  • Install the addons in: Settings > Addons

Option 2
  • Uninstall the addons in: Settings > Addons
  • in SSH execute: ...
Read more : Restore Interspire Email Marketer Installation | Views : 7652 | Replies : 3 | Forum : Installation and Configuration


How to change your mysql configuration

loading........

here is the simple steps to change your mysql configuration

  • Stop completelly your mysql instance:
    Code: Select all
    service mysqld stop
  • Create a temporary directory:
    Code: Select all
    mkdir /var/lib/mysql/old/
  • Move the next files to temporary directory:
    Code: Select all
    mv /etc/my.cnf /var/lib/mysql/old/old.cnf
    Code: Select all
    mv /var/lib/mysql/ib_logfile* /var/lib/mysql/old/
  • Upload your new Configuration:
    Code: Select all
    cp my.cnf /etc/my.cnf
  • Start mysql:
    Code: Select all
    service mysqld start

Thats all.

connection closed.
Read more : How to change your mysql configuration | Views : 11225 | Replies : 1 | Forum : Installation and Configuration


fbl processor NOT working on fbl's sent from smtp.com

i'm using Interspire Email Marketer along with smtp.com and have smtp.com configured to forward the fbl's to a specific email address.
when i configure the fbl addon process the fbl's in that mail box it will scan all the messages and then say 0 processed.

is there a reason why this fbl addon wont process fbl's that are forwarded from smtp.com?

this also doesn't make sense to me because i have tried the 'normal' method along with ...
Read more : fbl processor NOT working on fbl's sent from smtp.com | Views : 12228 | Replies : 1 | Forum : Feedback Loops Processor


Addon Usage

loading..........

I just uploaded a new Youtube Video. Available here:


connection closed.
Read more : Addon Usage | Views : 14131 | Replies : 1 | Forum : PowerMTA Remote Bounce Processor


 

Login


Statistics

Total posts 493 • Total topics 147 • Total members 68

cron