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