I'm on a dial on demand connection and I have this script in /etc/ppp/ip-up.d/ for having the mail fetched from my ISP everytime I make a connection, and then sent locally:
----- start script ----- #!/bin/sh /usr/bin/fetchmail -f /etc/fetchmailrc -a -u a4608456 /usr/sbin/sendmail -q ----- end script ----- now, this works alright but I'd like to know when everything is over with a message echoed on screen... how do I go about that? TIA -- Horacio [EMAIL PROTECTED] Valencia - ESPAÑA