1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

qmail+vpopmail環境にIMAP(dovecot)を導入するときのTips

Posted at

前提条件:

・centos5x
・qmail+vpopmail環境導入済
・dovecotをSRPMで導入
・vpopmailが/home以下にインストールされている

発生した事象:

・dovecotが起動しない
maillog:
dovecot: Auth process died too early - shutting down
dovecot: auth(default): Unknown passdb driver 'vpopmail' (typo, or Dovecot was built without support for it? Check with dovecot --build-options)

対策:

vpopmail認証と連携させたければ、SPECファイルを、
%configure \ --with-vpopmail=/home/vpopmail
のように、vpopmail認証の指定だけでなくパスも指定する必要があった

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?