-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
57 lines (40 loc) · 1.15 KB
/
README
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
DRAC plugin for Dovecot-2.x
Requirements
-------------
The following softwares are required.
* dovecot-2.x
* libdrac
Installation
-------------
1) Build
Specify the dovecot source directory and run make command.
$ make DOVDIR=../dovecot-2.0.13
You can specify the drac lib directory.
$ make DOVDIR=../dovecot-2.0.14 LDFLAGS=-L/usr/local/drac/lib
2) Install
Copy "drac_plugin.so" to the dovecot lib directory.
$ su
# cp -pi drac_plugin.so /usr/lib64/dovecot/modules/
3) Configuration for dovecot
Add "drac" to mail_plugins field.
ex: /etc/dovecot/conf.d/10-mail.conf
===================
mail_plugins = drac
===================
Add "dracdserver" and "dracdtimeout" to plugin field.
ex: /etc/dovecot/conf.d/90-plugin.conf
===========================
plugin {
...snip...
dracdserver = localhost
dracdtimeout = 60
}
===========================
Restart or reload dovecot daemon.
# service dovecot restart
Download
-------------
http://sourceforge.jp/projects/dovecot2-drac/
Bug report to
-------------
Please send email to our sourceforge address.