Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 3 of 3
I run a server which builds and offers all latest nginx (and many other packages) deb releases for Debian and Ubuntu latest distributions:
- Debian (Bookworm at the time of writing): https://git.sdxlive.com/DR/tree/Debian/pool/stable/n/nginx
- Ubuntu (Jammy at the time of writing): https://git.sdxlive.com/PPA/tree/Ubuntu/pool/stable/n/nginx
It's my way of giving back to the open source commu
by
actionmystique
-
New Member Introductions
I just need nginxauth.cgi to hand over the authentication process to the imap backend.
by
actionmystique
-
How to...
I'm trying to configure NGINX as a Mail Proxy Server using this example: https://docs.nginx.com/nginx/admin-guide/mail-proxy/mail-proxy/
I came up with this configuration:
mail
{
server_name mail.example.com;
ssl on;
starttls on;
include ssl_settings;
server
{
listen
by
actionmystique
-
How to...