File: scalemail.conf

package info (click to toggle)
scalemail 0.18-0.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 304 kB
  • ctags: 441
  • sloc: python: 2,577; sh: 73; makefile: 4
file content (55 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[Scalemail]
# Directory used for storing the mails.
# spool = /var/spool/scalemail

# LDAP attribute that stores user@host information.
# ldap-attribute-mail = mail

# LDAP attribute that stores the backend host for user.
# ldap-attribute-mailhost = scaleMailHost

# LDAP attribute that stores the quota for user.
# ldap-attribute-mailquota = scaleMailQuota

# LDAP attribute with address to forward email to.
# Local delivery is skipped if this is set.
# ldap-attribute-mailforward = scaleMailForward

# LDAP attribute with address to forward email to.
# Local delivery is not skipped.
# ldap-attribute-mailforwardcopy = scaleMailForwardCopy

# LDAP attribute with addresses that are aliases for an account.
# ldap-attribute-alias = scaleMailAlias

# LDAP attribute with away intervals and messages.
# ldap-attribute-away = scaleMailAway

# LDAP attribute that has the full name of the user
# ldap-attribute-fullname = cn

# Port to listen on for SMTP connections
# smtp-port = 8025

# Delimiters of account and folder in an email address.
# recipient-delimiters = +

## Postfix virtual(5) map support

# IP address to bind to
# virtual-map-interface = 127.0.0.1

# Port to listen to
# virtual-map-port = 8026

[BaseDN]
#map-domain example.com = ou=People,dc=example,dc=com
#map-domain example.org = ou=Virtual Mail Users,ou=IT,o=Example Organization,c=US

#[Service-Location ou=People,dc=example,dc=com]
#host = localhost

#[Service-Location ou=Virtual Mail Users,ou=IT,o=Example Organization,c=US]
#host = ldap.example.org
#port = 8389