SOURCES: masqmail.conf - use syslog, existing log dir (log is writ...

glen glen at pld-linux.org
Tue Mar 7 17:47:43 CET 2006


Author: glen                         Date: Tue Mar  7 16:47:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use syslog, existing log dir (log is written with root anyway)
- configured for localhost

---- Files affected:
SOURCES:
   masqmail.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/masqmail.conf
diff -u SOURCES/masqmail.conf:1.2 SOURCES/masqmail.conf:1.3
--- SOURCES/masqmail.conf:1.2	Tue Mar  7 17:35:50 2006
+++ SOURCES/masqmail.conf	Tue Mar  7 17:47:38 2006
@@ -18,11 +18,11 @@
 
 # The name with which MasqMail identifies itself to others:
 # CHANGING THIS IS REQUIRED!
-host_name="striped.patchwork.net"
+host_name="localhost"
 
 # Hosts considered local:
 # CHANGING THIS IS REQUIRED!
-local_hosts="striped;striped.patchwork.net;localhost"
+local_hosts="localhost"
 
 # Nets considered local, for immediate delivery attempts:
 # ALL hosts not included in either local_host or local_nets are
@@ -41,10 +41,10 @@
 mail_dir="/var/mail"
 
 # use syslogd for logs?
-use_syslog=false
+use_syslog=true
 
 # directory for log files:
-log_dir="/var/log/masqmail"
+log_dir="/var/log"
 
 # if set, accepted mail will not be delivered immediately but on the next queue run:
 do_queue=false
@@ -86,7 +86,7 @@
 
 # CHANGING THIS IS REQUIRED!
 # You can use as many routes (one for each provider) as you like:
-connect_route.GWDG = "/etc/masqmail/example.route"
+connect_route.default = "/etc/mail/default.route"
 
 # you can also give a list of routes for a single connection:
 #connect_route.foo = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/masqmail.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list