View | Details | Raw Unified | Return to bug 35718
Collapse All | Expand All

(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/aliases (-2 / +2 lines)
 Lines 1-7    Link Here 
1
@%@UCRWARNING=# @%@
1
@%@UCRWARNING=# @%@
2
2
3
@!@
3
@!@
4
for key in configRegistry.keys():
4
for key, value in configRegistry.items():
5
	if key.startswith('mail/alias/'):
5
	if key.startswith('mail/alias/'):
6
		print '%s: %s' % (key.split('/')[-1], configRegistry[key])
6
		print '%s: %s' % (key.split('/')[-1], value)
7
@!@	
7
@!@	
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.canonicalrecipient.d/10_base (-1 / +1 lines)
 Lines 12-18   version = 3 Link Here 
12
bind_dn = @%@ldap/hostdn@%@
12
bind_dn = @%@ldap/hostdn@%@
13
@!@
13
@!@
14
import os
14
import os
15
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
15
from univention.lib.misc import getLDAPURIs
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
if os.path.exists('/etc/machine.secret'):
17
if os.path.exists('/etc/machine.secret'):
18
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
18
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.canonicalsender.d/10_base (-2 / +2 lines)
 Lines 12-21   version = 3 Link Here 
12
bind_dn = @%@ldap/hostdn@%@
12
bind_dn = @%@ldap/hostdn@%@
13
@!@
13
@!@
14
import os
14
import os
15
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
15
from univention.lib.misc import getLDAPURIs
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
if os.path.exists('/etc/machine.secret'):
17
if os.path.exists('/etc/machine.secret'):
18
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
18
	print 'bind_pw = %s' % (open('/etc/m:chine.secret','r').read())
19
else:
19
else:
20
	print 'bind_pw = MACHINE.SECRET_IS_MISSING'
20
	print 'bind_pw = MACHINE.SECRET_IS_MISSING'
21
if configRegistry.is_true('mail/postfix/ldaptable/starttls', False):
21
if configRegistry.is_true('mail/postfix/ldaptable/starttls', False):
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.distlist.d/10_base (-1 / +1 lines)
 Lines 12-18   version = 3 Link Here 
12
bind_dn = @%@ldap/hostdn@%@
12
bind_dn = @%@ldap/hostdn@%@
13
@!@
13
@!@
14
import os
14
import os
15
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
15
from univention.lib.misc import getLDAPURIs
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
16
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
if os.path.exists('/etc/machine.secret'):
17
if os.path.exists('/etc/machine.secret'):
18
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
18
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.groups.d/10_base (-1 / +1 lines)
 Lines 13-19   version = 3 Link Here 
13
bind_dn = @%@ldap/hostdn@%@
13
bind_dn = @%@ldap/hostdn@%@
14
@!@
14
@!@
15
import os
15
import os
16
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
16
from univention.lib.misc import getLDAPURIs
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
if os.path.exists('/etc/machine.secret'):
18
if os.path.exists('/etc/machine.secret'):
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.sharedfolderlocal.d/10_base (-1 / +1 lines)
 Lines 14-20   version = 3 Link Here 
14
bind_dn = @%@ldap/hostdn@%@
14
bind_dn = @%@ldap/hostdn@%@
15
@!@
15
@!@
16
import os
16
import os
17
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
17
from univention.lib.misc import getLDAPURIs
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
19
if os.path.exists('/etc/machine.secret'):
19
if os.path.exists('/etc/machine.secret'):
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.sharedfolderremote.d/10_base (-1 / +1 lines)
 Lines 14-20   version = 3 Link Here 
14
bind_dn = @%@ldap/hostdn@%@
14
bind_dn = @%@ldap/hostdn@%@
15
@!@
15
@!@
16
import os
16
import os
17
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
17
from univention.lib.misc import getLDAPURIs
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
19
if os.path.exists('/etc/machine.secret'):
19
if os.path.exists('/etc/machine.secret'):
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.transport.d/10_base (-1 / +1 lines)
 Lines 14-20   version = 3 Link Here 
14
bind_dn = @%@ldap/hostdn@%@
14
bind_dn = @%@ldap/hostdn@%@
15
@!@
15
@!@
16
import os
16
import os
17
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
17
from univention.lib.misc import getLDAPURIs
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
print 'server_host = %s' % getLDAPURIs(configRegistry)
19
if os.path.exists('/etc/machine.secret'):
19
if os.path.exists('/etc/machine.secret'):
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
20
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.virtual.d/10_base (-1 / +1 lines)
 Lines 13-19   version = 3 Link Here 
13
bind_dn = @%@ldap/hostdn@%@
13
bind_dn = @%@ldap/hostdn@%@
14
@!@
14
@!@
15
import os
15
import os
16
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
16
from univention.lib.misc import getLDAPURIs
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
if os.path.exists('/etc/machine.secret'):
18
if os.path.exists('/etc/machine.secret'):
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.virtualdomains.d/10_base (-1 / +1 lines)
 Lines 13-19   version = 3 Link Here 
13
bind_dn = @%@ldap/hostdn@%@
13
bind_dn = @%@ldap/hostdn@%@
14
@!@
14
@!@
15
import os
15
import os
16
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
16
from univention.lib.misc import getLDAPURIs
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
if os.path.exists('/etc/machine.secret'):
18
if os.path.exists('/etc/machine.secret'):
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/ldap.virtualwithcanonical.d/10_base (-1 / +1 lines)
 Lines 13-19   version = 3 Link Here 
13
bind_dn = @%@ldap/hostdn@%@
13
bind_dn = @%@ldap/hostdn@%@
14
@!@
14
@!@
15
import os
15
import os
16
from univention.lib.misc import getLDAPURIs                                                                                                                                                                                          
16
from univention.lib.misc import getLDAPURIs
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
17
print 'server_host = %s' % getLDAPURIs(configRegistry)
18
if os.path.exists('/etc/machine.secret'):
18
if os.path.exists('/etc/machine.secret'):
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
19
	print 'bind_pw = %s' % (open('/etc/machine.secret','r').read())
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/main.cf.d/10_general (-1 lines)
 Lines 20-26   else: Link Here 
20
# some basic path definitions
20
# some basic path definitions
21
command_directory = /usr/sbin
21
command_directory = /usr/sbin
22
daemon_directory = /usr/lib/postfix
22
daemon_directory = /usr/lib/postfix
23
program_directory = /usr/lib/postfix
24
23
25
24
26
# some basic mail system settings
25
# some basic mail system settings
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/conffiles/etc/postfix/transport.d/10_base (-5 / +2 lines)
 Lines 1-15    Link Here 
1
@%@UCRWARNING=# @%@
1
@%@UCRWARNING=# @%@
2
2
3
@!@
3
@!@
4
import re
4
for key, val in configRegistry.items():
5
for key in configRegistry.keys():
6
	if key.startswith('mail/maps/transport/'):
5
	if key.startswith('mail/maps/transport/'):
7
		val = configRegistry[key].strip()
6
		val = val.strip()
8
		if ' ' in val:
7
		if ' ' in val:
9
			domain, transp = val.split(' ', 1)
8
			domain, transp = val.split(' ', 1)
10
			print '%-30s %s' % (domain, transp)
9
			print '%-30s %s' % (domain, transp)
11
		else:
10
		else:
12
			print val
11
			print val
13
@!@
12
@!@
14
15
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-mail-postfix (9.0.1-1) unstable; urgency=low
2
3
  * Bug #35718: Update UCR templates
4
5
 -- Philipp Hahn <hahn@univention.de>  Wed, 27 Aug 2014 09:17:30 +0200
6
1
univention-mail-postfix (9.0.0-2) unstable; urgency=medium
7
univention-mail-postfix (9.0.0-2) unstable; urgency=medium
2
8
3
  * Update to UCS 4.0 (Bug #35264)
9
  * Update to UCS 4.0 (Bug #35264)
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/debian/univention-mail-postfix.dirs (-4 lines)
 Lines 1-4    Link Here 
1
usr/lib/univention-install
2
usr/share/univention-mail-postfix
3
usr/lib/univention-server/server_password_change.d
4
etc/univention/templates/scripts/etc/postfix
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/debian/univention-mail-postfix.univention-config-registry (-100 / +104 lines)
 Lines 1-40    Link Here 
1
Type: multifile
1
Type: multifile
2
Multifile: etc/postfix/main.cf
2
Multifile: etc/postfix/main.cf
3
4
Type: subfile
5
Multifile: etc/postfix/main.cf
6
Subfile: etc/postfix/main.cf.d/10_general
7
Variables: mail/messagesizelimit
8
Variables: mail/localmailboxsizelimit
3
Variables: hostname
9
Variables: hostname
4
Variables: domainname
10
Variables: domainname
5
Variables: ldap/server/name
6
Variables: ldap/base
7
Variables: mail/ldap
8
Variables: mail/antivir
9
Variables: mail/relayauth
10
Variables: mail/relayhost
11
Variables: mail/archivefolder
12
Variables: mail/hosteddomains
13
Variables: mail/postfix/mydomains
14
Variables: mail/postfix/mynetworks
11
Variables: mail/postfix/mynetworks
15
Variables: server/role
16
Variables: mail/messagesizelimit
17
Variables: ldap/base
18
Variables: ldap/port
19
Variables: ldap/server
20
Variables: mail/smtp/helo/name
21
Variables: mail/smtp/VRFY/disabled
22
Variables: mail/localmailboxsizelimit
23
Variables: mail/postfix/masquerade/domains
12
Variables: mail/postfix/masquerade/domains
24
Variables: mail/postfix/masquerade/exceptions
13
Variables: mail/postfix/masquerade/exceptions
25
Variables: mail/maps/canonical/sender/enable
14
Variables: mail/smtp/helo/name
26
Variables: mail/maps/canonical/sender/classes
15
Variables: mail/relayhost
27
Variables: mail/maps/canonical/recipient/enable
16
Variables: mail/relayauth
28
Variables: mail/maps/canonical/recipient/classes
17
Variables: mail/smtp/VRFY/disabled
29
Variables: mail/postfix/softbounce
30
Variables: mail/postfix/dnslookups
18
Variables: mail/postfix/dnslookups
31
Variables: mail/postfix/ldap/timeout
19
Variables: mail/postfix/softbounce
32
Variables: mail/postfix/policy/listfilter
33
Variables: mail/postfix/smtpd/restrictions/recipient/.*
34
35
Type: subfile
36
Multifile: etc/postfix/main.cf
37
Subfile: etc/postfix/main.cf.d/10_general
38
Variables: mail/postfix/smtp/hostlookup
20
Variables: mail/postfix/smtp/hostlookup
39
Variables: mail/postfix/maps/transport
21
Variables: mail/postfix/maps/transport
40
Variables: mail/postfix/mydestination
22
Variables: mail/postfix/mydestination
 Lines 48-53   Variables: mail/postfix/smtpd/banner Link Here 
48
Type: subfile
30
Type: subfile
49
Multifile: etc/postfix/main.cf
31
Multifile: etc/postfix/main.cf
50
Subfile: etc/postfix/main.cf.d/30_maps
32
Subfile: etc/postfix/main.cf.d/30_maps
33
Variables: mail/maps/canonical/sender/enable
34
Variables: mail/maps/canonical/sender/classes
35
Variables: mail/maps/canonical/recipient/enable
36
Variables: mail/maps/canonical/recipient/classes
51
Variables: mail/postfix/virtual/alias/domains
37
Variables: mail/postfix/virtual/alias/domains
52
Variables: mail/postfix/virtual/alias/maps
38
Variables: mail/postfix/virtual/alias/maps
53
Variables: mail/postfix/virtual/mailbox/domains
39
Variables: mail/postfix/virtual/mailbox/domains
 Lines 60-69   Type: subfile Link Here 
60
Multifile: etc/postfix/main.cf
46
Multifile: etc/postfix/main.cf
61
Subfile: etc/postfix/main.cf.d/50_restrictions
47
Subfile: etc/postfix/main.cf.d/50_restrictions
62
Variables: mail/postfix/greylisting
48
Variables: mail/postfix/greylisting
49
Variables: mail/postfix/smtpd/restrictions/recipient/.*
50
Variables: mail/postfix/policy/listfilter
63
51
64
Type: subfile
52
Type: subfile
65
Multifile: etc/postfix/main.cf
53
Multifile: etc/postfix/main.cf
66
Subfile: etc/postfix/main.cf.d/60_tls
54
Subfile: etc/postfix/main.cf.d/60_tls
55
Variables: hostname
56
Variables: domainname
67
Variables: mail/postfix/ssl/certificate
57
Variables: mail/postfix/ssl/certificate
68
Variables: mail/postfix/ssl/key
58
Variables: mail/postfix/ssl/key
69
Variables: mail/postfix/tls/client/level
59
Variables: mail/postfix/tls/client/level
 Lines 73-103   Variables: mail/postfix/ssl/cafile Link Here 
73
Type: subfile
63
Type: subfile
74
Multifile: etc/postfix/main.cf
64
Multifile: etc/postfix/main.cf
75
Subfile: etc/postfix/main.cf.d/80_delivery
65
Subfile: etc/postfix/main.cf.d/80_delivery
66
Variables: mail/antivir
67
Variables: mail/archivefolder
76
68
77
Type: multifile
69
Type: multifile
78
Multifile: etc/postfix/master.cf
70
Multifile: etc/postfix/master.cf
79
Variables: hostname
80
Variables: domainname
81
Variables: mail/antivir
82
Variables: ldap/base
83
Variables: ldap/port
84
Variables: ldap/server
85
Variables: mail/smtpport
86
Variables: mail/postfix/policy/listfilter
87
Variables: mail/postfix/policy/listfilter/maxproc
88
Variables: mail/postfix/smtpd/debug
89
71
90
Type: subfile
72
Type: subfile
91
Multifile: etc/postfix/master.cf
73
Multifile: etc/postfix/master.cf
92
Subfile: etc/postfix/master.cf.d/10_services
74
Subfile: etc/postfix/master.cf.d/10_services
75
Variables: mail/postfix/smtpd/debug
76
Variables: mail/smtpport
93
77
94
Type: subfile
78
Type: subfile
95
Multifile: etc/postfix/master.cf
79
Multifile: etc/postfix/master.cf
96
Subfile: etc/postfix/master.cf.d/30_antivir
80
Subfile: etc/postfix/master.cf.d/30_antivir
81
Variables: mail/antivir
97
82
98
Type: subfile
83
Type: subfile
99
Multifile: etc/postfix/master.cf
84
Multifile: etc/postfix/master.cf
100
Subfile: etc/postfix/master.cf.d/70_policy
85
Subfile: etc/postfix/master.cf.d/70_policy
86
Variables: ldap/base
87
Variables: mail/postfix/policy/listfilter
88
Variables: mail/postfix/policy/listfilter/maxproc
101
89
102
Type: multifile
90
Type: multifile
103
Multifile: etc/postfix/transport
91
Multifile: etc/postfix/transport
 Lines 137-293   Variables: mail/archivefolder Link Here 
137
125
138
Type: multifile
126
Type: multifile
139
Multifile: etc/postfix/ldap.groups
127
Multifile: etc/postfix/ldap.groups
140
Variables: mail/postfix/virtual/.*
128
User: root
141
Variables: ldap/server/name
142
Variables: ldap/server/port
143
Variables: ldap/server/addition
144
Variables: mail/postfix/ldaptable/.*
145
User: postfix
146
Group: root
129
Group: root
147
Mode: 0440
130
Mode: 0440
148
131
149
Type: subfile
132
Type: subfile
150
Multifile: etc/postfix/ldap.groups
133
Multifile: etc/postfix/ldap.groups
151
Subfile: etc/postfix/ldap.groups.d/10_base
134
Subfile: etc/postfix/ldap.groups.d/10_base
152
153
Type: multifile
154
Multifile: etc/postfix/ldap.transport
155
Variables: mail/postfix/virtual/.*
156
Variables: ldap/server/name
135
Variables: ldap/server/name
157
Variables: ldap/server/port
136
Variables: ldap/server/port
158
Variables: ldap/server/addition
137
Variables: ldap/server/addition
159
Variables: mail/postfix/ldaptable/.*
138
Variables: mail/postfix/ldaptable/starttls
160
User: postfix
139
Variables: mail/postfix/ldaptable/tlsrequirecert
140
Variables: mail/postfix/ldaptable/tlscacertfile
141
142
Type: multifile
143
Multifile: etc/postfix/ldap.transport
144
User: root
161
Group: root
145
Group: root
162
Mode: 0440
146
Mode: 0440
163
147
164
Type: subfile
148
Type: subfile
165
Multifile: etc/postfix/ldap.transport
149
Multifile: etc/postfix/ldap.transport
166
Subfile: etc/postfix/ldap.transport.d/10_base
150
Subfile: etc/postfix/ldap.transport.d/10_base
167
168
Type: multifile
169
Multifile: etc/postfix/ldap.virtualwithcanonical
170
Variables: mail/postfix/virtual/.*
171
Variables: ldap/server/name
151
Variables: ldap/server/name
172
Variables: ldap/server/port
152
Variables: ldap/server/port
173
Variables: ldap/server/addition
153
Variables: ldap/server/addition
174
Variables: mail/postfix/ldaptable/.*
154
Variables: mail/postfix/ldaptable/starttls
175
User: postfix
155
Variables: mail/postfix/ldaptable/tlsrequirecert
156
Variables: mail/postfix/ldaptable/tlscacertfile
157
158
Type: multifile
159
Multifile: etc/postfix/ldap.virtualwithcanonical
160
User: root
176
Group: root
161
Group: root
177
Mode: 0440
162
Mode: 0440
178
163
179
Type: subfile
164
Type: subfile
180
Multifile: etc/postfix/ldap.virtualwithcanonical
165
Multifile: etc/postfix/ldap.virtualwithcanonical
181
Subfile: etc/postfix/ldap.virtualwithcanonical.d/10_base
166
Subfile: etc/postfix/ldap.virtualwithcanonical.d/10_base
182
183
Type: multifile
184
Multifile: etc/postfix/ldap.sharedfolderremote
185
Variables: mail/postfix/virtual/.*
186
Variables: ldap/server/name
167
Variables: ldap/server/name
187
Variables: ldap/server/port
168
Variables: ldap/server/port
188
Variables: ldap/server/addition
169
Variables: ldap/server/addition
189
Variables: mail/postfix/ldaptable/.*
170
Variables: mail/postfix/ldaptable/starttls
190
User: postfix
171
Variables: mail/postfix/ldaptable/tlsrequirecert
172
Variables: mail/postfix/ldaptable/tlscacertfile
173
174
Type: multifile
175
Multifile: etc/postfix/ldap.sharedfolderremote
176
User: root
191
Group: root
177
Group: root
192
Mode: 0440
178
Mode: 0440
193
179
194
Type: subfile
180
Type: subfile
195
Multifile: etc/postfix/ldap.sharedfolderremote
181
Multifile: etc/postfix/ldap.sharedfolderremote
196
Subfile: etc/postfix/ldap.sharedfolderremote.d/10_base
182
Subfile: etc/postfix/ldap.sharedfolderremote.d/10_base
197
198
Type: multifile
199
Multifile: etc/postfix/ldap.virtual
200
Variables: mail/postfix/virtual/.*
201
Variables: ldap/server/name
183
Variables: ldap/server/name
202
Variables: ldap/server/port
184
Variables: ldap/server/port
203
Variables: ldap/server/addition
185
Variables: ldap/server/addition
204
Variables: mail/postfix/ldaptable/.*
186
Variables: mail/postfix/ldaptable/starttls
205
User: postfix
187
Variables: mail/postfix/ldaptable/tlsrequirecert
188
Variables: mail/postfix/ldaptable/tlscacertfile
189
190
Type: multifile
191
Multifile: etc/postfix/ldap.virtual
192
User: root
206
Group: root
193
Group: root
207
Mode: 0440
194
Mode: 0440
208
195
209
Type: subfile
196
Type: subfile
210
Multifile: etc/postfix/ldap.virtual
197
Multifile: etc/postfix/ldap.virtual
211
Subfile: etc/postfix/ldap.virtual.d/10_base
198
Subfile: etc/postfix/ldap.virtual.d/10_base
212
199
Subfile: etc/postfix/ldap.virtualdomains.d/10_base
213
Type: multifile
214
Multifile: etc/postfix/ldap.virtualdomains
215
Variables: mail/postfix/virtual/.*
216
Variables: ldap/server/name
200
Variables: ldap/server/name
217
Variables: ldap/server/port
201
Variables: ldap/server/port
218
Variables: ldap/server/addition
202
Variables: ldap/server/addition
219
Variables: mail/postfix/ldaptable/.*
203
Variables: mail/postfix/ldaptable/starttls
220
User: postfix
204
Variables: mail/postfix/ldaptable/tlsrequirecert
205
Variables: mail/postfix/ldaptable/tlscacertfile
206
207
Type: multifile
208
Multifile: etc/postfix/ldap.virtualdomains
209
User: root
221
Group: root
210
Group: root
222
Mode: 0440
211
Mode: 0440
223
212
224
Type: subfile
213
Type: subfile
225
Multifile: etc/postfix/ldap.virtualdomains
214
Multifile: etc/postfix/ldap.virtualdomains
226
Subfile: etc/postfix/ldap.virtualdomains.d/10_base
215
Subfile: etc/postfix/ldap.virtualdomains.d/10_base
227
228
Type: multifile
229
Multifile: etc/postfix/ldap.sharedfolderlocal
230
Variables: mail/postfix/virtual/.*
231
Variables: ldap/server/name
216
Variables: ldap/server/name
232
Variables: ldap/server/port
217
Variables: ldap/server/port
233
Variables: ldap/server/addition
218
Variables: ldap/server/addition
234
Variables: mail/postfix/ldaptable/.*
219
Variables: mail/postfix/ldaptable/starttls
235
User: postfix
220
Variables: mail/postfix/ldaptable/tlsrequirecert
221
Variables: mail/postfix/ldaptable/tlscacertfile
222
Variables: mail/postfix/ldaptable/debuglevel
223
224
Type: multifile
225
Multifile: etc/postfix/ldap.sharedfolderlocal
226
User: root
236
Group: root
227
Group: root
237
Mode: 0440
228
Mode: 0440
238
229
239
Type: subfile
230
Type: subfile
240
Multifile: etc/postfix/ldap.sharedfolderlocal
231
Multifile: etc/postfix/ldap.sharedfolderlocal
241
Subfile: etc/postfix/ldap.sharedfolderlocal.d/10_base
232
Subfile: etc/postfix/ldap.sharedfolderlocal.d/10_base
242
243
Type: multifile
244
Multifile: etc/postfix/ldap.canonicalrecipient
245
Variables: mail/postfix/virtual/.*
246
Variables: ldap/server/name
233
Variables: ldap/server/name
247
Variables: ldap/server/port
234
Variables: ldap/server/port
248
Variables: ldap/server/addition
235
Variables: ldap/server/addition
249
Variables: mail/postfix/ldaptable/.*
236
Variables: mail/postfix/ldaptable/starttls
250
User: postfix
237
Variables: mail/postfix/ldaptable/tlsrequirecert
238
Variables: mail/postfix/ldaptable/tlscacertfile
239
Variables: mail/postfix/ldaptable/debuglevel
240
241
Type: multifile
242
Multifile: etc/postfix/ldap.canonicalrecipient
243
User: root
251
Group: root
244
Group: root
252
Mode: 0440
245
Mode: 0440
253
246
254
Type: subfile
247
Type: subfile
255
Multifile: etc/postfix/ldap.canonicalrecipient
248
Multifile: etc/postfix/ldap.canonicalrecipient
256
Subfile: etc/postfix/ldap.canonicalrecipient.d/10_base
249
Subfile: etc/postfix/ldap.canonicalrecipient.d/10_base
257
258
Type: multifile
259
Multifile: etc/postfix/ldap.distlist
260
Variables: mail/postfix/virtual/.*
261
Variables: ldap/server/name
250
Variables: ldap/server/name
262
Variables: ldap/server/port
251
Variables: ldap/server/port
263
Variables: ldap/server/addition
252
Variables: ldap/server/addition
264
Variables: mail/postfix/ldaptable/.*
253
Variables: mail/postfix/ldaptable/starttls
265
User: postfix
254
Variables: mail/postfix/ldaptable/tlsrequirecert
255
Variables: mail/postfix/ldaptable/tlscacertfile
256
Variables: mail/postfix/ldaptable/debuglevel
257
258
Type: multifile
259
Multifile: etc/postfix/ldap.distlist
260
User: root
266
Group: root
261
Group: root
267
Mode: 0440
262
Mode: 0440
268
263
269
Type: subfile
264
Type: subfile
270
Multifile: etc/postfix/ldap.distlist
265
Multifile: etc/postfix/ldap.distlist
271
Subfile: etc/postfix/ldap.distlist.d/10_base
266
Subfile: etc/postfix/ldap.distlist.d/10_base
272
273
Type: multifile
274
Multifile: etc/postfix/ldap.canonicalsender
275
Variables: mail/postfix/virtual/.*
276
Variables: ldap/server/name
267
Variables: ldap/server/name
277
Variables: ldap/server/port
268
Variables: ldap/server/port
278
Variables: ldap/server/addition
269
Variables: ldap/server/addition
279
Variables: mail/postfix/ldaptable/.*
270
Variables: mail/postfix/ldaptable/starttls
280
User: postfix
271
Variables: mail/postfix/ldaptable/tlsrequirecert
272
Variables: mail/postfix/ldaptable/tlscacertfile
273
Variables: mail/postfix/ldaptable/debuglevel
274
275
Type: multifile
276
Multifile: etc/postfix/ldap.canonicalsender
277
User: root
281
Group: root
278
Group: root
282
Mode: 0440
279
Mode: 0440
283
280
284
Type: subfile
281
Type: subfile
285
Multifile: etc/postfix/ldap.canonicalsender
282
Multifile: etc/postfix/ldap.canonicalsender
286
Subfile: etc/postfix/ldap.canonicalsender.d/10_base
283
Subfile: etc/postfix/ldap.canonicalsender.d/10_base
284
Variables: ldap/server/name
285
Variables: ldap/server/port
286
Variables: ldap/server/addition
287
Variables: mail/postfix/ldaptable/starttls
288
Variables: mail/postfix/ldaptable/tlsrequirecert
289
Variables: mail/postfix/ldaptable/tlscacertfile
290
Variables: mail/postfix/ldaptable/debuglevel
287
291
288
Type: file
292
Type: file
289
File: etc/postfix/listfilter.secret
293
File: etc/postfix/listfilter.secret
290
Variables: mail/postfix/policy/listfilter
294
Variables: mail/postfix/policy/listfilter
291
User: listfilter
295
User: root
292
Group: root
296
Group: root
293
Mode: 0440
297
Mode: 0440
(-)a/branches/ucs-4.0/ucs-4.0-0/mail/univention-mail-postfix/debian/univention-mail-server.dirs (-3 lines)
 Lines 1-2    Link Here 
1
usr/lib/univention-install
2
usr/lib/univention-directory-listener/system
3
- 

Return to bug 35718