aboutsummaryrefslogtreecommitdiff
path: root/README.solaris
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2010-03-09 16:37:48 +0000
committerDimitri Sokolyuk <demon@dim13.org>2010-03-09 16:37:48 +0000
commit335bd0d855dc2cd0b2b6c1f666fd7402afb591ca (patch)
tree8535af5c9378ac29bd8a4ef18bd335cd65c7edeb /README.solaris
bogom 1.9.2 import
Diffstat (limited to 'README.solaris')
-rw-r--r--README.solaris37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.solaris b/README.solaris
new file mode 100644
index 0000000..eb90553
--- /dev/null
+++ b/README.solaris
@@ -0,0 +1,37 @@
+Solaris notes
+-------------
+
+The information in README applies, so read it too.
+
+Tested with:
+
+ bogom 1.8.2
+ Solaris 10
+ gcc 3.4.3
+ Sendmail 8.13.3+Sun
+
+Build command:
+
+ $ gmake CC=gcc LIBS="-lmilter -lpthread -lsocket -lnsl"
+
+Caveats:
+
+ Man page is in BSD man pages' format and needs mdoc macros
+
+About file descriptor limit:
+
+ This is a problem related to 23-bit applications running on
+ Solaris, that has been fixed on Solaris 10.
+
+ There have been reports of this issue with the milter under
+ high load and several threads running. The milter was built
+ with Sun Strudio 12.
+
+ bogom 1.9.1 and later have a fix, but this hasn't been tested
+ deeply.
+
+ Further information:
+ http://developers.sun.com/solaris/articles/stdio_256.html
+
+* EOF *
+