-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.j
58 lines (41 loc) · 1.42 KB
/
README.j
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
DRAC plugin for Dovecot-2.x
必要なもの
-------------
以下が必要です。
* dovecot-2.x
* libdrac
インストール手順
-------------
1) ビルド
dovecotのソースディレクトリを DOVDIR で指定して、make を実行します。
$ make DOVDIR=../dovecot-2.0.13
LDFLAGSで drac のディレクトリを指定できます。
$ make DOVDIR=../dovecot-2.0.14 LDFLAGS=-L/usr/local/drac/lib
2) インストール
作成された drac_plugin.so を dovecot のライブラリが置かれている
ディレクトリにコピーします。
$ su
# cp -pi drac_plugin.so /usr/lib64/dovecot/modules/
3) dovecot の設定
mail_plugins に drac を追加します。
たとえば、/etc/dovecot/conf.d/10-mail.conf に以下を追加します。
===================
mail_plugins = drac
===================
plugin 内に、dracdserver および dracdtimeout を記述します。
たとえば、/etc/dovecot/conf.d/90-plugin.conf に以下を追加します。
===========================
plugin {
...中略...
dracdserver = localhost
dracdtimeout = 60
}
===========================
dovecot を再起動します。
# service dovecot restart
ダウンロード
-------------
http://sourceforge.jp/projects/dovecot2-drac/
連絡先
-------------
上記sourceforgeサイトを参照してください。