ORF反垃圾邮件系统

邮件服务器-邮件系统-邮件技术论坛(BBS)

 找回密码
 会员注册
查看: 9041|回复: 3
打印 上一主题 下一主题

[转帖]postfix 2.0.16的虚拟投递代理文档

[复制链接]
跳转到指定楼层
顶楼
发表于 2004-7-17 13:24:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
译文:postfix-2.0.16虚拟投递代理文档 <br>
原文:postfix-2.0.16 VIRTUAL_README <br>
译者:施文建 <br>
时间:2004.5.26 <br>
<br>
This code was created by Andrew McNamara <andrew@connect.com.au> <br>
and adapted to snapshot 20001121 by Xavier Beaudouin. It was merged <br>
with mainstream Postfix for snapshot 20010128 by Wietse. <br>
虚拟投递代理的代码由Andrew McNamara编写,由Xavier Beaudouin修改后加入到snapshot 200011221。在snapshot 20010128时,由Wietse并入postfix主要组成部分。 <br>
<br>
Purpose of this software <br>
======================== <br>
本软件的目的 <br>
<br>
You can use the virtual delivery agent for mailbox delivery of some <br>
or all domains that are handled by a machine. <br>
你可以使用虚拟投递代理进行同一台服务器上某些或所有域的邮件投递。 <br>
(注:我注意到大家普通用虚拟别名来做多域。但是,虚拟投递代理也可以实现的。当然,用虚拟投递代理来实现多域,还是有不足之处。比如,它不能进行垃圾邮件的丢弃处理。) <br>
<br>
This mechanism is different from virtual alias domains. Those <br>
are implemented by translating every recipient address into a <br>
different address. For that, see the virtual(5) manual page. <br>
虚拟投递代理的机制不同于虚拟别名域。后者实现多域的方法是通过将每个接收者的地址转化为另一个不同地址。关于虚拟别名域的细节,请参考virtual(5)手册。 <br>
<br>
With the virtual delivery agent, every recipient adress can have <br>
its own mailbox. There is no translation from recipient addresses <br>
into different addresses. <br>
使用虚拟投递代理,每个邮件接收地址都能有自己的邮箱。而且,不需要将接收者地址转化为不同的地址。 <br>
<br>
This is what Andrew McNamara wrote when he made the virtual delivery <br>
agent available. <br>
下面是Andrew McNamara在编写虚拟投递代理时所写的一段话: <br>
<br>
"This code is designed for ISP's who offer virtual mail hosting. <br>
It looks up the user mailbox location, uid and gid via separate <br>
maps, and the mailbox location map can specify either mailbox or <br>
maildir delivery (controlled by trailing slash on mailbox name). <br>
这些代码为提供虚拟邮件服务的ISP而设计的。它通过多个单独的映射表,查找用户邮箱的位置,用户号和组号。邮箱位置表中,通过邮件名后的“/”来区别是mailbox格式或maildir格式的投递。 <br>
(注:假如查询得到的虚拟邮箱路径名是/var/spool/smail3k/tom,那么虚拟投递代理认为tom的邮箱是邮箱文件格式,是名为tom的文件。假如查到的是/var/spool/smail3k/tom/,那么虚拟投递代理认为tom的邮箱是邮件目录格式,是名为tom的目录。) <br>
<br>
The agent allows but ignores user+foo address extensions, does not <br>
support aliases or .forward files (use the virtual table instead), <br>
and therefore doesn't support file or program aliases. This choice <br>
was made to simplify and streamline the code (it allowed me to <br>
dispense with 70% of local's code - mostly the bits that are a <br>
security headache) - if you need this functionality, this agent <br>
isn't for you. <br>
虚拟投递代理允许user+foo地址的扩展,但忽略这种扩展。它不支持别名或转发文件(取而代之的是虚拟表),因而它不支持文件或程序的别名。这样做是为了使代码简化和更有效率(它使我免除70%的本地代码,而这些最有可能成为一个安全漏洞)。如果你需要这个功能,那么这个代理不适合你。 <br>
<br>
It also doesn't support writing to a common spool as root and then <br>
chowning the mailbox to the user - I felt this functionality didn't <br>
fit with my overall aims." <br>
虚拟投递代理不支持以root的身份往一个公共池中写数据,然后将邮箱所有权改为用户的做法。我感觉这个功能不适合我的整体目标。 <br>
<br>
[End of Andrew McNamara's words] <br>
Andrew McNamara的原话结束。 <br>
<br>
The result is the most secure local delivery agent that you will <br>
find with Postfix. <br>
以上设计目标的结果是虚拟投递代理成为postfix中最安全的本地投递代理。 <br>
<br>
This delivery agent requires three different lookup tables in order <br>
to define its recipients as (mailbox path, user ID, group ID). This <br>
is because Postfix table lookups can't return multiple results. <br>
这个投递代理要求三张不同的查找表,以便于确定邮件的接收者(包括邮箱的路径、用户标识号、组标识号)。这是因为Postfix的表查询功能不能返回多个结果。 <br>
<br>
If your virtual mailboxes are all owned by the same user/group ID, <br>
just specify "static" maps that always return the same result. See <br>
below for examples. <br>
如果全部的虚拟邮箱都是相同的用户/组标识号,那么只要指定“静态”映射就总能返回相同的结果。范例如后。 <br>
<br>
If your virtual mailboxes must be owned by different user/group <br>
IDs, and if it is too inconvenient for you to maintain three parallel <br>
tables, use an LDAP or MYSQL database (or generate the three parallel <br>
tables from one common template). <br>
如果你的虚拟邮箱必需使用不同的用户/组标识号,并且如果你觉得维护三张并行的表太困难,那么使用一个LDAP或MYSQL数据库来保存这些数据(或者从一个公共的模板中派生中三张并行的表)。 <br>
沙发
 楼主| 发表于 2004-7-17 13:24:51 | 只看该作者

Re:[转帖]postfix 2.0.16的虚拟投递代理文档

Configuration parameters <br>
======================== <br>
配置参数 <br>
<br>
virtual_mailbox_base <br>
虚拟邮箱主路径 <br>
<br>
Specifies a path that is prepended to all mailbox paths. This <br>
is a safety measure to ensure an that out of control map doesn't <br>
litter the filesystem with mailboxes (or worse). While it could <br>
be set to "/", this isn't recommended. <br>
  此参数指定所有邮箱路径的前缀。这是一个安全措施,以确保失控的映射表不会在文件系统中乱丢邮箱(或者更糟)。然而,它是可以被设置成"/",但这样的做法不被推荐。 <br>
<br>
virtual_mailbox_domains <br>
虚拟邮箱域 <br>
<br>
Specifies the list of domains that should be delivered to the <br>
$virtual_transport delivery agent (default: virtual). As of <br>
version 2.0, Postfix is smart enough that you don't have to <br>
list every virtual domain in a Postfix transport map. <br>
  此参数指定一个域列表。表中的域的邮件都由$virtual_transport参数指定的投递代理 <br>
来负责投递(默认值为:virtual虚拟投递代理)。在2.0版中,Postfix有足够的智能处理这件事,所以用户没有必要非得在一个传递映射表中列出每一个虚拟域。 <br>
  (注:本参数是在2.0.0 released 20021222中添加的。为了和旧版本兼容,新的$virtual_mailbox_domains参数默认使用$virtual_mailbox_maps值。这意味着仍可以象旧版本中一样,将关于一个域的所有信息保存在一个文件中。) <br>
<br>
virtual_mailbox_maps <br>
虚拟邮箱映射表 <br>
<br>
Recipients are looked up in this map to determine the path to <br>
their mailbox. If the returned path ends in a slash ("/"), <br>
maildir-style delivery is carried out, otherwise the path is <br>
assumed to specify a mailbox file. The virtual_mailbox_base <br>
directory is unconditionally prepended to this path. If the <br>
recipient is not found the mail is bounced. <br>
  通过查找这张映射表,可以确定接收者的邮箱路径。如果返回的路径是以“/”结尾,那么邮件目录风格的投递被使用,否则就认为返回的路径是指定一个邮箱文件。virtual_mailbox_base参数指出的目录并不是一定要加到这个路径前面。(注:如果返回的路径是以“/”开始的,那么virtual_mailbox_base参数就不要用了)。如果没查到接收者,那么邮件被退回。 <br>
<br>
In a lookup table, specify a left-hand side of @domain.tld to <br>
match any user in the specified domain that does not have her <br>
own user@domain.tld entry. While searching a lookup table, an <br>
address extension (user+foo@domain.tld) is ignored. <br>
  在一个查询表中,@domain.tld项用于匹配该域中的任意用户。(注:这一句我还没有完全理解透,请大伙纠正)。在搜索一个查询表时,地址扩展(user+foo@domain.tld)被忽略。 <br>
<br>
If a recipient is not found the mail is returned to the sender. <br>
  如果没有找到接收者,那么邮件被返回发件人。 <br>
<br>
Regular expression maps are allowed. For security reasons, <br>
regular expression substitution of $1 etc. is disallowed, <br>
because that would open a security hole. <br>
  规则扩展映射表被允许。出于安全考虑,规则扩展的子项如$1等不被允许,因为它可能打开一个安全漏洞。 <br>
<br>
The mail administrator is expected to create and chown recipient <br>
mailbox files or maildir directories ahead of time. <br>
  在使用虚拟投递代理之前,邮件服务器管理员需要先创建邮箱文件或邮件目录,并设置相应权限。 <br>
<br>
virtual_minimum_uid <br>
虚拟用户最小标识号 <br>
<br>
Specifies a minimum uid that will be accepted as a return from <br>
a virtual_uid_maps lookup. Returned values less than this will <br>
be rejected, and the message will be deferred. <br>
  指定从虚拟用户标识号映射表返回值中可以被接受的最小值。小于这个值的返回值被拒绝,邮件消息被退回。 <br>
<br>
virtual_uid_maps <br>
虚拟用户标识号映射表 <br>
<br>
Recipients are looked up in this map to determine the UID (owner <br>
privileges) to be used when writing to the target mailbox. <br>
  在这个表中,查出接收人相应的用户标识号(表示属主权利)。当邮件被入目标邮箱时,此用户标识号被使用。 <br>
<br>
In a lookup table, specify a left-hand side of @domain.tld to <br>
match any user in the specified domain that does not have a <br>
specific user@domain.tld entry. While searching a lookup table, <br>
an address extension (user+foo@domain.tld) is ignored. <br>
<br>
Regular expression maps are allowed. For security reasons, <br>
regular expression substitution of $1 etc. is disallowed, <br>
because that would open a security hole. <br>
<br>
Specify a static map if all mailboxes should be owned by the same <br>
UID. For example, to specify that all mailboxes are owned by the <br>
UID 5000, specify: <br>
  如果所有的邮箱都有相同的UID,那么指定一个静态映射。比如,指定所有的邮箱的UID都是5000,那么使用下面值 <br>
<br>
virtual_uid_maps = static:5000 <br>
<br>
virtual_gid_maps <br>
虚拟用户组标识号映射表 <br>
<br>
Recipients are looked up in this map to determine the GID (group <br>
privileges) to be used when writing to the target mailbox. <br>
  这个表用于查找接收人相应的组标识号。当邮件写入目标邮箱时,此组标识号被使用。 <br>
<br>
In a lookup table, specify a left-hand side of @domain.tld to <br>
match any user in the specified domain that does not have a <br>
specific user@domain.tld entry. While searching a lookup table, <br>
an address extension (user+foo@domain.tld) is ignored. <br>
<br>
Regular expression maps are allowed. For security reasons, <br>
regular expression substitution of $1 etc. is disallowed, <br>
because that would open a security hole. <br>
<br>
Specify a static map if all mailboxes should be owned by the same <br>
GID. For example, to specify that all mailboxes are owned by the <br>
GID 5000, specify: <br>
<br>
virtual_gid_maps = static:5000 <br>
<br>
virtual_mailbox_lock <br>
虚拟邮箱锁定 <br>
<br>
This setting is ignored in case of maildir delivery. <br>
  在邮件目录投递中,此设置值被忽略。 <br>
<br>
Locking method to use when updating a mailbox. Defaults to <br>
fcntl or flock depending on the system. Depending on the POP <br>
or IMAP server you may have to specify dotlock locking, which <br>
requires that the recipient UID or GID has write access to the <br>
parent directory of the mailbox file. <br>
  此参数指定更新一个邮箱时所使用的锁定方法。根据系统的情况,默认方式为fcntl或flock。根据POP或IMAP服务器,还可以使用dotlock锁定方式,这种方式要求收件人的UID或GID对邮箱的上级目录有写权限。 <br>
<br>
Use the "postconf -l" command to find out what locking methods <br>
Postfix supports on your system. <br>
  使用“postconf -l”命令来查看你系统上的postfix使用哪种锁定方式。 <br>
<br>
virtual_mailbox_limit <br>
虚拟邮箱限制 <br>
<br>
An upper limit on the size of a mailbox file or maildir file. <br>
  此参数设定邮箱文件或邮件目录的大小的限制值。 <br>
<br>
Example 1: using the virtual delivery agent for all local mail <br>
==============================================================
藤椅
 楼主| 发表于 2004-7-17 13:25:25 | 只看该作者

Re:[转帖]postfix 2.0.16的虚拟投递代理文档

例1:使用虚拟投递代理处理所有的本地邮件 <br>
<br>
This example does not use the Postfix local delivery agent at all. <br>
With this configuration Postfix does no alias expansion, no .forward <br>
file expansion, no lookups of recipients in /etc/passwd, and allows <br>
but ignores user+foo address extensions. <br>
本例根本没有使用postfix的本地投递代理。在这个配置中,postfix不能使用别名扩展功能,.forward文件扩展功能,不能查找在/etc/passwd中的收件人,允许但忽略user+foo地址扩展。 <br>
<br>
Instead of "hash" specify "dbm" or "btree", depending on your system <br>
type. The command "postconf -m" displays possible lookup table <br>
types. <br>
本例使用了哈希表来保存数据。根据系统的类型,可以指定“dbm”或“btree”格式保存表数据。命令“postconf -m”显示可能的查询表类型。 <br>
<br>
/etc/postfix/main.cf: <br>
# Don't send mail to the local delivery agent. <br>
    不使用本地投递代理 <br>
mydestination = <br>
<br>
# All domains that are listed in $virtual_mailbox_domains <br>
# are delivered via $virtual_transport, which is the virtual <br>
# delivery agent by default. <br>
    列在$virtual_mailbox_domains参数中的所有域的邮件,都通过参数$virtual_transport指定的投递代理来投递,虚拟投递代理是默认值。 <br>
virtual_mailbox_domains = <br>
$myhostname localhost.$mydomain virtual1.domain virtual2.domain <br>
<br>
virtual_transport = virtual <br>
virtual_mailbox_base = /var/mail/vhosts <br>
virtual_mailbox_maps = hash:/etc/postfix/vmailbox <br>
virtual_minimum_uid = 100 <br>
virtual_uid_maps = hash:/etc/postfix/vuid <br>
virtual_gid_maps = hash:/etc/postfix/vgid <br>
<br>
Define a virtual delivery agent if the entry doesn't already exist: <br>
在master.cf中定义一个虚拟投递代理项,如果没有的话。 <br>
<br>
/etc/postfix/master.cf: <br>
virtual unix - n n - - virtual <br>
<br>
Example recipients, one UNIX-style mailbox, one qmail-style maildir: <br>
用户test1使用UNIX风格的邮箱文件,test2使用qmail风格的邮件目录。vmailbox表指定虚拟用户相应的邮箱,vuid表指定虚拟用户相应的UID,vgid指定虚拟用户相应的GID: <br>
<br>
/etc/postfix/vmailbox: <br>
test1@virtual1.domain test1 <br>
test2@virtual2.domain test2/ <br>
<br>
/etc/postfix/vuid: <br>
test1@virtual1.domain 5001 <br>
test2@virtual2.domain 5002 <br>
<br>
/etc/postfix/vgid: <br>
test1@virtual1.domain 5001 <br>
test2@virtual2.domain 5002 <br>
<br>
Execute something like the following commands for each mailbox recipient: <br>
对于每个邮箱文件类型的接收人,执行以下的命令创建邮箱: <br>
<br>
# touch /var/mail/vhosts/test1 <br>
# chown 5001:5001 /var/mail/vhosts/test1 <br>
<br>
Execute something like the following commands for each maildir recipient: <br>
对于每个邮件目录风格的接收人,执行以下命令创建邮件目录: <br>
<br>
# mkdir /var/mail/vhosts/test2 <br>
# chown 5002:5002 /var/mail/vhosts/test2 <br>
<br>
Be sure to make the necessary entries for root@$myhostname, <br>
postmaster@$myhostname and for any other necessary addresses. <br>
确保添加root@$myhostname,postmaster@$myhostname以及其他必要的邮件地址。 <br>
<br>
Example 2: co-existing with the default local delivery agent <br>
============================================================ <br>
例2:与默认的本地投递代理共存 <br>
<br>
In this example, the default Postfix local delivery agent handles <br>
the mail for non-virtual recipients; the virtual delivery agent <br>
handles virtual recipients, and all virtual mailboxes are owned <br>
by user ID 5000, group ID 5000. <br>
在这个例子中,默认的postfix本地投递代理处理非虚拟接收人(用户),虚拟投递代理处理虚拟接收人(用户),所有的虚拟邮箱都使用用户标识号5000和组标识号5000。 <br>
<br>
Instead of "hash" specify "dbm" or "btree", depending on your system <br>
type. The command "postconf -m" displays possible lookup table <br>
types. <br>
<br>
/etc/postfix/main.cf: <br>
# All domains and users delivered by the virtual local delivery agent. <br>
    #所有域和用户由虚拟本地投递代理投递 <br>
<br>
virtual_transport = virtual <br>
virtual_mailbox_base = /var/mail/vhosts <br>
virtual_mailbox_maps = hash:/etc/postfix/vmailbox <br>
virtual_mailbox_domains = $virtual_mailbox_maps <br>
virtual_minimum_uid = 100 <br>
virtual_uid_maps = static:5000 <br>
virtual_gid_maps = static:5000 <br>
<br>
# All domains and users delivered by the local delivery agent. <br>
# local_recipient_maps is used by the SMTP server to reject mail <br>
# for unknown users. <br>
    #所有域和用户由虚拟本地投递代理投递。 <br>
    # local_recipient_maps参数值由SMTP服务使用,用于拒绝未知用户。 <br>
<br>
local_transport = local <br>
mydestination = $myhostname $localhost.$mydomain <br>
local_recipient_maps = unix:passwd.byname $alias_maps <br>
<br>
Define a virtual delivery agent if the entry doesn't already exist: <br>
<br>
/etc/postfix/master.cf: <br>
virtual unix - n n - - virtual <br>
<br>
Example recipients, one UNIX-style mailbox, one qmail-style maildir: <br>
<br>
/etc/postfix/vmailbox: <br>
test1@virtual1.domain test1 <br>
test2@virtual2.domain test2/ <br>
<br>
/etc/postfix/vmaildomains: <br>
virtual1.domain required to prevent relay access denied errors <br>
virtual2.domain required to prevent relay access denied errors <br>
<br>
Execute something like the following commands for each mailbox recipient: <br>
<br>
# touch /var/mail/vhosts/test1 <br>
# chown 5000:5000 /var/mail/vhosts/test1 <br>
<br>
Execute something like the following commands for each maildir recipient: <br>
<br>
# mkdir /var/mail/vhosts/test2 <br>
# chown 5000:5000 /var/mail/vhosts/test2 <br>
<br>
Remember that each domain is required to have a postmaster contact <br>
address. <br>
注意,每个域都要求有一个postmaster的联系地址。 <br>
<br>
Example 3: hosting many virtual users <br>
===================================== <br>
例3:容纳大量虚拟用户 <br>
<br>
Example 2 is fine if you host only a few virtual users. With many <br>
users you will want to separate the information that changes often <br>
(the user addresses) from the information that changes rarely (the <br>
names of hosted domains). <br>
如果只处理少量的虚拟用户,那么例2是个好办法。随着用户数的增加,你将来希望把经常变化的信息(用户地址),同不常变化的信息(主机上的邮件域)分离开来。 <br>
<br>
This example is the same as above, with co-existing local and <br>
virtual domains, but it uses a separate table for specifying the <br>
virtual domain names. <br>
本例与例2相同,本地域和虚拟域共存。但本例使用一个单独的表来指定虚拟域域名。
板凳
 楼主| 发表于 2004-7-17 13:25:44 | 只看该作者

Re:[转帖]postfix 2.0.16的虚拟投递代理文档

/etc/postfix/main.cf: <br>
# All domains and users delivered by the virtual local delivery agent. <br>
<br>
virtual_transport = virtual <br>
virtual_mailbox_base = /var/mail/vhosts <br>
virtual_mailbox_maps = hash:/etc/postfix/vmailbox <br>
virtual_mailbox_domains = hash:/etc/postfix/vmaildomains <br>
virtual_minimum_uid = 100 <br>
virtual_uid_maps = static:5000 <br>
virtual_gid_maps = static:5000 <br>
<br>
# All domains and users delivered by the local delivery agent. <br>
# local_recipient_maps is used by the SMTP server to reject mail <br>
# for unknown users. <br>
<br>
local_transport = local <br>
mydestination = $myhostname $localhost.$mydomain <br>
local_recipient_maps = unix:passwd.byname $alias_maps <br>
<br>
Define a virtual delivery agent if the entry doesn't already exist: <br>
<br>
/etc/postfix/master.cf: <br>
virtual unix - n n - - virtual <br>
<br>
Example recipients, one UNIX-style mailbox, one qmail-style maildir: <br>
<br>
/etc/postfix/vmailbox: <br>
test1@virtual1.domain test1 <br>
test2@virtual2.domain test2/ <br>
<br>
/etc/postfix/vmaildomains: <br>
virtual1.domain required to prevent relay access denied errors <br>
virtual2.domain required to prevent relay access denied errors <br>
<br>
Execute something like the following commands for each mailbox recipient: <br>
<br>
# touch /var/mail/vhosts/test1 <br>
# chown 5000:5000 /var/mail/vhosts/test1 <br>
<br>
Execute something like the following commands for each maildir recipient: <br>
<br>
# mkdir /var/mail/vhosts/test2 <br>
# chown 5000:5000 /var/mail/vhosts/test2 <br>
<br>
Remember that each domain is required to have a postmaster contact <br>
address. <br>
<br>
Example 4: forwarding mail for an old account to a new address <br>
============================================================== <br>
例4:将一个旧账号的邮件转发到新地址 <br>
<br>
In order to forward mail for a user who no longer exists, one would <br>
set up a rule in a virtual table (please ignore the text in the <br>
virtual configuration file about virtual domains): <br>
为了转发一个已经不存在的用户的邮件,应该在虚拟表中建立一条规则(请忽略在虚拟配置文件中关于虚拟域的描述): <br>
(注:我认为这应该是虚拟别名干的活,怎么会写到虚拟投递代理中呢?它这样写难道是为了说明使用虚拟投递代理的情况下,如何做别名?) <br>
<br>
/etc/postfix/main.cf: <br>
virtual_maps = hash:/etc/postfix/virtual <br>
<br>
/etc/postfix/virtual: <br>
old_user@old.domain new_user@new.domain <br>
<br>
Example 5: setting up a virtual vacation autoresponder <br>
====================================================== <br>
例5:建立一个虚拟假期自动应答器(邮件自动回复) <br>
<br>
In order to set up an autoreply for virtual recipients while still <br>
delivering mail as normal, set up a rule in a virtual table (please <br>
ignore the text in the virtual configuration file about virtual <br>
domains): <br>
为了建立一个虚拟用户的自动应答器,同时虚拟用户还可以正常投递邮件,需要在虚拟表中创建一条规则(请忽略在虚拟配置文件中关于虚拟域的描述): <br>
<br>
/etc/postfix/main.cf: <br>
virtual_maps = hash:/etc/postfix/virtual <br>
<br>
/etc/postfix/virtual: <br>
user@domain.tld user@domain.tld, user@autoreply.domain.tld <br>
<br>
This delivers mail to the recipient, and sends a copy of the mail <br>
to the address that produces automatic replies. The address can be <br>
serviced on a different machine, or it can be serviced locally by <br>
setting up a transport map entry that pipes all mail for the <br>
autoreply.domain.tld into some script that sends an automatic <br>
reply back to the sender. <br>
以上设置将信投递给接收人user@domain.tld的同时,也复制了一份原件发送给向产生自动回复的邮件地址user@autoreply.domain.tld。这个地址可以是在不同的服务器上,也可以是在本地。在本地的做法是创建一个传递映射表项,该表项将所有发向自动回复地址的邮件转到某个脚本上,该脚本将会发送自动回复给发件人
您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

小黑屋|手机版|Archiver|邮件技术资讯网

GMT+8, 2024-5-19 12:25

Powered by Discuz! X3.2

© 2001-2016 Comsenz Inc.

本论坛为非盈利中立机构,所有言论属发表者个人意见,不代表本论坛立场。内容所涉及版权和法律相关事宜请参考各自所有者的条款。
如认定侵犯了您权利,请联系我们。本论坛原创内容请联系后再行转载并务必保留我站信息。此声明修改不另行通知,保留最终解释权。
*本论坛会员专属QQ群:邮件技术资讯网会员QQ群
*本论坛会员备用QQ群:邮件技术资讯网备用群

快速回复 返回顶部 返回列表