README updated for recent versions.
authorshort <>
Sun, 20 Feb 2005 09:44:54 +0000 (09:44 +0000)
committershort <>
Sun, 20 Feb 2005 09:44:54 +0000 (09:44 +0000)
README

diff --git a/README b/README
index e242e02..ea23ffe 100644 (file)
--- a/README
+++ b/README
@@ -9,20 +9,25 @@ MySQL database password store to: /home/USERNAME/priv/mysql.USERNAME.pwd
 Run: ./perlmail-submit --initdb
 
 
-workstation: /etc/inetd.conf
+(if you are using xinetd(8) instead of inetd(8)) workstation: /etc/xinetd.d/perlmail
+Copy "xinetd.perlmail" as "/etc/xinetd.d/perlmail".
+substitute: USERNAME, PATH/TO
+Use ntsysv(8) to enable the service "perlmail".
+
+(if you are using inetd(8) instead of xinetd(8)) workstation: /etc/inetd.conf
 substitute: USERNAME, PATH/TO
 ---------------------------------- cut here ----------------------------------
 852 stream tcp nowait USERNAME /home/USERNAME/PATH/TO/PerlMail/perlmail-accept perlmail-accept --inetd
 ---------------------------------- cut here ----------------------------------
 
 
-(optional) workstation: /etc/services
+(optional, recommended) workstation: /etc/services
 ---------------------------------- cut here ----------------------------------
 perlmail 852/tcp
 ---------------------------------- cut here ----------------------------------
 
 
-workstation: /etc/aliases
+(optional if using sendmail wrapper) workstation: /etc/aliases
 run after: newaliases
 substitute: USERNAME
 ---------------------------------- cut here ----------------------------------