X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FREADME;h=850a354605910ccfb99b638404638b4ec85fbcb9;hb=6ea4a8515023997aeb674688d2247bbabfa58aa1;hp=53a9b4a9a8759831837ef56410114271c1eebd68;hpb=0f4f2a8848bf9e6bb323ffb6a5581b088a940fd0;p=exim.git diff --git a/src/README b/src/README index 53a9b4a9a..850a35460 100644 --- a/src/README +++ b/src/README @@ -1,9 +1,9 @@ -$Cambridge: exim/src/README,v 1.1 2004/10/06 14:12:40 ph10 Exp $ +$Cambridge: exim/src/README,v 1.3 2005/08/30 10:07:58 ph10 Exp $ THE EXIM MAIL TRANSFER AGENT VERSION 4 -------------------------------------- -Copyright (c) 1995 - 2004 University of Cambridge. +Copyright (c) 1995 - 2005 University of Cambridge. See the file NOTICE for conditions of use and distribution. There is a book about Exim by Philip Hazel called "The Exim SMTP Mail Server", @@ -80,6 +80,12 @@ to which Exim has already been ported, the building process is as follows: comments in exim_monitor/EDITME about the values set therein, but in this case everything can be defaulted if you wish. +. If your system is not POSIX compliant by default, then you might experience + fewer problems if you help point the build tools to the POSIX variants. For + instance, on Solaris: + + PATH=/usr/xpg4/bin:$PATH make SHELL=/usr/xpg4/bin/sh + . Type "make". This will determine what your machine's architecture and operating system are, and create a build directory from those names (e.g. "build-SunOS5-sparc"). Symbolic links are created from the build directory @@ -342,4 +348,4 @@ GNU/Hurd doesn't (at the time of writing, June 1999) have the ioctls for finding out the IP addresses of the local interfaces. You therefore have to set local_interfaces yourself. Otherwise it will treat only 127.0.0.1 as local. -Philip Hazel +Philip Hazel