Re: [Exim] Exim+Vpopmail

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Robert
Kopio: exim-users
Aihe: 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