Re: nginx mail proxy

2021-11-21 Thread Gokan Atmaca
> The very thing nginx tells you in the error message - "mail" directive > is not recognized. Probably your installation is missing libnginx-mod-mail. I showed above. There is a module. (nginx -V --with-mail) I compiled nginx manually. There seems to be a module. I added the email while compiling.

Re: nginx mail proxy

2021-11-21 Thread Reco
Hi. On Sun, Nov 21, 2021 at 02:27:52PM +0300, Gokan Atmaca wrote: > What could be the problem? The very thing nginx tells you in the error message - "mail" directive is not recognized. Probably your installation is missing libnginx-mod-mail. Reco

nginx mail proxy

2021-11-21 Thread Gokan Atmaca
Hello I want to configure email proxy server with Nginx. Actually I already do this with Postfix. But my goal is to make it Nginx. To learn... I have configured Nginx with email module. You can see it below. # nginx -V nginx version: nginx/1.20.2 built by gcc 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)