Cosmetic: Cleanup return code.
[PerlMail.git] / README
diff --git a/README b/README
index 0662e35..e242e02 100644 (file)
--- a/README
+++ b/README
@@ -5,10 +5,10 @@ Installation
 ------------
 
 Edit: PerlMail/Config.pm
+MySQL database password store to: /home/USERNAME/priv/mysql.USERNAME.pwd
 Run: ./perlmail-submit --initdb
 
 
-
 workstation: /etc/inetd.conf
 substitute: USERNAME, PATH/TO
 ---------------------------------- cut here ----------------------------------
@@ -22,6 +22,22 @@ perlmail 852/tcp
 ---------------------------------- cut here ----------------------------------
 
 
+workstation: /etc/aliases
+run after: newaliases
+substitute: USERNAME
+---------------------------------- cut here ----------------------------------
+sentout: /home/USERNAME/Mail/sentout
+---------------------------------- cut here ----------------------------------
+
+
+(optional if using sendmail wrapper) workstation: Run
+substitute: USERNAME, PATH/TO
+---------------------------------- cut here ----------------------------------
+       mv /usr/sbin/sendmail /usr/sbin/sendmail-orig
+       ln -s /home/USERNAME/PATH/TO/PerlMail/perlmail-sendmail /usr/sbin/sendmail
+---------------------------------- cut here ----------------------------------
+
+
 server: crontab -e
 substitute: PATH/TO
 ---------------------------------- cut here ----------------------------------