Re: Proxy lmtp to smtp server

2018-08-03 Thread Aki Tuomi
with passdb static, you should use args. The args field is parsed and exported 
to passdb variables.

https://wiki.dovecot.org/PasswordDatabase/Static

Aki

> On 03 August 2018 at 16:53 grupo correo  wrote:
> 
> 
> Excuse me, is a error a use args not override_fields.
> 
> BEST regards
> 
> 
> El vie., 3 ago. 2018 15:46, Aki Tuomi  escribió:
> 
> > Hi!
> >
> > With static db, you should use args instead override_fields.
> >
> > Aki
> >
> > > On 03 August 2018 at 16:42 grupo correo 
> > wrote:
> > >
> > >
> > > Hi,
> > > I have configured 20-lmtp conf file to use proxy and into the protocol
> > > section i added:
> > >
> > > passdb {
> > >   driver = static
> > >   override_fields = proxy=y protocol=smtp port=25 host=x.x.x.x
> > >
> > > }
> > >
> > > But is not reading this configuration. I do not understand how is
> > working.
> > >
> > > BEST regards
> > >
> > > El 25 jun. 2018 9:46 p. m., "Stephan Bosch" 
> > escribió:
> > >
> > >
> > >
> > > Op 25/06/2018 om 21:42 schreef Stephan Bosch:
> > >
> > >
> > >
> > > Op 14/06/2018 om 22:24 schreef grupo correo:
> > >
> > > Hi,
> > > I need to use lmtp server proxy, to proxy a remote smtp server, the
> > > documentation says "It's possible to use Dovecot LMTP server as a proxy
> > to
> > > remote LMTP or SMTP servers", but i do not find how to configure. Can
> > > anybody gel me to understand?
> > >
> > >
> > > https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
> > >
> > > However, the protocol field appears to be undocumented:
> > >
> > > https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382
> > >
> > > This is also important:
> > >
> > > https://wiki2.dovecot.org/LMTP#LMTP_Proxying
> > >
> > > Regards,
> > >
> > > Stephan.
> >


Re: Proxy lmtp to smtp server

2018-08-03 Thread grupo correo
Excuse me, is a error a use args not override_fields.

BEST regards


El vie., 3 ago. 2018 15:46, Aki Tuomi  escribió:

> Hi!
>
> With static db, you should use args instead override_fields.
>
> Aki
>
> > On 03 August 2018 at 16:42 grupo correo 
> wrote:
> >
> >
> > Hi,
> > I have configured 20-lmtp conf file to use proxy and into the protocol
> > section i added:
> >
> > passdb {
> >   driver = static
> >   override_fields = proxy=y protocol=smtp port=25 host=x.x.x.x
> >
> > }
> >
> > But is not reading this configuration. I do not understand how is
> working.
> >
> > BEST regards
> >
> > El 25 jun. 2018 9:46 p. m., "Stephan Bosch" 
> escribió:
> >
> >
> >
> > Op 25/06/2018 om 21:42 schreef Stephan Bosch:
> >
> >
> >
> > Op 14/06/2018 om 22:24 schreef grupo correo:
> >
> > Hi,
> > I need to use lmtp server proxy, to proxy a remote smtp server, the
> > documentation says "It's possible to use Dovecot LMTP server as a proxy
> to
> > remote LMTP or SMTP servers", but i do not find how to configure. Can
> > anybody gel me to understand?
> >
> >
> > https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
> >
> > However, the protocol field appears to be undocumented:
> >
> > https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382
> >
> > This is also important:
> >
> > https://wiki2.dovecot.org/LMTP#LMTP_Proxying
> >
> > Regards,
> >
> > Stephan.
>


Re: Proxy lmtp to smtp server

2018-08-03 Thread Aki Tuomi
Hi!

With static db, you should use args instead override_fields.

Aki

> On 03 August 2018 at 16:42 grupo correo  wrote:
> 
> 
> Hi,
> I have configured 20-lmtp conf file to use proxy and into the protocol
> section i added:
> 
> passdb {
>   driver = static
>   override_fields = proxy=y protocol=smtp port=25 host=x.x.x.x
> 
> }
> 
> But is not reading this configuration. I do not understand how is working.
> 
> BEST regards
> 
> El 25 jun. 2018 9:46 p. m., "Stephan Bosch"  escribió:
> 
> 
> 
> Op 25/06/2018 om 21:42 schreef Stephan Bosch:
> 
> 
> 
> Op 14/06/2018 om 22:24 schreef grupo correo:
> 
> Hi,
> I need to use lmtp server proxy, to proxy a remote smtp server, the
> documentation says "It's possible to use Dovecot LMTP server as a proxy to
> remote LMTP or SMTP servers", but i do not find how to configure. Can
> anybody gel me to understand?
> 
> 
> https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
> 
> However, the protocol field appears to be undocumented:
> 
> https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382
> 
> This is also important:
> 
> https://wiki2.dovecot.org/LMTP#LMTP_Proxying
> 
> Regards,
> 
> Stephan.


Re: Proxy lmtp to smtp server

2018-08-03 Thread grupo correo
Hi,
I have configured 20-lmtp conf file to use proxy and into the protocol
section i added:

passdb {
  driver = static
  override_fields = proxy=y protocol=smtp port=25 host=x.x.x.x

}

But is not reading this configuration. I do not understand how is working.

BEST regards

El 25 jun. 2018 9:46 p. m., "Stephan Bosch"  escribió:



Op 25/06/2018 om 21:42 schreef Stephan Bosch:



Op 14/06/2018 om 22:24 schreef grupo correo:

Hi,
I need to use lmtp server proxy, to proxy a remote smtp server, the
documentation says "It's possible to use Dovecot LMTP server as a proxy to
remote LMTP or SMTP servers", but i do not find how to configure. Can
anybody gel me to understand?


https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy

However, the protocol field appears to be undocumented:

https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382

This is also important:

https://wiki2.dovecot.org/LMTP#LMTP_Proxying

Regards,

Stephan.


Re: Proxy lmtp to smtp server

2018-06-25 Thread Stephan Bosch



Op 25/06/2018 om 21:42 schreef Stephan Bosch:




Op 14/06/2018 om 22:24 schreef grupo correo:

Hi,
I need to use lmtp server proxy, to proxy a remote smtp server, the 
documentation says "It's possible to use Dovecot LMTP server as a 
proxy to remote LMTP or SMTP servers", but i do not find how to 
configure. Can anybody gel me to understand?


https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy

However, the protocol field appears to be undocumented:

https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382


This is also important:

https://wiki2.dovecot.org/LMTP#LMTP_Proxying

Regards,

Stephan.


Re: Proxy lmtp to smtp server

2018-06-25 Thread Stephan Bosch



Op 14/06/2018 om 22:24 schreef grupo correo:

Hi,
I need to use lmtp server proxy, to proxy a remote smtp server, the 
documentation says "It's possible to use Dovecot LMTP server as a 
proxy to remote LMTP or SMTP servers", but i do not find how to 
configure. Can anybody gel me to understand?


https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy

However, the protocol field appears to be undocumented:

https://github.com/dovecot/core/blob/master/src/lmtp/lmtp-proxy.c#L382

Regards,

Stephan.


Proxy lmtp to smtp server

2018-06-14 Thread grupo correo
Hi,
I need to use lmtp server proxy, to proxy a remote smtp server, the
documentation says "It's possible to use Dovecot LMTP server as a proxy to
remote LMTP or SMTP servers", but i do not find how to configure. Can
anybody gel me to understand?

Best regards