$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 ---------------------------------- workstation: /etc/aliases run after: newaliases substitute: USERNAME ---------------------------------- cut here ---------------------------------- sentout: /home/USERNAME/Mail/sentout ---------------------------------- 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 ----------------------------------