From: short <> Date: Sun, 19 Oct 2003 06:09:52 +0000 (+0000) Subject: +Note sendmail wrapper setup. X-Git-Tag: bp_lace~31 X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=commitdiff_plain;h=d721282f5566b9991baf8e3cfc25314543f40f4a +Note sendmail wrapper setup. --- 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 ----------------------------------