masqmail

diff INSTALL @ 175:25b769efafe6

merge
author meillo@marmaro.de
date Wed, 14 Jul 2010 12:15:45 +0200
parents f72de1e00fa5 dbe3dadd1afe
children 8b17ea9fd17b
line diff
     1.1 --- a/INSTALL	Wed Jul 14 00:55:22 2010 +0200
     1.2 +++ b/INSTALL	Wed Jul 14 12:15:45 2010 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  Additional information may be available in docs/ or on the website.
     1.5 -For installing on GNU/Linux distributions read docs/linux-distris.
     1.6 +For installing on GNU/Linux distributions read docs/INSTALL.linux.
     1.7  
     1.8  
     1.9  Installation instructions
    1.10 @@ -26,7 +26,7 @@
    1.11  and the group `trusted'.
    1.12  
    1.13  
    1.14 -Compliling is a matter of the usual procedure. In the source directory,
    1.15 +Compiling is a matter of the usual procedure. In the source directory,
    1.16  after unpacking do:
    1.17  
    1.18  	./configure
    1.19 @@ -73,20 +73,20 @@
    1.20  enables qmail style Maildir support (disabled by default)
    1.21  
    1.22  --enable-ident
    1.23 -enable RFC 1413 support. If you have the libident dynamic library
    1.24 +enables RFC 1413 support. If you have the libident dynamic library
    1.25  installed, this will be linked, otherwise it will be statically linked
    1.26  using the sources included in the package.
    1.27  
    1.28  --enable-pop3
    1.29 -enables pop3 support (disabled by default)
    1.30 +enables POP3 support (disabled by default)
    1.31  
    1.32  --disable-resolver
    1.33 -disable resolver support. Without the resolver functions, masqmail
    1.34 +disables resolver support. Without the resolver functions, masqmail
    1.35  uses only gethostbyname() to resolve DNS names, and you cannot send
    1.36  mail without a smart host. Not recommended.
    1.37  
    1.38  --disable-smtp-server
    1.39 -disable SMTP server support. You may want this if you do not need
    1.40 +disables SMTP server support. You may want this if you do not need
    1.41  masqmail to listen. In this case, you cannot use masqmail as a smart
    1.42  host for other hosts on your LAN, you cannot use mail clients that
    1.43  send SMTP, you cannot even use pine. In short, use of this option is
    1.44 @@ -95,21 +95,21 @@
    1.45  
    1.46  --with-libcryto
    1.47  instead of using the md5 and hmac functions within the package, link
    1.48 -dynamically with libcrypto. This applies only if you have pop3 or SMTP
    1.49 -AUTH enabled. Makes only sense if your resources are limited and you
    1.50 +dynamically with libcrypto. This applies only if you have POP3 or SMTP
    1.51 +AUTH enabled. Only makes sense if your resources are limited and you
    1.52  have libcrypto installed. Untested.
    1.53  
    1.54  --with-glib-static
    1.55 -link with glib statically. This makes the binary larger by around 30K
    1.56 +links with glib statically. This makes the binary larger by around 30K
    1.57  (i386 architecture), but if masqmail is the only binary using glib,
    1.58  you save some space in total, because you do not need the shared glib
    1.59  library installed.
    1.60  
    1.61  
    1.62  --disable-debug
    1.63 -disable debugging, setting it on by command line or configuration has
    1.64 -no effect. Strongly discouraged, since you miss valuable information
    1.65 -if something goes wrong.
    1.66 +disables debugging; setting it on the command line or in the
    1.67 +configuration has no effect. Strongly discouraged, since you miss
    1.68 +valuable information if something goes wrong.
    1.69  
    1.70  
    1.71  
    1.72 @@ -118,8 +118,8 @@
    1.73  
    1.74  Check that 'make install' worked correctly. The following command:
    1.75  
    1.76 -	ls -ld /usr/local/sbin/masqmail /etc/masqmail /var/log/masqmail/ \
    1.77 -	       /var/run/masqmail /var/spool/masqmail/ /var/spool/masqmail/* 
    1.78 +	ls -ld /usr/sbin/masqmail /etc/masqmail /var/log/masqmail/ \
    1.79 +	       /var/run/masqmail /var/spool/masqmail/ /var/spool/masqmail/*
    1.80  
    1.81  should give output similar to
    1.82