+Installation notes
authorshort <>
Sat, 18 Oct 2003 19:28:15 +0000 (19:28 +0000)
committershort <>
Sat, 18 Oct 2003 19:28:15 +0000 (19:28 +0000)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..0662e35
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+$Id$
+
+
+Installation
+------------
+
+Edit: PerlMail/Config.pm
+Run: ./perlmail-submit --initdb
+
+
+
+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
+---------------------------------- cut here ----------------------------------
+perlmail 852/tcp
+---------------------------------- cut here ----------------------------------
+
+
+server: crontab -e
+substitute: PATH/TO
+---------------------------------- cut here ----------------------------------
+*/10 * * * * exec $HOME/PATH/TO/PerlMail/perlmail-submit &>/dev/null --submit --clean 4d
+---------------------------------- cut here ----------------------------------
+
+
+server: $HOME/.procmailrc
+substitute: PATH/TO
+---------------------------------- cut here ----------------------------------
+#:0 c:
+#Mail/backup
+
+# PerlMail forward
+:0 W
+|./PATH/TO/PerlMail/perlmail-submit --store --forkoff --submit >/dev/null 2>>.perlmail-submit.log
+
+# PerlMail fallback
+:0:
+Mail/perlmail-submit-failed
+---------------------------------- cut here ----------------------------------