From d721282f5566b9991baf8e3cfc25314543f40f4a Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 19 Oct 2003 06:09:52 +0000 Subject: [PATCH] +Note sendmail wrapper setup. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 8a4797c..e8aaa08 100644 --- a/README +++ b/README @@ -30,6 +30,14 @@ 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 ---------------------------------- -- 1.8.3.1