webemail.conf

来自「一个国外学生做的基于Web浏览器的email程序」· CONF 代码 · 共 103 行

CONF
103
字号
######################################################## This is the config file for web e-mail.  This file # needs to be formated in a special way.  Keywords must # not have any spaces or tab before them.  Also, there# must not be anything after the Value.  Lastly, there# must be only one space between the keyword and value.## Please see the README and doc.txt for more # information and copyright information.######################################################## Determins if attachments are allowed or not.# For most systems this should be on. If you have problems usings# attachments, turn them off.  Your web server will have to # be configured to support attachments, see doc.txt.# Note, uuencode/uudecode needs to be installed.#on/offAttachments on# Defines how Web E-Mail will determin the return address.# httpd = Use the web servers address.# sendmail = let sendmail determin the return address.# define = Use the address given by DefineHostName.# (define has problems on some hosts)#httpd/define/sendmailGetHostName httpd# Defines the return address for out going mail.# Used with GetHostName define#<hostname>DefineHostName localhost.com# Mail quotas.  If you are limited on space turn this on.# It will give the user a WARNING when the file has reached# the quota size determined by QuotaSize.#on/offUseQuotas off# Defines the size of the mail box quota, in bytes.QuotaSize 400000# The path and arguaments to sendmail.# You must use the redirect.  The only thing# that should be changed is the path to sendmail.#default /usr/sbin/sendmail -t -i > /dev/nullSendMailPath /usr/sbin/sendmail -t -i > /dev/null# Lets users check an external mail box. Fetchmail# MUST be installed.#on/offUseExternMail off# Sets the link from the intro page to the home page of a web site.DefineLinkHome /# Sets the string value for the link to home page.# If not defined, the default will be used.#DefineLinkHomeName Return to Localhost# Sets the isp help string on the login page# PLEASE USE, IF YOUR ARE AN ISP!!!!!!!#DefineIspHelp Trouble logging in? <a href="http://localhost/accounthelp.html">Click here.</a># Displays author info.  Please turn off if you are an isp,# I can't help people with there isp passwords.#on/offUseAuthorInfo off# Allow users to specify there own return address.# A good idea if externmail is turned on.#on/offUserDefineableReturn on# Allow root logins# If you are not using ssl leave off.  If you have ssl installed# then it is ok to turn on.#on/offAllowRootLogins off

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?