Welcome! Log In Create A New Profile

Advanced

Re: Mail Proxy for two domains nehind NAT

February 21, 2018 04:56AM
Thanks Maxim, how should I put all in one server block because I thought the logic will be as follow:

mail {
auth_http 127.0.0.1/auth.php;

imap_capabilities "IMAP4rev1" "UIDPLUS";

server {
listen 0.0.0.0:143;
server_name mail.domainA.com;
protocol imap;
proxy on;
}

server {
listen 0.0.0.0:143;
server_name mail.domainB.com;
protocol imap;
proxy on;
}

}


Thanks for helping.

Regards,
YSC
Subject Author Posted

Mail Proxy for two domains nehind NAT

entpneur February 11, 2018 08:57PM

Re: Mail Proxy for two domains nehind NAT

Maxim Dounin February 12, 2018 07:52AM

Re: Mail Proxy for two domains nehind NAT

entpneur February 21, 2018 04:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 167
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