Search found 154 matches

by ud
Wed Oct 29, 2008 1:27 pm
Forum: Installation & Upgrades
Topic: Pros and Cons of Sendmail?
Replies: 2
Views: 4758

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 sendmail emul...
by ud
Wed Sep 10, 2008 7:34 am
Forum: Bugs, bug fixes & releases
Topic: Corrupt/incompatible binaries
Replies: 4
Views: 7871

My fault, sorry. I did not update the Makefile in the source distribution. For a quick fix, make these changes in the GNUmakefile in the named directories :
* in lib/ add hash.c and set.c to the list of source files
* in xmlback/ add preview.c and rblock.c to the list of source files

-- ud
by ud
Tue Sep 09, 2008 9:38 am
Forum: Bugs, bug fixes & releases
Topic: Corrupt/incompatible binaries
Replies: 4
Views: 7871

This looks like some incompatibilities between the binaries and your libraries or startup code. The most simple solution (and perhaps the only solution that makes sense in this scenario) is to compile these binaries by yourself. To do this just install the binary package (as you already did), grab t...
by ud
Fri Aug 08, 2008 10:41 am
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53208

Looks like your mysql is not running (as you upgrade from a previous version, I assume that the database itself is available.)

-- ud
by ud
Wed Jul 09, 2008 3:49 pm
Forum: Bounce Management
Topic: bav does not forward emails according to bounce filter
Replies: 11
Views: 22545

Ahh, okay, the message is misleading, the problem is that now only the local host name is considered as known domain, so if openemm.mydomain.com is not the name of your system, this won't work. You can set this domain in line 130, just replace localhost with openemm.mydomain.com (keep the apostrophs...
by ud
Wed Jul 09, 2008 1:49 pm
Forum: Bounce Management
Topic: bav does not forward emails according to bounce filter
Replies: 11
Views: 22545

Have you restarted OpenEMM? Otherwise the code change won't show any effect.

-- ud
by ud
Wed Jul 09, 2008 10:49 am
Forum: Bounce Management
Topic: bav does not forward emails according to bounce filter
Replies: 11
Views: 22545

So first, you're right, bav-update still looks for some sendmail files (I tested it on a system with sendmail disabled, but sendmail installed, so I did not hit this problem.) The first line is critical, as the own domain won't be recognized: [09.07.2008 10:10:17] 3592 ERROR/data: Unable to read loc...
by ud
Wed Jul 09, 2008 10:21 am
Forum: Bugs, bug fixes & releases
Topic: Debian Etch, Sendmail 8.13.8 slrtscn.py (maillog parser)
Replies: 5
Views: 21784

The QID contains the mailing-id and the customer-id of the recipient, but only for real mailings. Test- and adminmails are not coded this way to avoid unwanted bounces for test- and adminaddresses. So the original behavior is working by design and is not a bug.

-- ud
by ud
Tue May 13, 2008 3:45 pm
Forum: Bounce Management
Topic: Softbounces not recognized
Replies: 1
Views: 7999

A bounce message must be sent by a system service, not an user. So if the bounce management recognize that a message is sent by an user, the rules to check for bounces are not applied to this mail.

-- ud
by ud
Wed Apr 16, 2008 3:03 pm
Forum: Installation & Upgrades
Topic: Set SMTP HostName
Replies: 1
Views: 4333

Sendmail uses the system hostname (or to be more concrete it uses the system hostname and tries to resolve it for its FQDN). To set the system hostname use the command hostname <hostname> (restart sendmail afterwards) or add it for permanent use in your system files (e.g. /etc/sysconfig/network on C...
by ud
Wed Jan 30, 2008 3:40 pm
Forum: Installation & Upgrades
Topic: Multiple windows installations?
Replies: 1
Views: 3805

It is not possible, at least not without heavy modifications on the application.

-- ud
by ud
Wed Jan 30, 2008 3:38 pm
Forum: Installation & Upgrades
Topic: Backend shows mails sent but no mails go out
Replies: 1
Views: 3947

Two places you can look for further informations: 1.) /var/log/maillog and if you do not find any hint there, you can look into the spoolfiles in 2.) /home/openemm/var/spool/ADMIN and .../QUEUE The files starting with 'qf' are the control files and sending problems are also written in there. -- ud
by ud
Wed Jan 30, 2008 3:33 pm
Forum: Bugs, bug fixes & releases
Topic: Broken xmlback in OpenEMM-5.3.2 RPM and VMX
Replies: 0
Views: 4933

Broken xmlback in OpenEMM-5.3.2 RPM and VMX

Situation: The xmlback binary from the OpenEMM 5.3.2 RPM release crashes on some distributions, on other (or even just on other versions of these distributions) it works just fine. Even more strange, there had been no complains about the binary found in the TAR.GZ file (which is the base for the RPM...
by ud
Wed Jan 16, 2008 4:45 pm
Forum: Using OpenEMM
Topic: Problem with OpenEMM 5.3.2?
Replies: 21
Views: 23550

Simple solution: the TAR file is the original build source for the RPM where the binary is not stripped. During the build process of the RPM the binary is stripped, so its smaller then, but should not lack any functionality. The version mismatch may be a missing/empty blockmail.dtd file. If your bin...
by ud
Thu Jan 03, 2008 8:36 am
Forum: Installation & Upgrades
Topic: Problems to send emails
Replies: 6
Views: 9474

Looks like you have a problem with the xmlback binary. Unfortunately this is not the first case, but we cannot reproduce the error here. One reported solution : fetch the .tar.gz file and use the xmlback found in this package. If this still does not solve the problem, you can compile the binary from...