Sorry for the delay but I had to do some digging to find the
file.

Enjoy

On Thu, Nov 09, 2000 at 08:08:02AM +0100, J�rgen Persson wrote:
> On Wed, Nov 08, 2000 at 02:31:04PM -0800, Matt Harrington wrote:
[snip]
> > I hear that some people had success with OSX-Server, but I don't see why
> > OSX (non-server) would be any different with respect to a program like
> > qmail.
> 
> I've managed to compile qmail under MacOSX-server and from what I
> remember I had some similar problems. I don't know it all by
> heart since it was about 18 months ago :) but I think I still
> have some notes about it. I'll mail it to the list later on
> today.

-- 
J�rgen Persson
A short howto install Qmail-1.03 under Mac OS X (G.M 1.1).

You still have to read and follow the README
except for obivous changes.

 1) Go to the source

 2) After reading INSTALL.ids, add the users and the groups
    through the graphical application "Network Manager".

 3) Edit the file conf-ld, change
       cc -s
    into
       cc

 4) Run "make setup check"

 5) ./load qmail-pop3d will cause some errors.

 6) Type the command manually and add strerr_sys.o and error_str.o
    to the end, ie
       ./load qmail-pop3d commands.o case.a timeoutread.o \
       timeoutwrite.o maildir.o prioq.o now.o env.a strerr.a sig.a \
       open.a getln.a stralloc.a alloc.a substdio.a error.a str.a \
       fs.a  `cat socket.lib` strerr_sys.o error_str.o

 7) Run "make setup check" again

 8) Done

 9) Put the startup scripts in /etc/rc.common or /etc/startup

10) You can strip the binaries afterwards
       strip /var/qmail/bin/*

Reply via email to