aboutsummaryrefslogtreecommitdiff
path: root/README.solaris
blob: eb9055355aee43583e3a07ae008a621446556f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 *