mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
mail/smfsav -> mail/smfsav-devel This is a fork of smf-sav which was originally written by Eugene Kurmanin. It is a "reloaded" version with heavy bugfixes maintained by Gabriele Maria Plutzar. WWW: http://smf-sav.anw.at/ PR: 216669 Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
20 lines
570 B
Text
20 lines
570 B
Text
--- smf-sav.conf.orig 2012-04-08 17:04:38 UTC
|
|
+++ smf-sav.conf
|
|
@@ -1,4 +1,4 @@
|
|
-# /etc/mail/smfs/smf-sav.conf
|
|
+# %%PREFIX%%/etc/smf-sav.conf
|
|
#
|
|
# smf-sav configuration file v2.0
|
|
# pre initialisised with useful values
|
|
@@ -173,9 +173,9 @@ ToFailTTL 10h # recipients that did not
|
|
|
|
# Socket used to communicate with a Sendmail daemon
|
|
#
|
|
-# Default: unix:/var/run/smfs/smf-sav.sock
|
|
+# Default: unix:%%SMFSAV_RUN_DIR%%/smf-sav.sock
|
|
#
|
|
-Socket unix:/var/run/smfs/smf-sav.sock
|
|
+Socket unix:%%SMFSAV_RUN_DIR%%/smf-sav.sock
|
|
|
|
# Facility for logging via a Syslog daemon
|
|
#
|