-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimaplet.cf
More file actions
62 lines (42 loc) · 1.1 KB
/
imaplet.cf
File metadata and controls
62 lines (42 loc) · 1.1 KB
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
56
57
58
59
60
61
62
# configuration file
# maximum email size in bytes
max_msg_size 10000000
# server name in capability response
imap_name imaplet
# imap server address, this is always the loopback
# the front-end server handles either regular or ssl connection
imap_addr 127.0.0.1
# internal imap server port
imap_port 6000
# irminsule storage address
irmin_addr 127.0.0.1
# irminsule storage port
irmin_port 6001
# irminsule location
irmin_path /tmp/irmin/test
# lmtp server address, always the loopback
lmtp_addr 127.0.0.1
# lmtp server port
lmtp_port 24
# imap server address for outside connections
addr 127.0.0.1
# imap server port for outside connections
port 993
# is ssl enabled
ssl true
# is starttls enabled
starttls true
# inbox location, used for building irmin from mbox
inbox_path /var/mail
# mailboxes location, used for building irmin from mbox
mail_path /Users/@/mail
# rebuild irminsule on start up, not enabled yet
#rebuild_irmin false
# pem/key path default datadir/imaplet
#cert_path ""
# pem name
pem_name server.pem
# key name
key_name server.key
# users path default datadir/imaplet
#users_path ""