教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 学前教育 >

linux下架设邮箱 MUA篇RoundCubeWebmail(5)

来源:网络收集 时间:2026-07-31
导读: 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. 这个ke

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字,全部文档内容请下载后查看。喜欢就下载吧 ……

linux下架设邮箱 MUA篇RoundCubeWebmail(5).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/592620.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)