1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
option('idn2', type : 'feature', description : 'Use IDN2 in qmail-remote')
option('build-user', type : 'boolean', value : true)
option('build-srs', type : 'boolean', value : true)
option('build-server', type : 'boolean', value : true)
option('build-queue', type : 'boolean', value : true)
option('build-pam', type : 'boolean', value : true)
option('build-log', type : 'boolean', value : true)
option('build-control', type : 'boolean', value : true)
option('build-forward', type : 'boolean', value : true)
option('build-setup', type : 'boolean', value : true)
option('build-pop', type : 'boolean', value : true)
option('build-dns', type : 'boolean', value : true)
option('build-dkim', type : 'boolean', value : true)
option('build-clients', type : 'boolean', value : true)
option('build-mbox', type : 'boolean', value : true)
option('build-base', type : 'boolean', value : true)
option('build-analog', type : 'boolean', value : true)
option('break', type : 'string', value : '-')
option('patrn', type : 'string', value : '002')
option('spawn', type : 'integer', value : 120)
option('split', type : 'combo', choices : ['23', '127', '521', '1223'],
description : 'This is the queue subdirectory split.')
option('nofiles', type : 'integer', value : 2108, description : 'sqmail group for auxiliar files')
option('sqmail', type : 'integer', value : 2109, description : 'sqmail group for binary files')
option('alias', type : 'integer', value : 7790, description : 'sqmail Alias user:nofiles:alias')
option('qmaild', type : 'integer', value : 7791, description : 'sqmail Daemon user:nofiles')
option('qmaill', type : 'integer', value : 7792, description : 'sqmail Log user:nofiles')
option('qmailp', type : 'integer', value : 7793, description : 'sqmail Password user:nofiles')
option('qmailq', type : 'integer', value : 7794, description : 'sqmail Queue user:sqmail:queue')
option('qmailr', type : 'integer', value : 7795, description : 'sqmail Remote user:sqmail')
option('qmails', type : 'integer', value : 7796, description : 'sqmail Send user:sqmail')
option('sqmtls', type : 'integer', value : 7797, description : 'sqmail TLS user:nofiles:ssl')
|