<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>邮件服务器-邮件系统-邮件技术论坛(BBS) - Linux&amp;Unix</title>
    <link>http://bbs.5dmail.cn/forum-21-1.html</link>
    <description>Latest 20 threads of Linux&amp;Unix</description>
    <copyright>Copyright(C) 邮件服务器-邮件系统-邮件技术论坛(BBS)</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 04 Aug 2026 15:58:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.5dmail.cn/static/image/common/logo_88_31.gif</url>
      <title>邮件服务器-邮件系统-邮件技术论坛(BBS)</title>
      <link>http://bbs.5dmail.cn/</link>
    </image>
    <item>
      <title>一个IT监测管理如何用分布式实现轻松运维的实例</title>
      <link>http://bbs.5dmail.cn/thread-317968-1-1.html</link>
      <description><![CDATA[一个IT监测管理如何用分布式实现轻松运维的实例
IT技术不断深入应用，企业业务也不断扩展，IT基础设施规模、结构越来越庞大复杂化，现代化的IT监测、管理、运维倍受我们喜欢，如何更好地实现轻松运维落地，为更好地满足企业分布式网络自动化、智能化集中管理的需求，IT ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>好好干的</author>
      <pubDate>Mon, 27 Mar 2017 06:56:11 +0000</pubDate>
    </item>
    <item>
      <title>Linux系统巡检常用命令</title>
      <link>http://bbs.5dmail.cn/thread-214785-1-1.html</link>
      <description><![CDATA[Linux系统需要定期巡检，以检查服务器软硬件使用情况，相当于对人的体检，确保可以及时发现问题、解决问题，降低损失，常用的巡检命令如下：

 # uname -a # 查看内核/操作系统/CPU信息
 # head -n 1 /etc/issue # 查看操作系统版本
 # cat /proc/cpuinfo # 查看CPU ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>zuoruo</author>
      <pubDate>Tue, 26 Aug 2014 03:19:48 +0000</pubDate>
    </item>
    <item>
      <title>邮件客户端发送附件报错---服务器端中断连接</title>
      <link>http://bbs.5dmail.cn/thread-213563-1-1.html</link>
      <description><![CDATA[邮件服务器是EMOS1.5（基于CenterOS），通过客户端（Oulook，foxmail等）发送带附件（jpg，doc等格式）的邮件，有时候会发布出去，报错：一段时间没有响应，服务器端自动断开连接。重新发送故障依旧偶，但是把附件打成压缩包，就顺利发出。但有的时候不用压缩也能发出， ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>su30_mkk</author>
      <pubDate>Tue, 03 Jun 2014 03:56:42 +0000</pubDate>
    </item>
    <item>
      <title>Linux下压缩解压命令</title>
      <link>http://bbs.5dmail.cn/thread-199433-1-1.html</link>
      <description><![CDATA[处理tar文件解压：tar xvf FileName.tar
压缩：tar cvf FileName.tar DirName处理zip文件解压：unzip FileName.zip
压缩：zip -r FileName.zip DirName处理tar.gz文件解压：tar zxvf FileName.tar.gz
压缩：tar zcvf FileName.tar.gz DirNameFileName-压缩包文件名
 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>radarxu</author>
      <pubDate>Wed, 07 Nov 2012 01:48:22 +0000</pubDate>
    </item>
    <item>
      <title>openldap 的配置问题。</title>
      <link>http://bbs.5dmail.cn/thread-198741-1-1.html</link>
      <description><![CDATA[想用OPENLDAP 配置成企业通迅簿。以达到信息的共享及更新。

通过YUM 安装 OPENLDAP后，在/etc/openldap 下找不到 slapd.conf  配置文件。

LDAP 服务却可以正常的开启及停止。

以下是服务器上的相关的信息。
[root@ldap ~]# rpm -qa |grep ldap
openldap-2.4. ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>liuzuen</author>
      <pubDate>Tue, 07 Aug 2012 06:17:10 +0000</pubDate>
    </item>
    <item>
      <title>想向各位请教一下这样的工具如何做？</title>
      <link>http://bbs.5dmail.cn/thread-194362-1-1.html</link>
      <description><![CDATA[请各位花时间帮忙参考一下，谢谢大家！！！！
老板让做一个工具，这个工具有一个界面，界面上有一个按钮、一个浏览框。
功能就是按一下按钮，工具就开始扫maillog，然后把其中发现的可能出现的问题显示在浏览框中供使用者参考。
我要把可能出现的问题翻译出一个总结 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>dywisdomno1</author>
      <pubDate>Wed, 02 Nov 2011 03:28:11 +0000</pubDate>
    </item>
    <item>
      <title>CentOS5.X搭建自己的免费vps服务器</title>
      <link>http://bbs.5dmail.cn/thread-192660-1-1.html</link>
      <description><![CDATA[首先在服务器上安装CENTOS5.X 确保能连上网络
一.准备工作
1.然后更新：
yum check-update
yum update
2.打开防火墙8001端口
/sbin/iptables -I INPUT -p tcp –dport 8001 -j ACCEPT
/etc/rc.d/init.d/iptables save
/etc/init.d/iptables restart 
二.安装Op ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Wed, 16 Mar 2011 05:30:20 +0000</pubDate>
    </item>
    <item>
      <title>喀纳斯Ubuntu 10.10中文定制版</title>
      <link>http://bbs.5dmail.cn/thread-192659-1-1.html</link>
      <description><![CDATA[文件MD5值为：
d24ab4ac55fff1b655e070a79c3e6f66  kanas-ubuntu-10.10-desktop-i386-for-children.iso
05c0a710c6e0991c0611b03f16fa2460  kanas-ubuntu-10.10-desktop-i386.iso

喀纳斯自由软件专卖店在Ubuntu 10.10的基础上，在不修改Ubuntu的条件下，针对国内的 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Wed, 16 Mar 2011 05:25:25 +0000</pubDate>
    </item>
    <item>
      <title>Linux发行版openSUSE 11.4发布下载</title>
      <link>http://bbs.5dmail.cn/thread-192658-1-1.html</link>
      <description><![CDATA[3月11日消息，openSUSE项目是Novell公司资助的社区计划。为在方方面面促进Linux的普及应用，该计划提供了对openSUSE这份完整Linux发行版的免费、简便的获取访问。
　　openSUSE项目有三个主要目标：让openSUSE成为任何人都能最容易获得且最广泛使用的Linux发行版，利用 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Wed, 16 Mar 2011 05:23:19 +0000</pubDate>
    </item>
    <item>
      <title>寻求北京的Solaris+iPlanet邮件系统的技术服务和技术力量提供者</title>
      <link>http://bbs.5dmail.cn/thread-192328-1-1.html</link>
      <description><![CDATA[对不起 网管 ，发重复了；
相关问题的热烈讨论已经在这里进行中ing...
http://www.5dmail.net/bbs/viewthread.php?tid=192327&amp;highlight=iPlanet

[ 本帖最后由 aw3 于 2011-1-16 09:04 编辑 ]]]></description>
      <category>Linux&amp;Unix</category>
      <author>aw3</author>
      <pubDate>Sat, 15 Jan 2011 05:39:34 +0000</pubDate>
    </item>
    <item>
      <title>vsftp使用本地用户登陆帐户配置问题</title>
      <link>http://bbs.5dmail.cn/thread-192068-1-1.html</link>
      <description><![CDATA[本地用户是不是也可以像虚拟用户一样对每一个本地用户进行配置，还是只能用全局配置]]></description>
      <category>Linux&amp;Unix</category>
      <author>meiwenhua</author>
      <pubDate>Fri, 10 Dec 2010 03:55:51 +0000</pubDate>
    </item>
    <item>
      <title>ubunt9.04桌面版下快速搭建resin+java+nginx+php5+mysql5整合平台</title>
      <link>http://bbs.5dmail.cn/thread-192064-1-1.html</link>
      <description><![CDATA[什么安装系统，更新我就不罗嗦了，网上资料很多。直接说搭建平台
以下以root帐户安装为列！
一.resin+java平台
1.下载安装JAVA6
终端执行以下代码：（不要把终端关了）
apt-get install sun-java6-jre sun-java6-jdk
默认安装就行


－－－－－－－－－－－－ ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Thu, 09 Dec 2010 21:33:56 +0000</pubDate>
    </item>
    <item>
      <title>IDC福音：零成本，搭建自己的vps服务器</title>
      <link>http://bbs.5dmail.cn/thread-192063-1-1.html</link>
      <description><![CDATA[首先在服务器上安装CENTOS5.X 确保能连上网络
一.准备工作
1.然后更新：
yum check-update
yum update
2.打开防火墙8001端口
/sbin/iptables -I INPUT -p tcp –dport 8001 -j ACCEPT
/etc/rc.d/init.d/iptables save
/etc/init.d/iptables restart 

二.安装 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Thu, 09 Dec 2010 19:14:16 +0000</pubDate>
    </item>
    <item>
      <title>CentOS5.5 32位系统,编译升级2.6.32.12内核笔记</title>
      <link>http://bbs.5dmail.cn/thread-192062-1-1.html</link>
      <description><![CDATA[centos 5.5不久以前发布了，下载安装后发现，5.5所带的内核还是比较老，所以本次编译升级了性能最好的2.6.32.X系列稳定内核2.6.32.12版，并做以下笔录！





1.下载内核
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.12.tar.gz ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Thu, 09 Dec 2010 19:12:53 +0000</pubDate>
    </item>
    <item>
      <title>最全的centos系统资料提供下载</title>
      <link>http://bbs.5dmail.cn/thread-192061-1-1.html</link>
      <description><![CDATA[http://u.115.com/file/f3a011ffa
自己去下载吧~
centOS5.5版本]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Thu, 09 Dec 2010 19:11:10 +0000</pubDate>
    </item>
    <item>
      <title>FreeBSD邮件系统，全局通讯录</title>
      <link>http://bbs.5dmail.cn/thread-190809-1-1.html</link>
      <description><![CDATA[公司使用FreeBSD邮件系统，想实现一项类似Exchange全局通讯录的功能，即让所有的邮箱用户都拥有全公司邮箱地址通讯录，且可在服务器上集中管理这个通讯录，貌似LDAP可以实现该功能，但是如何将LDAP与FreeBSD邮件系统相结合呢，还请高手赐教。]]></description>
      <category>Linux&amp;Unix</category>
      <author>aaron_zhang</author>
      <pubDate>Tue, 24 Aug 2010 07:02:19 +0000</pubDate>
    </item>
    <item>
      <title>现在还有关于VNC的问题，PATH问题</title>
      <link>http://bbs.5dmail.cn/thread-190610-1-1.html</link>
      <description><![CDATA[对这个变量不熟悉
我装的是vnc-E4_5_r22160-x86_solaris.pkg


安装好后输入
#PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/openwin/bin:/usr/openwin/bin/xauth
#export PATH
#vncserver

能够在winxp上通过VNC viewer连接solaris 10

但是重启电脑后再开 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>luojiajia</author>
      <pubDate>Thu, 12 Aug 2010 08:33:20 +0000</pubDate>
    </item>
    <item>
      <title>招兼职solaris讲师</title>
      <link>http://bbs.5dmail.cn/thread-189071-1-1.html</link>
      <description><![CDATA[本公司现招兼职solaris培训讲师，待遇
优，可周末，有意者请联系我
QQ:496397940，邮
件:hailang869@163.com]]></description>
      <category>Linux&amp;Unix</category>
      <author>hehe123</author>
      <pubDate>Mon, 10 May 2010 06:53:54 +0000</pubDate>
    </item>
    <item>
      <title>LINUX下安装花生壳客户端步骤</title>
      <link>http://bbs.5dmail.cn/thread-188921-1-1.html</link>
      <description><![CDATA[下载地址：http://www.oray.com/peanuthull/download.php?act=down&amp;sys=linux

解压后得到：phlinux10all 目录

phlinux-1.0-install.fc5.tar.gz
phlinux-1.0-install.freebsd.4.1.tar.gz
phlinux-1.0-install.freebsd.5.4.tar.gz
phlinux-1.0-install.freebsd.6 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>Freemikej</author>
      <pubDate>Sat, 01 May 2010 09:36:30 +0000</pubDate>
    </item>
    <item>
      <title>LINUX新手的福音——4套 linux server VMware 7模版系统提供下载</title>
      <link>http://bbs.5dmail.cn/thread-188768-1-1.html</link>
      <description><![CDATA[发布的目的是让新手了解linux系统架设服务器的方法
必须安装VMware 7，下载模版系统，解压后直接用VMware 7打开

一. 32位 centos 5.4
系统内核 2.6.32.7
web环境 使用热点rdpm搭建
nginx 0.8.33
php 5.2.11 CGI-FCGI
eAccelerator v0.9.5.3
Zend Optimizer v3 ...]]></description>
      <category>Linux&amp;Unix</category>
      <author>静·观·思</author>
      <pubDate>Wed, 21 Apr 2010 16:01:19 +0000</pubDate>
    </item>
  </channel>
</rss>