Asialinux3 for openwebmail配置
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-03
下载源码包:
85 tar -zxvf MIME-Base64-3.01.tar.gz 86 ls 87 cd MIME-Base64-3.01 88 ls 89 perl Makefile.PL 90 make 94 make install 98 rpm -ivh openwebmail-2.53-3.i386.rpm 99 rpm -ivh perl-Text-Iconv-1.4-1.2.el4.rf.i386.rpm 100 rpm -ivh perl-Compress-Zlib-1.42-1.el4.rf.i386.rpm 101 rpm -ivh perl -suidperl-5.8.5-36.RHEL4.i386.rpm 102 ls 103 rpm -ivh perl-CGI- SpeedyCGI-2.22-1.2.el5.rf.i386.rpm 104 rpm -ivh --nodeps perl-CGI-2.81- 88.4.i386.rpm 105 rpm -ivh --nodeps openwebmail-2.53-3.i386.rpm 106 cd /var/www/cgi.bin 107 cd /var/www/cgi-bin 108 ls 109 pwd 110 cd openwebmail/ 111 ls 112 etc 113 cd etc 114 ld 115 ls 116 cd defaults/ 117 ls 118 history 119 vi dbm.conf dbm_ext .db dbmopen_ext .db dbmopen_haslock yes yes smtpserver 192.168.76.2 120 cd .. 121 ls 122 vi openwebmail.conf 41行:default_language zh_cn.gb2312 100行:default_iconset Cool3D.Chinese.simplified 123 cd .. 124 ls 127 ./openwebmail-tool.pl --init 128 histoy 129 history 130 vi /etc/postfix/main.cf 94:myorigin = $myhostname 109:net_interfaces = all 157:ydestination = $myhostname, localhost.$mydomain, localhost,$mydomain,mail.$mydomain,[url]www.$mydomain[/url],ftp.$mydomain 79:mydomain = zhang.com 70:myhostname =mail.zhang.com 131 service postfix start 132 service httpd start 133 service sshd start 134 setup 135 setup 136 service iptables start 137 iptables -F 139 iptables -P INPUT DROP 142 iptables -A INPUT -p tcp --dport 80 -j ACCEPT 143 iptables -A INPUT -p tcp --dport 80 -j ACCEPT 144 iptables -A INPUT -p tcp --dport 80 -j ACCEPT 145 iptables -a INPUT -p tcp --dport 80 -j ACCEPT 146 iptables -A INPUT -p tcp --dport 80 -j ACCEPT 147 iptables -A INPUT -p tcp --dport 25 -j ACCEPT 148 iptables -A INPUT -p tcp --dport 22 -j ACCEPT 149 iptables -A INPUT -p udp --dport 53 -j ACCEPT |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于Asialinux3 for openwebmail配置的所有评论