Index: openacs-4/packages/acs-mail-lite/www/doc/imap-install.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/imap-install.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-mail-lite/www/doc/imap-install.adp 19 Feb 2018 18:33:47 -0000 1.2 +++ openacs-4/packages/acs-mail-lite/www/doc/imap-install.adp 3 Sep 2024 15:37:33 -0000 1.3 @@ -1,6 +1,6 @@ - @title;noquote@ - @context;noquote@ + @title;literal@ + @context;literal@

@title@

These notes augment nsimap documentation at https://bitbucket.org/naviserver/nsimap. @@ -58,7 +58,7 @@

     # aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024, 
     # which is standard for most OS distributions
-    # For freebsd systems, uncomment following line:
+    # For FreeBSD systems, uncomment following line:
     ulimit -n 1024
   

Note: This does not fix any problem associated with a crash, only makes problem evaporate for low volume traffic sites.

@@ -68,7 +68,7 @@ apt-get install libssl-dev libpam-unix2 libpam0g-dev libkrb5-dev

Build panda-imap with:

make ldb EXTRACFLAGS=-fPIC -

If your system requires ipv4 only, add the flags: +

If your system requires IPv4 only, add the flags: IP=4 IP6=4 SSLTYPE=nopwd like this:

make ldb EXTRACFLAGS=-fPIC IP=4 IP6=4 SSLTYPE=nopwd

Some of these are defaults, but the defaults weren't recognized on the test system,