Thanks,
It works for me now.
The error "550 5.7.1 Client does not have permissions to send as this
sender" is because our SMTP back-end did not accept SMTP relay from NGINX.
Configure SMTP backend allow NGINX relay fix my error.
I used xclient-> on, when I try to auth login, SMTP backend return e
Thanks Max,
I could config NGINX work for POP3,
But in SMTP, I just could do auth login only, when send a test email, an
error message appear ( using telnet )
--
telnet 192.168.1.15 25
220 mailproxy ESMTP ready
auth login
334 VXNlcm5hbWU6
x
I found that link before,
Things I wonder is that where "localhost:9000/cgi-bin/auth;" is coming
from? Is it a http URL ?
I don't know how to define "localhost:9000/cgi-bin/auth" URL for auth_http
Sorry if my question is so silly. I'm very new to NGINX.
Thanks
Posted at Nginx Forum:
http://for
Thanks for your respond.
So we must 1st setup an HTTP authentication server (PHP or something ) for
auth_http, right ?
Could you tell me a little more how to setup this HTTP authen URL ?
In my example:
NGINX server IP: 192.168.1.100
POP3 / SMTP server IP : 192.168.1.101
Hi there,
Is NGINX support Microsoft Exchange POP3 / SMTP ???
If yes, can anyone help me to config NGINX as reverse proxy for MS Exchange.
Followed the link : http://wiki.nginx.org/ImapProxyExample but I could
still dont understand where to put the IP POP3/IMAP target server's IP
Many thanks.
T