日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

在FreeBSD上使用minimalist組建郵件列表( 三 )


#
#sendmail = /usr/sbin/sendmail
# Delivery method. Can be 'internal' - Minimalist will send message by
# itself and 'alias' - Minimalist will send message to specified address,
# which can points to bulkmailer, etc.
#
# Note, that using 'alias' automatically sets value of 'errors to' to
# 'sender'.
#
# Default to 'internal'. Syntax is:
#
#delivery = internal
#delivery = alias e-mail
# The domain name - default to `hostname --fqdn`. If begins with '|' then
# Minimalist calls external program to determine hostname.
#
#domain = |uname -n
#
# 郵件列表的域名
domain = lists.cnfug.org
# Security level:
# . none - allow any person write to any mailing list
# . careful - only subscribers can write to list
# . paranoid - user must authenticate subscribe/unsubscribe requests
#
# Default to 'careful'
#
# 設(shè)置列表的安全級(jí)別,paranoid表示用戶在訂閱和退訂里必須進(jìn)行身驗(yàn)證
# 建議使用此安全級(jí)別,默認(rèn)的級(jí)別為careful
security = paranoid
# Archiving strategy:
# . no - don't archive articles
# . daily - create new directory for articles every day
# . monthly - create new directory for articles every month
# . yearly - create new directory for articles every year
# or
# archive = pipe /path/to/archiver [options]
#
# for instance
# archive = pipe /usr/local/bin/hypermail -m www-talk -d /archives/www-talk
#
# Default to 'no'
#
# 開啟列表郵件按月存檔,默認(rèn)為不存檔
archive = monthly
# Maximum size of message (in bytes), which will be archived
#
# Default - zero (no limits)
#
#archive size = 1000000
# List's status. Available values are:
# . open - list without any restrictions
# . ro - read-only access to list
# . closed - only trusted users can subscribe anyone to this list.
# . mandatory - subscribed users can't unsubscribe
#
# Values may be used together, for example: closed,ro,mandatory
#
# Default to 'open'
#
#status = closed,ro,mandatory
# Copy to sender - indicates send or no message to message's sender
# Default to yes
#
#copy to sender = no
# This variable defines Reply-To: contents of outgoing message. Available
# choices: 'no', 'yes' or e-mail. If used 'no' (default), Minimalist doesn't
# touch this header at all. If used 'yes', Minimalist sets Reply-To: header
# to list's address instead of original contents.
#
# The third choice is available ONLY in per-list config - if used any other
# value, Reply-To: will be set to this value. BE CAREFUL and use correct
# RFC-822 compliant E-mail here.
#
# Please check the following URL on why you (most often) should not use
# this feature: http://www.unicom.com/pw/reply-to-harmful.HTML (Thanks to
# Jonas Bofjall for pointing to this topic)
#
# Default to 'no'
#
# 開啟回復(fù)到郵件列表的功能,默認(rèn)關(guān)閉
reply-to list = yes
# Set From: to specified value (RFC-822 compliant E-mail address) in
# outgoing message.
#
# Default - don't touch From:
#
#from = doka@kiev.sovam.com
# Modify subject before sending message to subscribers.
#
# Available values:
# no : don't touch subject
# yes : add "[list_name] " before original subject
# more : remove leading "Re: " if it's there and then add "[list_name] "
#
# Default to yes
#
#modify subject = no
# Maximal count of subscribers per list, zero means no limits.
# Default to zero
#
#maxusers = 100
# Count of recipients per message. If not zero, Minimalist will generate
# few messages with maxrcpts recipients instead of one message to all

推薦閱讀