On Fri, Feb 16, 2007 at 04:33:27PM +0000, Eur Ing Chris Green wrote: > Does anyone have any suggestions for a 'light' MTA that will actually > compile on Solaris 2.6. I've tried the ones in the above list and
I had good luck with the _original_ nbsmtp-0.8.tgz (9,687 bytes). Unfortuately the project was taken over by someone else who put a bunch of unwanted features that made the code no longer portable. Anyway if you can find release 0.8, the following is tested: % gzip -dc /usr/local/tars/mutt/nbsmtp-0.8.tgz | tar xf - % gcc -O3 -o nbsmtp -lsocket -lnsl nbsmtp.c % strip nbsmtp % su # chown root:bin nbsmtp # chmod 555 nbsmtp -- henry nelson WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/