Search found 19 matches

by jstephan
Thu May 03, 2012 7:32 am
Forum: Installation & Upgrades
Topic: my-company.de redirection problem
Replies: 3
Views: 4916

Re: my-company.de redirection problem

Hi there, i believe there is a better way to solve this issue but what should work is: change the setting in the database, the issue is in the table company_tbl there is the redirection handled and maybe set to my-company so something like UPDATE company_tbl SET rdir_domain = 'yourcompanyname.domain...
by jstephan
Fri Apr 20, 2012 8:32 am
Forum: Using OpenEMM
Topic: Optimize mail sending
Replies: 0
Views: 2342

Optimize mail sending

Hi there, i have some probloems with the email sending. We run openemm to send >50.000 emails. There is a tiny problem which costs the last try of mailsend a time of about 9 days to send the mails. So i try to optimize this. A) First of all the sendmail part. Is there any option to optoimize these? ...
by jstephan
Thu Sep 15, 2011 10:23 am
Forum: Using OpenEMM
Topic: How are the send email count
Replies: 4
Views: 4407

Re: How are the send email count

Hi there,

i just thought about increasind the sendmail worklist to some 10.000 mails. That would also solve the problem i guess. Or maybe i just optimize the bounce managment.

greets
by jstephan
Thu Sep 15, 2011 10:22 am
Forum: Installation & Upgrades
Topic: Install in hosting server
Replies: 8
Views: 16402

Re: Install in hosting server

Hey, Openemm is not just a webside. Its an java webapplication. So you would at least may need an tomcat or classfish server. But i really dont know if you can split the application. So you need to install at least - Java - Mysql - sendmail if you find an provider who sells this as a webserver, grea...
by jstephan
Mon Aug 29, 2011 12:40 pm
Forum: Using OpenEMM
Topic: How are the send email count
Replies: 4
Views: 4407

Re: How are the send email count

Hey, i guess i found the problem, but dont know how to solve it, Aug 29 11:39:34 XXXXXXX sendmail[23392]: grew WorkList for /home/openemm/var/spool/QUEUE to 6000 cause there are a may amount of 6000 emails in the worklist, they are now full with deferred emails, so the rest cant be send until this l...
by jstephan
Mon Aug 29, 2011 12:14 pm
Forum: Using OpenEMM
Topic: How are the send email count
Replies: 4
Views: 4407

How are the send email count

Hi there, i started an newsletter on Thursday. There are 55.000 emails to send. Now on today (Monday) the send statistic tells me he just send 34.000 emails, and i can see in the log file that its still sending, but currently i can only see deferred emails. So my question, how is the number of send ...
by jstephan
Thu Jun 30, 2011 2:46 pm
Forum: Using OpenEMM
Topic: Database usage problems and questions
Replies: 0
Views: 2701

Database usage problems and questions

Hi all, i have a problem, or to describe it a bit better, i use OpenEMM in a very unusual szenario i guess. i hope i do not bore anyone if i describe what i got and how i solve it, maybe some of the kind readers knows some points to improve my setup. I have an OpenEMM 6.2 server on Debian lenny The ...
by jstephan
Thu Jun 30, 2011 10:57 am
Forum: Installation & Upgrades
Topic: Install in hosting server
Replies: 8
Views: 16402

Re: Install in hosting server

Hi,

if you mean http://www.bluehost.com/ so know, you would at least need an virtual server, cause OpenEMM is a java/tomcat based application which needs to run on an own server. Its not an php/html web app

Greets
by jstephan
Wed Jun 29, 2011 2:12 pm
Forum: Installation & Upgrades
Topic: who can recommend good hosting?
Replies: 22
Views: 42430

Re: who can recommend good hosting?

http://dd24.net/?js=1&page=vserver_index

I guess dd24 is a very good choice. And maybe a good support resource if you use OpenEMM. A friend told me that they are using OpenEMM on their own.

Greets Joerg
by jstephan
Wed Jun 29, 2011 8:09 am
Forum: Using OpenEMM
Topic: /etc/init.d startup script
Replies: 1
Views: 3129

/etc/init.d startup script

Hi there, i just want to provide an debian init.d script, openemm does have its one i guess, so here is mine, maybe someone could use it or even find it useful http://amelinux.blogspot.com/2011/06/openemm-init-script.html as a hint: the line "chmod 0644 /var/log/maillog" should not be need...
by jstephan
Fri Jun 10, 2011 1:30 pm
Forum: Bugs, bug fixes & releases
Topic: Release candidate of OpenEMM 2011 available now
Replies: 17
Views: 30147

Re: Release candidate of OpenEMM 2011 available now

Why need this queue file to be generated, couldnt it simply create the mail and give it to local smtp?!? I guess it is really dirty to create specific spool files and inject them to a directory. But okay, i take a look at the code and maybe there is a way to change this. Anyway, you should really te...
by jstephan
Wed Jun 08, 2011 1:20 pm
Forum: Bugs, bug fixes & releases
Topic: Release candidate of OpenEMM 2011 available now
Replies: 17
Views: 30147

Re: Release candidate of OpenEMM 2011 available now

Why don't YOU add Postfix? This software is open source and you are free to modify it and adapt it to your own needs! Great idea, where in the source code is it placed? Who is the programmer of the software? Why is there no comment anywhere? I can see /usr/sbin/sendmail is hard coded, which ist tha...
by jstephan
Tue May 31, 2011 12:37 pm
Forum: Using OpenEMM
Topic: Using SOAP
Replies: 0
Views: 2538

Using SOAP

Hi there,

i tried to use the SOAP extension to subscribe and unsubscribe users, but it does not work. Therw were always issues caused by the syntax of variables (in python) wich does not match. Does anyone can point to an (working) howto to write such an SOAP interface?

Best

Joerg
by jstephan
Wed May 18, 2011 12:10 pm
Forum: Installation & Upgrades
Topic: no mails sent
Replies: 4
Views: 6689

Re: no mails sent

Great,

how have you done it?
by jstephan
Wed May 18, 2011 11:06 am
Forum: Installation & Upgrades
Topic: no mails sent
Replies: 4
Views: 6689

Re: no mails sent

Hi there, openemm does not work with postfix. There are two ways of solving the issue, first /home/openemm/bin/sendmail_disabel.sh so Openemm will use its own buildin to send emails second, installing sendmail (will remove postfix) and enable sendmail. So openemm will use sendmail and send mails Che...