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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180625/358acaa8/attachment-0001.html>
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" <stephan at rename-it.nl> 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180803/b7467dfd/attachment.html>
Hi! With static db, you should use args instead override_fields. Aki> On 03 August 2018 at 16:42 grupo correo <grupodecorreo10 at gmail.com> 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" <stephan at rename-it.nl> 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.