******************************* *** MailDeliver.doc *** ******************************* ( BETA RELEASE ) (c) 1994-95 Rafreider Andrea All rights reserved General overview ================ Suppose you have AmiTCP,InetUtils1.3 & MultiUser on your amiga. As you know, incoming mail from SMTPd (the mail daemon) will be put in UUMAIL:username, so everybody can read or delete your private mail. In UNIX systems incoming mail is usually stored in your $HOME/MAIL/mailbox and is readable only by you. That's why MailDeliver comes ! With MailDeliver incoming mail to 'user'@your.amiga.internet.address will be appended in $HOME/MAIL/'user', where $HOME is the home of 'user' specified in the multiuser passwd file. If MailDeliver finds a file named ".forward" in your $HOME , incoming mail will be delivered to the new address specified in the first line of this file by calling MySMTPPost. If 'user' doesn't exist on your amiga-system, MailDeliver will send the message back to the sender complaining that 'user' is unknown. The file $HOME/MAIL/'user' will have 'user' as owner and will be have the following protection bits ----rwed group ---- other ---- so that nobody except 'user' will be able to read it. Nice isn't it ? MailDeliver also adds a line like "From Maildeliver on date xxx hour xxx" at the beginning of each mail file; this is done for compatiblity with AmigaElm. Usage ===== MailDeliver 'user'@your.amiga.internet.address