nginx volume mount and layer4 reverse proxing

Currently reading
nginx volume mount and layer4 reverse proxing

Looks like this is ok...

1604869276325.png
 
Last edited:
Seems using the developer tools wasn't the right suggestion, as the headers are display in small letters only.

To be sure this is only a display error and not what the response headers realy look like, I would suggest to retry with curl (it is available in the ds shell):
Code:
curl -i https://nas.?.public/mail.auth.php

If you get a certificate error use -ik to ignore certifiacte issues.

What if the nginx main module is trying to access the headers case sensitive?
Or what if another header is missing? Module ngx_mail_auth_http_module

I wish I could be more helpful, but I have zero experience with the mail module.
 
Seems using the developer tools wasn't the right suggestion, as the headers are display in small letters only.

Ye I tought about that aswell... :D

1604920156255.png


I wish I could be more helpful, but I have zero experience with the mail module.
You've been extremely helpful. Even an extra 2 sets of eyes is helpful.

Perhaps I should try to post this question on the official nginx forums.

THanks!
 
The curl output includes the expected header names wit the expected values.. beats me why it doesn't work.
There must be something ambigous or missing in the docs... if this doesn't sell like a docu bug :)

Good luck over there!

Keep us posted, I am intrigued to see how this one playes out.
 
I haven't found the time yet to create a big post on the NGINX forum on why the IMAP module isn't working as expected. Will do that asap.

In the meantime I've setup a 2nd nginx reverse proxy container on my other NAS that is in another location. With stream{} blocks i'm able to just route IMAP (all 993) traffic for my 2nd mail server as I specified the WAN IP of the other location in my public DNS record for that 2nd mail server.

I've learned so much thanks to you @one-eyed-king , the setup of the 2nd nginx reverse proxy was a peace of cake. Loaded with with the same nginx.conf (that now has 1691 lines) with a couple of adjustments and all went fine. I can now also use this 2nd nginx reverse proxy server as a 'hot-standy'-server for al my reversed HTTP traffic.


Offtopic: One day I'd do like to found out something that can monitor and gather nice analystic info from nginx. Something that can view incoming connections from which IP's from the last x days etc etc... (and store that information myself, and not into someone else's system...).
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

  • Question
No need to internally also push it to HTTPS. You can use HTTPS (public) to HTTP (internal, that works for...
Replies
3
Views
2,573
  • Solved
Yes just to close the loop on this for everyone else's benefit (for those who may come across this in the...
Replies
12
Views
17,064
Replies
21
Views
7,167
It's okay, this morning it just came up, so not sure what was happening. I deleted and re-ran the docker...
Replies
2
Views
2,381
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
570
Well, that's the reason as you already noticed. So you haven't migrated the @docker content? Do you have...
Replies
5
Views
1,961

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top