Fedora core3 サーバ設定メモ

なんかちがうきもするが、執筆中てんぷ(ようするにハマリちゅう)

dovecot

- 必須
# yum -y install postgresql
# yum -y install postgresql-pl.i386
# /etc/rc.d/init.d/postgresql start

Feb 24 00:14:05 ns dovecot-auth: Error in configuration file /etc/dovecot/dovecot-sql.conf line 24: Unknown setting: driver

- Dovecotをソースからコンパイル
./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --with-pgsql
- configファイルを
# cd /usr/local/etc/
# cp dovecot-example.conf dovecot.conf
- 素の場合 dovecotユーザがいない
# /usr/sbin/groupadd -g 97 dovecot
# /usr/sbin/useradd -g 97 -u 97 -d /usr/libexec/dovecot -s /sbin/nologin dovecot
# chown -R root.root /usr/libexec/dovecot
# chmod 755 /usr/libexec/dovecot
- /usr/local/sbin/dovecot
- /usr/local/etc/dovecot.conf

aaa


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2020-03-12 (木) 09:59:18