Change the comment about tracking changes in the debian changelog
[mirror/userdir-ldap.git] / userdir-ldap.schema
1 # Revision history:
2 #
3 #   - [PP] Now version controlled in db.d.o git repository, also see debian/changelog - 2009
4 #   - [PP] Now version controlled in db.d.o bzr repository - 2007-12-25
5 #
6 # long time ago:
7 #   - [HE] Add 'purpose', 'physicalHost' to debianServer - 2007-12-25
8 #   - [zobel] Add 'VoIP' - 2008-05-10
9 #   - [luk] Add 'subGroup' to group - 2008-11-22
10 #
11 # 0.7 [RM]
12 #   - Add 'gender' and 'birthDate' to debianDeveloper
13 #   - Add 'mailDisableMessage' to debianAccount
14 #   - Add 'mailDisableMessage', 'mailCallout', 'mailGreylisting', 'mailRBL',
15 #         'mailRHSBL', and 'mailWhitelist' to debianDeveloper and debianRoleAccount
16
17 # 0.6 [JT]
18 #   - Add 'access' as a MAY for debianServer objectclass.
19 #   - Make activity-from a UTF-8 string rather than ASCII.
20 #   - add new debianRoleAccount objectclass.
21 #
22 # 0.5 [JT]
23 #   - Add 'access' as a MAY for debianDeveloper objectclass.
24 #   - Add 'gid' attribute.
25 #   - Make homeDirectory a MAY not MUST for debianAccount.
26 #   - drop userPassword and memberUID MAYs from debianGroup.
27 #   - add SUP top STRUCTURAL to debianGroup.
28 #
29 # 0.4
30 #   - add a UTF8-enabled 'gecos' attribute type, conflicts with RFC2307
31 #   - add debianAccount, which is roughly equivalent to posixAccount but
32 #     permits UTF8 gecos fields
33 #   - add debianGroup, which is the same as above but for posixGroup
34 #
35 # 0.3
36 #   - Remove labeledURI, jpegPhoto from the list of supported 
37 #     attributes; using inetOrgPerson instead of organizationalPerson as
38 #     a structural objectclass gives us both of these, and several other 
39 #     attributes that may be useful.
40 #   - Add echelon attributes for MIA work to the debiandeveloper
41 #     objectclass. (accountcomment,accountstatus)
42 #   - Add specification for debianServer objectclass, used for Debian 
43 #     server listings
44 #
45 # 0.2
46 #   - grammarfied 'allowedHosts' to 'allowedHost' as
47 #      1.3.6.1.4.1.9586.100.4.2.12.
48 #   - add 'privateSub' as 1.3.6.1.4.1.9586.100.4.4.5.
49 #   - add 'jabberJID' as 1.3.6.1.4.1.9586.100.4.2.13.
50 #   - change 'icqUIN' to an integer type (see? I told you it wasn't
51 #     approved for use yet! ;)
52 #
53 # 0.1
54 #   - initial revision
55 #
56 #
57 # Project: db.debian.org
58 # Contact: Debian directory administrators <admin@db.debian.org>
59 # Type:    X.500/LDAP
60 # Section: Project
61 #
62 # enterprise.Debian.project.userdir / 1.3.6.1.4.1.9586.100.4
63 #
64 # .1 - public LDAP objectClasses
65 #   .1 - debianAccount
66 #   .2 - debianGroup
67 #
68 # .2 - public LDAP attributeTypes
69 #   .1 - sshRSAAuthKey
70 #   .2 - activity-from
71 #   .3 - activity-pgp
72 #   .4 - comment
73 #   .5 - icqUin
74 #   .6 - ircNick
75 #   .7 - latitude
76 #   .8 - longitude
77 #   .9 - middlename (mn)
78 #   .10 - onVacation
79 #   .11 - supplementaryGid
80 #   .12 - allowedHost
81 #   .13 - jabberJID
82 #   .14 - access
83 #   .15 - admin
84 #   .16 - architecture
85 #   .17 - bandwidth
86 #   .18 - disk
87 #   .19 - distribution
88 #   .20 - host
89 #   .21 - hostname
90 #   .22 - machine
91 #   .23 - memory
92 #   .24 - sponsor
93 #   .25 - sponsor-admin
94 #   .26 - sshRSAHostKey
95 #   .27 - status
96 #   .28 - gecos
97 #   .29 - gid
98 #   .30 - gender
99 #   .31 - birthdate
100 #   .32 - mailDisableMessage
101 #   .33 - purpose
102 #   .34 - physicalHost
103 #   .35 - VoIP
104 #   .36 - sudoPassword
105 #   .37 - subGroup
106 #
107 # .3 - experimental LDAP objectClasses
108 #   .1 - debianDeveloper
109 #   .2 - debianServer
110 #   .3 - debianRoleAccount
111
112 # .4 - experimental LDAP attributeTypes
113 #   .1 - allowedHosts - OBSOLETED
114 #   .2 - dnsZoneEntry
115 #   .3 - emailForward
116 #   .4 - keyFingerPrint
117 #   .5 - privateSub
118 #   .6 - accountComment
119 #   .7 - accountStatus
120 #   .8 - perform callouts
121 #   .9 - perform greylisting
122 #   .11 - DNS RBL
123 #   .12 - RHS RBL
124 #   .13 - whitelist
125
126 # Public attribute types
127 attributetype ( 1.3.6.1.4.1.9586.100.4.2.1 
128         NAME 'sshRSAAuthKey'
129         DESC 'textual form of an SSH public key compatible with authorized_keys'
130         EQUALITY caseIgnoreMatch
131         SUBSTR caseIgnoreSubstringsMatch
132         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
133
134 attributetype ( 1.3.6.1.4.1.9586.100.4.2.2
135         NAME 'activity-from'
136         DESC 'last known activity from user email address'
137         EQUALITY caseExactMatch
138         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
139
140 attributetype ( 1.3.6.1.4.1.9586.100.4.2.3
141         NAME 'activity-pgp'
142         DESC 'last known activity from user PGP key'
143         EQUALITY caseExactIA5Match
144         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
145
146 attributetype ( 1.3.6.1.4.1.9586.100.4.2.4
147         NAME 'comment'
148         DESC 'user-editable comment'
149         EQUALITY caseExactIA5Match
150         SUBSTR caseIgnoreIA5SubstringsMatch
151         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
152
153 attributetype ( 1.3.6.1.4.1.9586.100.4.2.5
154         NAME 'icqUin'
155         DESC 'UIN for ICQ instant messaging system'
156         EQUALITY integerMatch
157         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
158
159 attributetype ( 1.3.6.1.4.1.9586.100.4.2.6
160         NAME 'ircNick'
161         DESC 'Internet Relay Chat nickname'
162         EQUALITY caseIgnoreIA5Match
163         SUBSTR caseIgnoreIA5SubstringsMatch
164         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
165
166 attributetype ( 1.3.6.1.4.1.9586.100.4.2.7
167         NAME 'latitude'
168         DESC 'latitude coordinate'
169         EQUALITY caseExactIA5Match
170         SUBSTR caseExactIA5SubstringsMatch
171         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
172
173 attributetype ( 1.3.6.1.4.1.9586.100.4.2.8
174         NAME 'longitude'
175         DESC 'longitude coordinate'
176         EQUALITY caseExactIA5Match
177         SUBSTR caseExactIA5SubstringsMatch
178         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
179
180 attributetype ( 1.3.6.1.4.1.9586.100.4.2.9
181         NAME ( 'mn' 'middlename' )
182         SUP name )
183
184 attributetype ( 1.3.6.1.4.1.9586.100.4.2.10
185         NAME 'onVacation'
186         DESC 'vacation message'   
187         EQUALITY caseIgnoreMatch
188         SUBSTR caseIgnoreSubstringsMatch
189         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
190
191 attributetype ( 1.3.6.1.4.1.9586.100.4.2.11
192         NAME 'supplementaryGid'
193         DESC 'additional Unix group id of user'
194         EQUALITY caseIgnoreMatch
195         SUBSTR caseIgnoreSubstringsMatch
196         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
197
198 attributetype ( 1.3.6.1.4.1.9586.100.4.2.12
199         NAME 'allowedHost'
200         DESC 'host name this account is allowed access to'
201         EQUALITY caseIgnoreIA5Match
202         SUBSTR caseIgnoreIA5SubstringsMatch
203         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
204
205 attributetype ( 1.3.6.1.4.1.9586.100.4.2.13
206         NAME 'jabberJID'
207         DESC 'JID for Jabber instant messaging protocol'
208         EQUALITY caseIgnoreIA5Match
209         SUBSTR caseIgnoreIA5SubstringsMatch
210         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
211
212 attributetype ( 1.3.6.1.4.1.9586.100.4.2.14
213         NAME 'access'
214         DESC 'nature of access allowed to server'
215         EQUALITY caseIgnoreMatch
216         SUBSTR caseIgnoreSubstringsMatch
217         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
218
219 attributetype ( 1.3.6.1.4.1.9586.100.4.2.15
220         NAME 'admin'
221         DESC 'email address of server administrator'
222         EQUALITY caseIgnoreIA5Match
223         SUBSTR caseIgnoreIA5SubstringsMatch
224         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
225
226 attributetype ( 1.3.6.1.4.1.9586.100.4.2.16
227         NAME 'architecture'
228         DESC 'hardware architecture of server'
229         EQUALITY caseIgnoreIA5Match
230         SUBSTR caseIgnoreIA5SubstringsMatch
231         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
232
233 attributetype ( 1.3.6.1.4.1.9586.100.4.2.17
234         NAME 'bandwidth'
235         DESC 'type of network connection for server'
236         EQUALITY caseIgnoreMatch
237         SUBSTR caseIgnoreSubstringsMatch
238         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
239
240 attributetype ( 1.3.6.1.4.1.9586.100.4.2.18
241         NAME 'disk'
242         DESC 'amount of disk space available to server'
243         EQUALITY caseIgnoreMatch
244         SUBSTR caseIgnoreSubstringsMatch
245         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
246
247 attributetype ( 1.3.6.1.4.1.9586.100.4.2.19
248         NAME 'distribution'
249         DESC 'host OS distribution'
250         EQUALITY caseIgnoreIA5Match
251         SUBSTR caseIgnoreIA5SubstringsMatch
252         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
253
254 #attributetype ( 1.3.6.1.4.1.9586.100.4.2.20
255 #       NAME 'host'
256 #       DESC '(short) host name of server'
257 #       EQUALITY caseIgnoreIA5Match
258 #       SUBSTR caseIgnoreIA5SubstringsMatch
259 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE )
260
261 attributetype ( 1.3.6.1.4.1.9586.100.4.2.21
262         NAME 'hostname'
263         DESC 'FQDN of the server'
264         EQUALITY caseIgnoreIA5Match
265         SUBSTR caseIgnoreIA5SubstringsMatch
266         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
267
268 attributetype ( 1.3.6.1.4.1.9586.100.4.2.22
269         NAME 'machine'
270         DESC 'description of physical hardware'
271         EQUALITY caseIgnoreMatch
272         SUBSTR caseIgnoreSubstringsMatch
273         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )
274
275 attributetype ( 1.3.6.1.4.1.9586.100.4.2.23
276         NAME 'memory'
277         DESC 'amount of RAM available to server'
278         EQUALITY caseIgnoreMatch
279         SUBSTR caseIgnoreSubstringsMatch
280         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
281
282 attributetype ( 1.3.6.1.4.1.9586.100.4.2.24
283         NAME 'sponsor'
284         DESC 'name of the sponsor of this server'
285         EQUALITY caseIgnoreMatch
286         SUBSTR caseIgnoreSubstringsMatch
287         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
288
289 attributetype ( 1.3.6.1.4.1.9586.100.4.2.25
290         NAME 'sponsor-admin'
291         DESC 'email address of sponsoring server administrator'
292         EQUALITY caseIgnoreIA5Match
293         SUBSTR caseIgnoreIA5SubstringsMatch
294         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
295
296 attributetype ( 1.3.6.1.4.1.9586.100.4.2.26
297         NAME 'sshRSAHostKey'
298         DESC 'textual form of an SSH public host key compatible with known_hosts'
299         EQUALITY caseIgnoreMatch
300         SUBSTR caseIgnoreSubstringsMatch
301         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
302
303 attributetype ( 1.3.6.1.4.1.9586.100.4.2.27
304         NAME 'status'
305         DESC 'administrative status of server'
306         EQUALITY caseIgnoreMatch
307         SUBSTR caseIgnoreSubstringsMatch
308         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
309
310 attributetype ( 1.3.6.1.4.1.9586.100.4.2.28
311         NAME 'gecos'
312         DESC 'The GECOS field; the common name'
313         EQUALITY caseIgnoreMatch
314         SUBSTR caseIgnoreSubstringsMatch
315         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
316
317 attributetype ( 1.3.6.1.4.1.9586.100.4.2.29
318         NAME 'gid'
319         DESC 'Group Name'
320         EQUALITY caseExactIA5Match
321         SUBSTR caseExactIA5SubstringsMatch
322         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
323
324 attributetype ( 1.3.6.1.4.1.9586.100.4.2.30
325         NAME 'gender'
326         DESC 'ISO 5218 representation of human gender'
327         EQUALITY integerMatch
328         SINGLE-VALUE
329         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27{1} )
330
331 attributetype ( 1.3.6.1.4.1.9586.100.4.2.31
332         NAME 'birthDate'
333         DESC 'Date of birth in YYYYMMDD format'
334         EQUALITY numericStringMatch
335         SINGLE-VALUE
336         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{8} )
337
338 attributetype ( 1.3.6.1.4.1.9586.100.4.2.32
339         NAME 'mailDisableMessage'
340         DESC 'Message returned when all mail is disabled'
341         EQUALITY caseIgnoreIA5Match
342         SUBSTR caseIgnoreIA5SubstringsMatch
343         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
344
345 attributetype ( 1.3.6.1.4.1.9586.100.4.2.33
346         NAME 'purpose'
347         DESC 'purposes of this server'
348         EQUALITY caseIgnoreMatch
349         SUBSTR caseIgnoreSubstringsMatch
350         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
351
352 attributetype ( 1.3.6.1.4.1.9586.100.4.2.34
353         NAME 'physicalHost'
354         DESC 'FQDN of the physical host of this virtual server'
355         EQUALITY caseIgnoreIA5Match
356         SUBSTR caseIgnoreIA5SubstringsMatch
357         SINGLE-VALUE
358         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
359
360 attributetype ( 1.3.6.1.4.1.9586.100.4.2.35
361         NAME 'VoIP'
362         DESC 'VoIP URL to communicate with that person'
363         EQUALITY caseIgnoreIA5Match
364         SUBSTR caseIgnoreIA5SubstringsMatch
365         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
366
367 attributetype ( 1.3.6.1.4.1.9586.100.4.2.36
368         NAME 'sudoPassword'
369         DESC 'sudo password'
370         EQUALITY octetStringMatch
371         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
372
373 attributetype ( 1.3.6.1.4.1.9586.100.4.2.37
374         NAME 'subGroup'
375         DESC 'name of other group for which membership implied by memberschip to this group'
376         EQUALITY caseIgnoreIA5Match
377         SUBSTR caseIgnoreIA5SubstringsMatch
378         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
379
380
381 # Public object classes
382
383 objectclass ( 1.3.6.1.4.1.9586.100.4.1.1
384         NAME 'debianAccount'
385         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
386         SUP top AUXILIARY
387         MUST ( cn $ uid $ uidNumber $ gidNumber )
388         MAY ( userPassword $ loginShell $ gecos $ homeDirectory $ description $ mailDisableMessage $ sudoPassword ) )
389
390 objectclass ( 1.3.6.1.4.1.9586.100.4.1.2
391         NAME 'debianGroup'
392         SUP top STRUCTURAL
393         DESC 'attributes used for Debian groups'
394         MUST ( gid $ gidNumber )
395         MAY ( description $ subGroup ) )
396
397 # Experimental attribute types
398
399 # There are existing schemas for doing DNS in LDAP; would one of
400 # these be better?  c.f. draft-miller-dns-ldap-schema-00 (expired)
401 attributetype ( 1.3.6.1.4.1.9586.100.4.4.2
402         NAME 'dnsZoneEntry'
403         DESC 'DNS zone record for user'
404         EQUALITY octetStringMatch
405         SUBSTR caseIgnoreSubstringsMatch
406         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
407
408 # rfc822mailbox (RFC1274) is recommended as a replacement for this in
409 # general.
410 attributetype ( 1.3.6.1.4.1.9586.100.4.4.3
411         NAME 'emailForward'
412         DESC 'forwarding address for email sent to this account'
413         EQUALITY caseIgnoreIA5Match
414         SUBSTR caseIgnoreIA5SubstringsMatch
415         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
416
417 # Network Associates also has a schema for PGP keys / key IDs which may
418 # or may not be applicable:
419 # http://www.openldap.org/lists/openldap-devel/200010/msg00071.html
420 attributetype ( 1.3.6.1.4.1.9586.100.4.4.4 
421         NAME 'keyFingerPrint'
422         EQUALITY caseIgnoreMatch  
423         SUBSTR caseIgnoreSubstringsMatch
424         SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 )
425
426 # Rather Debian-specific, not useful to the public.
427 attributetype ( 1.3.6.1.4.1.9586.100.4.4.5 
428         NAME 'privateSub'
429         DESC 'email subscription address for debian-private mailing list'
430         EQUALITY caseIgnoreIA5Match
431         SUBSTR caseIgnoreIA5SubstringsMatch
432         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
433
434 # Echelon attributes; re-evaluate later
435 attributetype ( 1.3.6.1.4.1.9586.100.4.4.6
436         NAME 'accountComment'
437         DESC 'additional comments regarding the account status'
438         EQUALITY caseIgnoreIA5Match
439         SUBSTR caseIgnoreIA5SubstringsMatch
440         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
441
442 attributetype ( 1.3.6.1.4.1.9586.100.4.4.7
443         NAME 'accountStatus'
444         DESC 'Debian developer account status'
445         EQUALITY caseIgnoreIA5Match
446         SUBSTR caseIgnoreIA5SubstringsMatch
447         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
448
449 # mail attributes; not public information
450 attributetype ( 1.3.6.1.4.1.9586.100.4.4.8
451         NAME 'mailCallout'
452         DESC 'Whether or not to require a successful callout attempt on email delivery'
453         EQUALITY booleanMatch
454         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
455
456 attributetype ( 1.3.6.1.4.1.9586.100.4.4.9
457         NAME 'mailGreylisting'
458         DESC 'Whether or not to perform greylisting on email delivery'
459         EQUALITY booleanMatch
460         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
461
462 attributetype ( 1.3.6.1.4.1.9586.100.4.4.11
463         NAME 'mailRBL'
464         DESC 'RBL sites to check at SMTP accept time'
465         EQUALITY caseIgnoreIA5Match
466         SUBSTR caseIgnoreIA5SubstringsMatch
467         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
468
469 attributetype ( 1.3.6.1.4.1.9586.100.4.4.12
470         NAME 'mailRHSBL'
471         DESC 'RHSBL sites to check at SMTP accept time'
472         EQUALITY caseIgnoreIA5Match
473         SUBSTR caseIgnoreIA5SubstringsMatch
474         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
475
476 attributetype ( 1.3.6.1.4.1.9586.100.4.4.13
477         NAME 'mailWhitelist'
478         DESC 'sites to whitelist from additional SMTP accept time checks'
479         EQUALITY caseIgnoreIA5Match
480         SUBSTR caseIgnoreIA5SubstringsMatch
481         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
482
483 # Experimental objectclasses:
484
485 objectclass ( 1.3.6.1.4.1.9586.100.4.3.1
486         NAME 'debianDeveloper'
487         DESC 'additional account attributes used by Debian'
488         SUP top AUXILIARY
489         MUST ( uid $ cn $ sn )
490         MAY ( accountComment $ accountStatus $ activity-from $
491               activity-pgp $ allowedHost $ comment $ countryName $
492               dnsZoneEntry $ emailForward $ icqUin $ ircNick $
493               jabberJID $ keyFingerPrint $ latitude $ longitude $ mn $
494               onVacation $ privateSub $ sshRSAAuthKey $ supplementaryGid $
495               access $ gender $ birthDate $ mailCallout $ mailGreylisting $
496               mailRBL $ mailRHSBL $ mailWhitelist $ VoIP
497         ) )
498
499 objectclass ( 1.3.6.1.4.1.9586.100.4.3.2
500         NAME 'debianServer'
501         DESC 'Internet-connected server associated with Debian'
502         SUP top STRUCTURAL
503         MUST ( host $ hostname )
504         MAY ( c $ access $ admin $ architecture $ bandwidth $ description $ disk $
505               distribution $ l $ machine $ memory $ sponsor $
506               sponsor-admin $ sshRSAHostKey $ status $ purpose $ physicalHost
507         ) )
508
509 objectclass ( 1.3.6.1.4.1.9586.100.4.3.3
510         NAME 'debianRoleAccount'
511         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
512         SUP account STRUCTURAL
513         MAY ( emailForward $ supplementaryGid $ allowedHost $ labeledURI $
514               mailCallout $ mailGreylisting $ mailRBL $ mailRHSBL $
515               mailWhitelist $ dnsZoneEntry
516         ) )