Maxim Dounin
March 02, 2018 11:30AM
Hello!

On Fri, Mar 02, 2018 at 09:54:31AM -0500, peanky wrote:

> > Bacause nginx smtp proxy is designed to protect / balance your own
> > smtp backends. If you want to proxy to external smtp servers,
> > consider using other solutions.
>
> Thank you for answer!
> 1. what is the diff between "my smtp" and "3rd party smtp" from technical
> point of view?

The difference is assumptions made during development, and
solutions implemented according to these assumptions. Most
obvious ones are, as already mentioned in this thread:

- you don't need to bother with authenticating to a backend, but
can use XCLIENT instead;

- you don't need to use SSL to your backends, and can assume
secure internal network instead.

Others include various protocol limitations when it comes to
talking to backends (some exotic yet valid responses might not be
recognized properly), and lack of various negotiations - e.g.,
SMTP pipelining must be supported by the backend if you list it in
the smtp_capabilities.

> 2. which other solutions can you imagine? It's very interesting!

This depends on what you are trying to do. In some basic cases a
TCP proxy as provided by the nginx stream module might do the
trick. In some other - a properly configured SMTP server will be
enough.

> 3. I've heared that "nginx mail module supports only non-ssl backeds". It's
> true?

Yes.

--
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx mail proxy

imwack March 21, 2015 12:37AM

Re: Nginx mail proxy

Maxim Dounin March 21, 2015 10:38AM

Re: Nginx mail proxy

imwack March 22, 2015 12:17AM

Re: Nginx mail proxy

Maxim Dounin March 22, 2015 06:50AM

Re: Nginx mail proxy

peanky March 01, 2018 05:55AM

Re: Nginx mail proxy

Maxim Dounin March 01, 2018 08:34AM

Re: Nginx mail proxy

peanky March 02, 2018 09:54AM

Re: Nginx mail proxy

Maxim Dounin March 02, 2018 11:30AM

Re: Nginx mail proxy

peanky March 06, 2018 02:50AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 242
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready