Welcome! Log In Create A New Profile

Advanced

Mail Proxy Error

Posted by sumitsrjhs 
Mail Proxy Error
January 17, 2014 04:50AM
Hi

I am using nginx mail proxy for Lotus Domino Server. Its working fine on LAN, but while accessing from WAN, the replication shows "Network Error:Buffer was too small".

The code i am using is here :

mail
{
auth_http localhost/auth.php;
server_name Server;
pop3_auth plain apop cram-md5;
pop3_capabilities "LAST" "TOP" "USER" "PIPELINING" "UIDL";
smtp_auth login plain cram-md5;
smtp_capabilities "SIZE 10485760" ENHANCEDSTATUSCODES 8BITMIME DSN;
xclient off;
proxy_buffer 64000k;
server {
listen 25;
protocol smtp;
proxy on;
}
server {
listen 1352;
protocol smtp;
proxy on;
}
}
Please help on this
Sorry, only registered users may post in this forum.

Click here to login

Online Users

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