My nginx error.log shows the following:
*5 upstream sent invalid response: "* CAPABILITY IMAP4rev1 UNSELECT IDLE
NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE
MOVE CONDSTORE ESEARCH
a1 OK t...@example.com Test User authenticated (Success)" while reading
response from
Thank you. That is what I thought and have implimented. Tracing the
problem further, my imap connection successfully authenticates and then gets
a "connection closed by foreign host" going through nginx. The pop
connection works just fine, but imap fails.
I have nginx configured to enter on por
On Jan 13, 2014, at 2:27 , bidwell wrote:
> I need to map from username to login name where I wish to map from just
> username to usern...@domain.org for gmail and windomain\username for an
> exchange server. Is there a way for me to build in hooks to change the
> username before connecting. I c
I need to map from username to login name where I wish to map from just
username to usern...@domain.org for gmail and windomain\username for an
exchange server. Is there a way for me to build in hooks to change the
username before connecting. I can to that in my mailauth.pm module but
don't know