problem in setting up proxy

Sami Ketola sami.ketola at dovecot.fi
Wed Jan 23 17:12:54 EET 2019



> On 23 Jan 2019, at 16.33, Ted <ted at easydns.com> wrote:
> 
> Hello,
> 
> Absolutely, thanks, here it is:
> 
> passdb {
>   args = nopassword=y
>   default_fields = proxy=y host=10.5.10.121
>   driver = static
>   name = static
> }

at least change this to:

passdb {
  driver = static
  name = static
  args = nopassword=y  proxy=y host=10.5.10.121
}

but not entirely sure if there is something else.

Sami


More information about the dovecot mailing list