277453a8c4
OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a CMS module and a scripting feature to implement individual tasks. OpenEMM is the first open source application for e-mail marketing. Its code base has been developed since 1999 and is used - as part of the commercial software product E-Marketing Manager (EMM) - by companies like IBM, Daimler, Siemens and Deutsche Telekom. OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality). WWW: http://www.openemm.org PR: 204000 Submitted by: horst leitenmueller <horst.leitenmueller@liwest.at>
24 lines
731 B
C
24 lines
731 B
C
--- backend/src/c/bav/bav.c.orig 2015-10-24 14:59:57 UTC
|
|
+++ backend/src/c/bav/bav.c
|
|
@@ -28,16 +28,17 @@
|
|
# include <sys/types.h>
|
|
# include <regex.h>
|
|
# include <netinet/in.h>
|
|
-# include "libmilter/mfapi.h"
|
|
# include "bav.h"
|
|
+# include "libmilter/mfapi.h"
|
|
|
|
-# define SOCK_PATH "var/run/bav.sock"
|
|
-# define LOCK_PATH "var/lock/bav.lock"
|
|
-# define CFGFILE "var/spool/bav/bav.conf"
|
|
+# define SOCK_PATH "/var/run/openemm/bav.sock"
|
|
+# define LOCK_PATH "/var/run/openemm/bav.lock"
|
|
+# define CFGFILE "/usr/local/openemm2015/var/spool/bav/bav.conf"
|
|
# define X_AGN "X-AGNMailloop"
|
|
# define X_LOOP "X-AGNLoop"
|
|
# define LOOP_SET "set"
|
|
|
|
+# define bool int
|
|
|
|
static const char *program;
|
|
static const char *loglevel;
|