OpenEMM FAQ Database

FAQ Database Home > Installation | Glossary | Favorites | Contact FAQ Database Home | Glossary | Favorites | Contact
Search the FAQ database Browse by Category
Installation rss button
There were 8 questions found in this category:
  1. questionBug: error in file openemm.sql
    The file openemm.sql creates the tables within the MySQL database. There is a table named "softbounce_email_tbl; " The ';' in the table name is a typo. Please remove the ';' at the end of the table name so that the OpenEMM code can find the table and insert or read data.

  2. questionHow can I install OpenEMM on Debian?
    User "minichip" provided us with this guide on how to install OpenEMM on Debian 3.1 (sarge): "Basically I used the file INSTALL.pdf, so I will point to the commands that differ from the manual. 1.1 > apt-get update 1.2 > apt-get install mysql-server-4.1 sendmail-cf python-mysqldb It wo ...

  3. questionIs it possible to install OpenEMM on a managed server?
    The precondition to install OpenEMM is a Linux server with a fix IP address and a SSH shell access with root user rightsYou do not need a dedicated server, a virtual server (e.g. VMware) is adequate.

  4. questionIs it possible to install OpenEMM via FTP?
    No, it is not. To install OpenEMM you need SSH shell access with root user rights. FTP access is not sufficient.

  5. questionSending of mails does not work (Linux only)
    This may have several reasons. To locate the problem you should check out these points in the noted sequence: 1.) Trivial case: You have choosen a target group with no recipient, so there is no mail to be sent (target groups are ignored during admin and test mail sending). 2.) If the MySQL ...

  6. questionShould I use Sendmail or the internal SMTP server of OpenEMM?
    First, let's take a look at the origin of the non sendmail solution. As OpenEMM is also available for Windows systems where no standard MTA is available, we needed some replacement. So we developed a simple sendmail emulation to do the required work to make OpenEMM usable. Pros for the sen ...

  7. questionThe redirect service of OpenEMM 5.0 does not work
    It is a bug in version 5.0 (removed in 5.0.1), but, fortunately, fixing the bug is very easy:    1. Change to user openemm: "su - openemm"    2. Stop OpenEMM: "OpenEMM.sh stop"    3. Open file /home/openemm/bin/OpenEMM.sh with a text editor and remove t ...

  8. questionWhen I want to use OpenEMM with my web browser after installation I get an "404 not found" error
    Before launching OpenEMM with shell script OpenEMM.sh make sure to use su - openemm when changing to user openemm. The "-" is needed to include OpenEMM's .bash_profile, which specifies the required environment variables.


SourceForge.net Logo Back to OpenEMM Homepage