thomas: server/kolabd/kolabd/templates master.cf.template.in, 1.13, 1.14

cvs at kolab.org cvs at kolab.org
Mon Jun 26 18:39:19 CEST 2006


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv9649

Modified Files:
	master.cf.template.in 
Log Message:
Updated postfix master.cf.template to match master.cf from OpenPKG.
Fixes the missing relay service (new in Postfix 2.2), everything else is
cleanup or commented out by default.


Index: master.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- master.cf.template.in	13 Apr 2006 15:54:54 -0000	1.13
+++ master.cf.template.in	26 Jun 2006 16:39:17 -0000	1.14
@@ -14,18 +14,25 @@
 # this file is automatically written by the Kolab config backend
 # manual additions are lost unless made to the template in the Kolab config directory
 
-25      inet  n       -       n       -       -       smtpd
+# ==========================================================================
+# service type  private unpriv  chroot  wakeup  maxproc command + args
+#               (yes)   (yes)   (yes)   (never) (100)
+# ==========================================================================
+smtp      inet  n       -       n       -       -       smtpd
 #628      inet  n       -       n       -       -       qmqpd
 pickup    fifo  n       -       n       60      1       pickup
 cleanup   unix  n       -       n       -       0       cleanup
 qmgr      fifo  n       -       n       300     1       qmgr
-#qmgr     fifo  n       -       n       300     1       nqmgr
+tlsmgr    unix  -       -       n       1000?   1       tlsmgr
 rewrite   unix  -       -       n       -       -       trivial-rewrite
 bounce    unix  -       -       n       -       0       bounce
 defer     unix  -       -       n       -       0       bounce
+trace     unix  -       -       n       -       0       bounce
 verify    unix  -       -       n       -       1       verify
 flush     unix  n       -       n       1000?   0       flush
+proxymap  unix  -       -       n       -       -       proxymap
 smtp      unix  -       -       n       -       -       smtp
+relay     unix  -       -       n       -       -       smtp -o fallback_relay=
 showq     unix  n       -       n       -       -       showq
 error     unix  -       -       n       -       -       error
 local     unix  -       n       n       -       -       local
@@ -33,9 +40,7 @@
 lmtp      unix  -       -       n       -       -       lmtp
 anvil     unix  -       -       n       -       1       anvil
 scache    unix  -       -       n       -       1       scache
-proxymap  unix  -       -       n       -       -       proxymap
-tlsmgr    unix  -       -       n       1000?   1       tlsmgr
-#cyrus    unix  -       n       n       -       -       pipe flags=R user=cyrus argv=@bindir@/deliver -e -m ${extension} ${user}
+#cyrus    unix  -       n       n       -       -       pipe user=cyrus argv=@bindir@/cyrdeliver -e -r ${sender} -m ${extension} ${user}
 #uucp     unix  -       n       n       -       -       pipe flags=Fqhu user=uucp argv=@bindir@/uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
 #ifmail   unix  -       n       n       -       -       pipe flags=F user=ftn argv=@bindir@/ifmail -r $nexthop ($recipient)
 #bsmtp    unix  -       n       n       -       -       pipe flags=Fq. user=foo argv=@bindir@/bsmtp -f $sender $nexthop $recipient






More information about the commits mailing list