1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/mail/synonym/files/patch-synonym.h
Norikatsu Shigemura 752010c8f7 Add synonym 0.4-3, the email message archiver.
Synonym is a product that allows a company to easily
archive all email messages going in and out. It can
copy mail messages, delete, reject or add a text
and/or html signature based on a XML based configuration
file listing regular expression rules.

WWW:	http://www.modulo.ro/synonym/
2005-11-17 07:11:11 +00:00

18 lines
604 B
C

--- synonym.h.orig Mon Oct 25 22:53:09 2004
+++ synonym.h Thu Nov 17 15:04:36 2005
@@ -56,10 +56,10 @@
/*
* Defaults
*/
-#define PIDFILE "/var/run/synonym/synonym.pid"
-#define DEFAULT_SOCKET "local:/var/run/synonym/synonym.sock"
-#define DEFAULT_CONFIG "/etc/synonym.conf"
-#define DEFAULT_USER "mail"
+#define PIDFILE RUNDIR "/synonym.pid"
+#define DEFAULT_SOCKET "local:" RUNDIR "/synonym.sock"
+#define DEFAULT_CONFIG PREFIX "/etc/synonym.conf"
+#define DEFAULT_USER SYNONYM_USER
#define DEFAULT_LOGLEVEL LOG_ERR
#define DEFAULT_LOGFACILITY LOG_MAIL
#define DEFAULT_LOGLEVEL_STRING "LOG_ERR"