Re: [Exim] Exim+Vpopmail

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Robert
CC: exim-users
題目: Re: [Exim] Exim+Vpopmail
Robert wrote:
> Hi All,
>
> Someone worked with Exim 4.12 + Vpopmail 5.2.1
> How adopt Exim for vpopmail vpasswd files or how ask Exim to treat directory
> list as local_part.


depends.

An easy check in an acl would be

local_parts = cdb;/home/vpopmail/$domain/vpasswd.cdb

this checks for the existance of the user.
with a lookup like this, and using extract, it's easy to get all needed
informations out of the vpasswd.cdb-file.

ciao