[Dovecot] Director and backend on the same server

Timo Sirainen tss at iki.fi
Tue May 29 20:31:06 EEST 2012


On 29.5.2012, at 17.23, James Devine wrote:

> I setup the static passdb like:
> 
> passdb {
>  driver = static
>  args = proxy=y port=10024 nopassword=y
> }
> 
> and this works fine for the lmtp service, would I have to run a director
> per protocol or can they be combined into one somehow?

I think you can do:

protocol lmtp {
  passdb {
    driver = static
    args = proxy=y port=10024 nopassword=y
  }
}

And the same for other protocols.




More information about the dovecot mailing list