home *** CD-ROM | disk | FTP | other *** search
- #
- # M A I L S E R V E R - Preferences file
- #
- # Entries should consist of a single keyword followed by one or
- # more spaces, a '=' sign, one or more spaces, then a value.
- #
- # Line begining with a '#' are comments, and wil be ignored.
-
-
- # Mailserver owner. This should be your mailbox name or email address.
- # It will overide any name found in the environment variable USERNAME.
- #owner = mailboxname
-
- # Do you want to be informed about incoming requests?
- inform = yes
-
- # Should a log of all incoming requests be kept?
- keeplog = yes
-
- # Send a receipt with mail?
- receipt = yes
-
- # Name of logfile
- logname = uuspool:mailserver.log
-
- # "Real name" given in From: line of Mailserver messages.
- mailname = Amiga Mailserver
-
- # Amigados command for DIR messages.
- dir_cmd = list
-
- # Options for DIR command. Not essential, but allows fine tuning of
- # directory listings.
- # dir_cmd_opts = LFORMAT "%-20n %8l %10d - %2c"
-
- # Root directory for publicly accessible files.
- publicdir = mailserver:public
-
- # Your domain name (only used if your sendmail requires it)
- #domain = .demon.co.uk
-
- # Your host name (only used if your sendmail requires it)
- #host = dynamo
-
- # Format of sendmail command
- #
- # Acceptable placeholders:
- # $MSG Message file
- # $FROMUSER From: username ("mailserver")
- # $FROMREAL From: real name (mailname in this file)
- # $FROMDOMAIN (with leading dot)
- # $FROMHOST (without domain)
-
- sendmail = sendmail -f $FROMUSER < $MSG
-
- #END
-