Page 1 of 1

Change http://rdir.de ?

Posted: Tue Aug 22, 2006 1:37 pm
by Dittrich
Hi,

it seems like all automatic generated links in mailings (open rate pic, trackable links, (un-)subscribe, profile) point to http://rdir.de - which is (at least for me) not working :(

Is it possible to change this? Or can you please point me to some documentation for this, since I can't find it in the pdf. There is only some mentioning in the german online help - but this seems to refer to features not available in the current version.

Thanks in advanve
TD

AGNITAS OpenEMM 5.0 on SuSe linux 10.1

Redirect Links

Posted: Tue Aug 22, 2006 2:16 pm
by maschoff
This is straight from our install guide (INSTALL.pdf, section 6.2 A):

If you plan to use the redirect features of OpenEMM, open the file 'openemm.sql' with a text editor like edit or vim, and find and replace the string

http://rdir.de

with a valid Redirection-URL. In our example it is

http://bounce.openemm.org:8080

Finally, load the database layout by

mysql -u root openemm <openemm.sql

Posted: Tue Aug 22, 2006 10:21 pm
by minichip
master is right here,

if you already installed OpenEMM, you can change it in the database as well. You'll find the entry in the "company_tbl" table. just change it and your ready to go.

best regards

Posted: Wed Aug 23, 2006 7:20 am
by Dittrich
Hmm okay, seems like it wasn't my day yesterday - rtfm twice :)

Thanks for the help!

TD