home *** CD-ROM | disk | FTP | other *** search
- # This file defines the services supported by the local MESH installation
- # and some important configuration variables
- # many of these lines are uncommented and may need customization
- # to use
-
- # first add the services source directory to the tcl library path
- #
- lappend auto_path [glob _SERVSRC_]
-
- # now define the log file for requests (comment out if you don't want it)
- #
- #set servlog [glob ~/servlog]
-
- # if you want some administrator to be Cc'ed on ServiceMail errors,
- # uncomment this line and set the administrator to be his/her address or
- # alias
- #
- #set administrator servicemail-bugs
-
- # next define all services
- #
- # external-name internal-name source-file
- #
- #define-service latex2ps dolatex _SERVSRC_/latex2ps.tcl
- #define-service archive-request dofetch _SERVSRC_/get.tcl
- #define-service get dofetch _SERVSRC_/get.tcl
- #define-service uudecode uudecode _SERVSRC_/uudecode.tcl
- #define-service mbsend mbsend _SERVSRC_/mbsend.tcl
- #define-service ps2paper doprint _SERVSRC_/ps2paper.tcl
- #define-service fax fax _SERVSRC_/fax.tcl
- #define-service listserv listserv _SERVSRC_/listserv.tcl
- #define-service subscribe subscribe _SERVSRC_/subscribe.tcl
- define-service help help _SERVSRC_/help.tcl
- define-service info help _SERVSRC_/help.tcl
- define-service services list-services _SERVSRC_/services.tcl
- #define-service finger finger _SERVSRC_/finger.tcl
- #define-service man man _SERVSRC_/man.tcl
- define-service "Re:" re _SERVSRC_/Re.tcl
- #define-service stock-download stock-download _SERVSRC_/stock-download.tcl
- #define-service stock stock _SERVSRC_/stock.tcl
- define-service echo echo _SERVSRC_/echo.tcl
- #define-service dis dodis _SERVSRC_/dis.tcl
- #define-service directory directory _SERVSRC_/directory.tcl
- #define-service register register _SERVSRC_/register.tcl
- #define-service find find _SERVSRC_/find.tcl
- #define-service retrieve retrieve _SERVSRC_/retrieve.tcl
- #define-service anon-ftp ftp _SERVSRC_/ftp.tcl
- #define-service source source _SERVSRC_/source.tcl
- #define-service notification notification _SERVSRC_/notification.tcl
- #define-service filter mfilter _SERVSRC_/filter.tcl
-
- # patterns need an external-name and a tcl expression
- #
- #define-pattern help \
- # { [regexp -nocase "^services-help" [getfield $envelope TO]] }
-