ports/mail/openemm2013/files/patch-src__c__bav__bav.c
Kurt Jaeger bc3fc9f856 New port: mail/openemm2013
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:		196516
Submitted by:	Horst Leitenmueller <horst.leitenmueller@liwest.at>
2015-10-17 16:41:29 +00:00

25 lines
726 B
C

--- src/c/bav/bav.c.orig 2015-10-11 16:41:54 UTC
+++ src/c/bav/bav.c
@@ -26,16 +26,18 @@
# include <unistd.h>
# include <string.h>
# include <netinet/in.h>
+# include "bav.h"
# include "libmilter/mfapi.h"
-# include "bav.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/openemm2013/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;
static char *cfgfile;