thomas: server/kolabd/kolabd/templates master.cf.template.in, 1.19, 1.20

cvs at kolab.org cvs at kolab.org
Thu Nov 22 18:06:41 CET 2007


Author: thomas

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

Modified Files:
	master.cf.template.in 
Log Message:
Allow postfix smtp and smtps to bind to a specific IP, too.


Index: master.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- master.cf.template.in	8 Oct 2007 15:33:12 -0000	1.19
+++ master.cf.template.in	22 Nov 2007 17:06:38 -0000	1.20
@@ -18,7 +18,7 @@
 # service type  private unpriv  chroot  wakeup  maxproc command + args
 #               (yes)   (yes)   (yes)   (never) (100)
 # ==========================================================================
-smtp      inet  n       -       n       -       -       smtpd
+@@@bind_addr@@@:smtp      inet  n       -       n       -       -       smtpd
 #628      inet  n       -       n       -       -       qmqpd
 pickup    fifo  n       -       n       60      1       pickup
 cleanup   unix  n       -       n       -       0       cleanup
@@ -47,7 +47,7 @@
 #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
-465       inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
+@@@bind_addr@@@:465       inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
 post-cleanup unix  n    -       n       -       0       cleanup -o virtual_maps=
 smtp-amavis unix -	-	n	-	2       smtp
     -o smtp_data_done_timeout=1200





More information about the commits mailing list