Dovecot

概要

Dovecot(POP3とIMAPのサーバー)のインストールと設定

ユーザー/グループ作成

[root]# groupadd dovecot

[root]# useradd -d /dev/null -s /sbin/nologin -g dovecot dovecot

[root]# groupadd dovenull

[root]# useradd -d /dev/null -s /sbin/nologin -g dovenull dovenull

インストール

[root]# yum install pam pam-devel

[root]# tar xvfz dovecot-2.x.x.tar.gz

[root]# cd dovecot-2.x.x

[root]# ./configure --with-pam

[root]# make -j3

[root]# make -j3 install

[root]# dovecot --version  # バージョン確認

[root]# cd ..

[root]# rm -vrf dovecot-2.x.x

バージョンアップ時には、インストールして再起動