linux下架设邮箱 MUA篇RoundCubeWebmail(5)
this key is used to encrypt the users imap password which is stored. in the session record (and the client cookie if remember password is enabled). please provide a string of exactly 24 chars.
这个key用于加密存储的用户imap密码。在session记录中(若客户端的cookie和记住密码已启用)。请提供准确24个字符的字符串。 $rcmail_config['username_domain'] = '';
Automatically add this domain to user names for login. Only for IMAP servers that require full e-mail addresses for login. Specify an array with 'host' => 'domain' values to support multiple hosts. Supported replacement variables: %h - user's IMAP hostname, %n - http hostname ($_SERVER['SERVER_NAME']), %d - domain (http hostname without the first part), %z - IMAP domain (IMAP hostname without the first part), For example %n = mail.domain.tld, %d = domain.tld 为登录用户名自动添加这个域名。仅适用于需要完整的电子邮件地址登录的IMAP服务器。指定一个含有'host' => 'domain'值的数组来支持多台主机。支持变量替换:%h 用户IMAP主机,%n http主机($_SERVER['SERVER_NAME']),%d域名(没有第一部分的主机名),%z IMAP域名(没有第一部分的IMAP主机名)。若主机名为mail.domain.tld,%n = mail.domain.tld,,%d = domain.tld。 $rcmail_config['mail_domain'] = '';
This domain will be used to form e-mail addresses of new users. Specify an array with 'host' => 'domain' values to support multiple hosts. Supported replacement variables: %h - user's IMAP hostname. %n - http hostname ($_SERVER['SERVER_NAME']), %d - domain (http hostname without the first part), %z - IMAP domain (IMAP hostname without the first part),For example %n = mail.domain.tld, %d = domain.tld
该域名将被用于形成新的用户电子邮件地址。指定一个含有'host' => 'domain'值的数组来支持多台主机。支持变量替换:%h 用户IMAP主机,%n http主机($_SERVER['SERVER_NAME']),%d域名(没有第一部分的主机名),%z IMAP域名(没有第一部分的IMAP主机名)。若主机名为mail.domain.tld,%n = mail.domain.tld,,%d = domain.tld。
$rcmail_config['password_charset'] = 'ISO-8859-1';
Password charset. Use it if your authentication backend doesn't support UTF-8. Defaults to ISO-8859-1 for backward compatibility
密码字符集。如果您的验证后端不支持UTF-8,为了向后兼容,默认为ISO-8859-1。 $rcmail_config['sendmail_delay'] = 0;
How many seconds must pass between emails sent by a user 多少秒之间必须通过由用户发送电子邮件。 $rcmail_config['max_recipients'] = 0;
Maximum number of recipients per message. Default: 0 (no limit) 最大数量的每封邮件的收件人。默认:0(无限制)。 $rcmail_config['max_group_members'] = 0;
Maximum allowednumber of members of an address group. Default: 0 (no limit).If 'max_recipients' is set this value should be less or equal 一个地址组的成员允许的最大数量。默认:0(无限制)。应小于或等于'max_recipients'设置的值。
$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
add this user-agent to message headers when sending 当邮件发送时在邮件User-Agent栏目中添加此信息。 $rcmail_config['product_name'] = ' Web Mail';
use this name to compose page titles
使用这个名称来撰写网页标题
$rcmail_config['include_host_config'] = false;
try to load host-specific configuration. see http://trac.roundcube.net/wiki/Howto_Config for more details 尝试加载特定于主机的配置
$rcmail_config['generic_message_footer'] = '';
path to a text file which will be added to each sent message. paths are relative to the Roundcube root folder 指定一个文本文件的路径,该文件将被添加到每个发送的消息中。路径是相对于Roundcube根文件夹
$rcmail_config['generic_message_footer_html'] = '';
path to a text file which will be added to each sent HTML message. paths are relative to the Roundcube root folder 指定一个文本文件的路径,该文件将被添加到每个发送的html消息中。路径是相对于Roundcube根文件夹。
$rcmail_config['http_received_header'] = false;
add a received header to outgoing mails containing the creators IP and hostname 在传出邮件中添加接收头包含的创造者IP和主机名。 $rcmail_config['http_received_header_encrypt'] = false;
Whether or not to encrypt the IP address and the host name. these could, in some circles, be considered as sensitive information; however, for the administrator, these could be invaluable help when tracking down issues.
是否要加密的IP地址和主机名。这些在某些情况下被视为敏感的信息,然而,对于管理员,在跟踪问题时,这可能是非常宝贵的帮助。 $rcmail_config['mail_header_delimiter'] = NULL;
This string is used as a delimiter for message headers when sending. a message via mail() function. Leave empty for auto-detection
此字符串用来作为分隔邮件标题时发送。通过mail()函数的消息。留空为自动检测。 $rcmail_config['line_length'] = 72;
number of chars allowed for line when wrapping text. text wrapping is done when composing/sending messages 线路数目时允许换行的文本字符。文字环绕完成时撰写/发送邮件 $rcmail_config['send_format_flowed'] = true;
send plaintext messages as format=flowed 纯文本格式发送邮件
$rcmail_config['session_domain'] = '';
session domain: .example.org session域名
$rcmail_config['dont_override'] = array();
don't allow these settings to be overriden by the user
不要让这些设置由用户重写 $rcmail_config['identities_level'] = 0;
Set identities access level:
0 - many identities with possibility to edit all params
1 - many identities with possibility to edit all params but not email address 2 - one identity with possibility to edit all params
3 - one identity with possibility to edit all params but not email address 设置身份访问级别:
0:有多个ID的权限可以修改所有参数
1:有多个ID的权限可以修改除邮件地址的所有参数 2:只有一个ID的权限可以修改所有参数
3:有只有一个ID的权限可以修改修改除邮件地址的所有参数 $rcmail_config['mime_magic'] = '/usr/share/misc/magic';
mime magic database mime magic数据库
$rcmail_config['email_dns_check'] = false;
Enable DNS c …… 此处隐藏:6852字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [学前教育]MC9S12XS256RMV1 xs128芯片手册4
- [学前教育]安东尼语录经典语录
- [学前教育]e级gps控制测量技术设计书
- [学前教育]苏教版2022-2022学年八年级下学期期末
- [学前教育]装修公司推广 营销
- [学前教育]家政服务合同(完整版)
- [学前教育]湖北省2016届高三联考语文试题
- [学前教育]爱立信无涯学习系统LTE题库1-LTE基础知
- [学前教育]揭秘大众柴油车作弊软件原理
- [学前教育]人才流失原因及对策分析
- [学前教育]房屋建筑施工工程劳务分包合同
- [学前教育]国际贸易实务试卷A卷09.6
- [学前教育]校园废品回收活动计划方案书范文格
- [学前教育]电大成本会计试题及答案
- [学前教育]大学物理实验 华南理工出版社 绪论答案
- [学前教育]爱丁堡产后抑郁量表
- [学前教育]液压冲击的危害、产生原因与防止方法(
- [学前教育]学生工作总结高一学生期中考试总结_020
- [学前教育]人民医院医疗废物管理规章制度大全
- [学前教育]阳光维生素的巨大抗癌潜能阅读题答案.d
- 马云在云锋基金江苏论坛闭幕式的发言
- 试论小学体育教育中的心理健康教育-教
- 语文A版一年级下册《语文乐园一》教学
- 2021四川大学物理化学考研真题经验参考
- [人教A版]2015-2016学年高中数学 第二
- 终端网点销售返利协议书
- 江苏省2015年眼科学主治医师青光眼考试
- 2017年部编人教版八年级语文上册教案
- 十一中学七年级英语上册Unit7Howmuchar
- 以赛促教的创新性实验教学机制建设实践
- 平凉市崆峒区2015七年级下生物期末试题
- 琶洲(地块五)A、B塔楼1、2#塔吊基础
- 一级医院工作制度与人员岗位职责
- 2018北京西城区高三二模理科数学试题及
- 炒股密码线技术 - 图文
- 职高学生生涯发展辅导教案
- 语文人教版四年级上册8 世界地图引出的
- 最新最新人教版二年级上册全册数学教案
- 2017高考英语全国2卷精彩试题(有问题
- 普通心理学笔记




