⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1410.html

📁 著名的linux英雄站点的文档打包
💻 HTML
📖 第 1 页 / 共 4 页
字号:
tar -xzf $QM_GZDIR/squirrelmail-1.4.0.tar.gz<br>
mv squirrelmail-1.4.0 webmail<br>
cd webmail<br>
mkdir attachment<br>
chown -R www.www data<br>
chown -R www.www attachment<br>
chmod 733 attachment<br>
./configure<br>
<br>
这个脚本应该比较简单了,但是需要注意的是,需要把 IMAP 配置修改为 courier 类型。<br>
configure 时有关于 Inbox/Trash/Sent 等邮件夹的命名,需要和 /usr/lib/courier-imap/etc/imapd 中的邮件夹对应起来。<br>
<br>
<br>
修改语言的地方是 locale/zh_CN/LC_MESSAGES 下的 squirrelmail.po 。<br>
修改完毕后,用 msgfmt -o squirrelmail.mo squirrelmail.po 来格式化一下。<br>
<br>
另外有一些好的 Plugin 可以去 www.squirrelmail.org 下载,但是国内封锁了这个地址,需要用代理服务器才能访问,建议您寻找合适的代理服务器去访问。<br>
<br>
在 Linux Console 下用 wget 去下载这些 plugin 时,需要设置:<br>
export http_proxy="ns.proserv.co.jp:80"<br>
然后就可以用 wget 下载了。<br>
<br>
<br>
<br>
八、需要注意的其他事项:<br>
<br>
1、安装 PHP 时需要配置的 php.ini 的参数:<br>
max_execution_time=60<br>
memory_limit=10M<br>
post_max_size=8M<br>
upload_max_filesize=8M<br>
file_uploads=On<br>
log_errors=On<br>
error_log=/usr/local/apache/logs/php.error<br>
<br>
如果你看到没有这个错误文件产生,需要 touch 这个文件,并让 www 用户有权写这个文件。<br>
然后重新启动 apache 就应该可以了。<br>
<br>
需要说明的是,您的 php.ini 并不一定使用以上的目录,您需要建立一个页面 test.php<br>
&lt;?php<br>
phpinfo();<br>
?&gt;<br>
查找 php.ini,确认您的 php.ini 的路径是否和自己建立的一致。<br>
另外用 CGI 方式的 php 程序,可以在命令行下用 php -i|grep php.ini 知道 php.ini的路径。<br>
<br>
建立 SquirrelMail 用户配置文件的数据库,<br>
建议建立在 vpopmail 数据库上。<br>
<br>
CREATE TABLE address_book (<br>
owner varchar(128) DEFAULT '' NOT NULL,<br>
nickname varchar(16) DEFAULT '' NOT NULL,<br>
firstname varchar(128) DEFAULT '' NOT NULL,<br>
lastname varchar(128) DEFAULT '' NOT NULL,<br>
email varchar(128) DEFAULT '' NOT NULL,<br>
label varchar(255),<br>
PRIMARY KEY (owner,nickname),<br>
KEY firstname (firstname,lastname)<br>
);<br>
<br>
CREATE TABLE userprefs (<br>
user varchar(128) DEFAULT '' NOT NULL,<br>
prefkey varchar(64) DEFAULT '' NOT NULL,<br>
prefval blob DEFAULT '' NOT NULL,<br>
PRIMARY KEY (user,prefkey)<br>
);<br>
quit<br>
<br>
===============================================<br>
附件:<br>
<br>
文件下载记录:<br>
wget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz<br>
wget http://cr.yp.to/software/qmail-1.03.tar.gz<br>
wget http://www.ckdhr.com/ckd/qmail-103.patch<br>
wget http://www.qmail.org/qmailqueue-patch<br>
wget http://www.shupp.org/patches/qmail-maildir++.patch<br>
wget ftp://ftp.pipeline.com.au/PipeInt/Sources/Linux/WebMail/qmail-date-localtime.patch.txt<br>
wget ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-badmailfrom-badrcptto.patch.txt<br>
wget ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmailctl.txt<br>
wget http://www.inter7.com/devel/vpopmail-5.3.20.tar.gz<br>
wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz<br>
wget http://www.qmail.org/ucspi-rss.diff<br>
wget http://apache.linuxforum.net/dist/httpd/httpd-2.0.45.tar.gz<br>
wget http://flow.dl.sourceforge.net/sourceforge/squirrelmail/squirrelmail-1.4.0.tar.bz2<br>
wget http://telia.dl.sourceforge.net/sourceforge/courier/courier-imap-1.7.3.tar.bz2<br>
wget http://telia.dl.sourceforge.net/sourceforge/courier/maildrop-1.5.3.tar.bz2<br>
wget http://telia.dl.sourceforge.net/sourceforge/qmail-scanner/qmail-scanner-1.15.tgz<br>
wget http://www.jerfu.com/downloads/toaster/idx.shupp.patch.gz<br>
wget http://www.jerfu.com/downloads/toaster/toaster-scripts.tar.gz<br>
wget http://www.spamassassin.org/released/Mail-SpamAssassin-2.31.tar.gz<br>
wget http://www.tiski.de/linux/patches/vpopmail/patch-quotafix-1.06.gz<br>
<br>
<br>
关于 qmail vpopmail 的原理问题,将另文详细解说。<br>
<br>
<br>
<br>
&lt;  Solaris 9 上面安装 Zope 2.6.1 | MySQL 从 3.23 升级到 4.0 四部曲  &gt;<br>
<br>
 <br>
	<br>
相关连接 	<br>
# 有关Tutorial 的文章<br>
# 作者徐永久的所有文章<br>
# 联系作者<br>
	<br>
	<br>
<br>
下面的点评文字版权归点评者所有。<br>
( 点评 )<br>
<br>
Solaris 9 上安装 qmail + vpopmail + squirrelmail<br>
by 徐永久 on 07月14日 11:31<br>
由于 MySQL 4.0.13 tarball 版本在 Solaris 9 上一直不能编译成功,而使用 MySQL 官方网上 64Bit 的版本则导致以后的 vpopmail 编译失败。<br>
<br>
所以决定采用 32bit 的 standard 版本,终于编译成功。<br>
<br>
但是 qmailadmin 继续失败。<br>
<br>
<br>
<br>
<br>
<br>
[ 回应此文 ]<br>
<br>
    *<br>
      Re: Solaris 9 上安装 qmail + vpopmail + squirrelmail<br>
      由 kinux 发表于 09月01日 11:02<br>
      为什么不用Solaris 8??<br>
      [ 回复本贴 ]<br>
          o<br>
            Re: Solaris 9 上安装 qmail + vpopmail + squirrelmail<br>
            由 徐永久 发表于 10月13日 00:02<br>
            人家已经安装很多应用的 Sol. 9 ,为什么要用 8 ?<br>
<br>
            MySQL 的 4.0.15a 的 tarball 版本在 Solaris 9 下成功编译。<br>
<br>
            [ 回复本贴 ]<br>
<br>
安装的时候碰到的一些低级错误<br>
by 徐永久 on 07月14日 23:00<br>
编译 vpopmail 的时候,到<br>
getsockname 那里的时候就停滞。<br>
<br>
发现 /home 不能 rmdir ,建立文件也很慢。<br>
rmdir /home 报告 device busy 。<br>
<br>
lsof 也没有发现占用 /home 的进程。<br>
后来一个简单的 umount /home 就解决了。<br>
是 auto_master 的 NIS 服务占用了 /home 。<br>
<br>
十分奇怪的问题。<br>
<br>
<br>
然后就是 patch 的问题。<br>
安装 qmailadmin 的时候<br>
patch &lt; idx.patch<br>
按理说不会出错。<br>
<br>
如果出错就是没有安装 gnupatch 。<br>
可以 which patch 显示的就是 /usr/local/bin 下 的 gnu 版本的 patch ,但是上面的命令就是不行。<br>
<br>
然后,用 /usr/local/bin/patch &lt; idx.patch 就<br>
搞定了。<br>
<br>
这些怪问题,有时候你永远都不会遇到。<br>
<br>
当你遇到的时候,你也很难理解。
</FONT><br>
                                      </TD>
                                    </TR>
                                <TR>
                                <TD colSpan=2><FONT 
                                class=middlefont></FONT><BR>
                                        <FONT 
                                class=normalfont>全文结束</FONT> </TD>
                                    </TR>
                                <TR>
                                <TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2 
                                height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
                        <TD vAlign=top width="20%" 
                      background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2> 
                          <DIV align=center> 
                            <table class=tableoutline cellspacing=1 cellpadding=4 
                        width="100%" align=center border=0>
                              <tr class=firstalt> 
                                <td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
                                <font class=normalfont><b>所有分类</b></font></td>
                              </tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td>    </tr>  </table></td></tr>                            </table>
                          </DIV></TD></TR>
                    <TR vAlign=top>
                        <TD width="80%"> 
                          <DIV align=center><BR>
                          </DIV>
                        </TD></TR></TBODY></TABLE></TD></TR>
                </TABLE></TD></TR>
          </TABLE>
      <TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee 
        border=0><TBODY>
        <TR>
          <TD width="50%">
              <P><FONT class=middlefont>版权所有 &copy; 2004 <A 
            href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
                违者必究. </FONT></P>
            </TD>
          <TD width="50%">
              <DIV align=right><FONT class=middlefont>Powered by: <A 
            href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
            </TD></TR></TBODY></TABLE>
      <CENTER></CENTER></TD></TR>
    </TABLE></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -