qmail在Linux,Solaris系統安裝詳解(轉)
安裝平臺:Linux,Solaris
版本:qmail-1.03
安裝的機器: mail.mydomain.com
軟體包:
qmail-1.03 Qmail基本系統
ucspi-tcp-0.88 tcpsever服務程式
daemontools-0.70 監視工具
checkpassword-0.81 pop3驗證使用者的程式
ezmlm-0.53 郵件轉發
vpopmail-4.9.6-1 虛擬域使用者pop3支援
qmailadmin-0.35 虛擬域web管理
autorespond-1.0.0 自動回覆程式
sqwebmail-1.2.0 webmail
vqsignup-0.4 web方式使用者註冊
軟體來源:
每個包安裝前務必先仔細閱讀INSTALL和FAQ,很多問題在FAQ都有解決方法。
安裝步驟:
1. #mkdir /var/qmail
2. # groupadd nofiles
# useradd -g nofiles -d /var/qmail/alias alias
# useradd -g nofiles -d /var/qmail qmaild
# useradd -g nofiles -d /var/qmail qmaill
# useradd -g nofiles -d /var/qmail qmailp
# groupadd qmail
# useradd -g qmail -d /var/qmail qmailq
# useradd -g qmail -d /var/qmail qmailr
# useradd -g qmail -d /var/qmail qmails
3. #tar xzvf qmail-1.03.tar.gz
進入qmail目錄後,仔細閱讀一下README和INSTALL檔案.然後開始編譯qmail
#make setup check
4. #cd qmail-1.03
#./config
5. 建立系統別名
# (cd ~alias; touch .qmail-postmaster .qmail-mailer-daemon .qmail-root)
# chmod 644 ~alias/.qmail*
6. # cp /var/qmail/boot/home /var/qmail/rc
# chmod 755 /var/qmail/rc
?? /var/qmail/rc
修改其中 ./Mailbox 成? ./Maildir ,如下:
# !/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Maildir by default.
exec env - PATH="/var/qmail/bin: $PATH"
qmail-start ./Maildir splogger q
其中 splogger qmail 指令是用??礆??礆?於 / 中。
建立?板
$ /var/qmail/bin/maildirmake /etc/skel/Maildir
$ echo ./Maildir/ > ~/.qmail
注意 Maildir 必???使用者所有,可以 chown ?更,?以 chmod 700 Maildir 韻定?限。
7. 安硯 ucspi-tcp-0.88
# tar zxvf ucspi-tcp-0.88.tar.gz
# cd ucspi-tcp-0.88
# make
# make setup check
?行??被安硯於 /usr/local/bin 中。
8. 安硯 checkpassword
# tar zxvf checkpassword-0.81.tar.gz
# cd checkpassword-0.81
# make
# make setup check
# chmod og-rx /bin/checkpassword
?行? checkpassword ?被安硯於 /bin 中
如果不對/etc/passwd中的使用者開放mail,不需要裝checkpassword,只要裝vpopmail
9. 安硯 daemontools
# tar zxvf daemontools-0.70.tar.gz
# cd daemontools-0.70
# make
# make setup check
?行??安硯於 /usr/local/bin 中
安裝本工具後可以用
# mkdir /var/run/qmail
# supervise /var/run/qmail /var/qmail/rc
來啟動qmail,可以用svc來關閉活重起qmail,用svstat監視qmail執行情況,(qmail FAQ)
10. 安裝 vpopmail
# groupadd vchkpw
# useradd -g vchkpw vpopmail
# mkdir ~vpopmail/etc
# echo ":allow" > ~vpopmail/etc/tcp.smtp
# tar zvfz vpopmail-4.9.6-1.tar.gz
# cd vpopmail-4.9.6-1
# ./configure --enable-roaming-users=y --enable-default-domain=mydomain.com --enable-passwd=n
# make
# make install-strip
# crontab -e
40 * * * * /home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null
# cd /home/vpopmail/bin
# ./vadddomain mydomain.com mydomain
append mydomain.com to /var/qmail/control/rcpthosts
11.停止sendmail 服?
# killall -TERM sendmail (Linux)
接著以 qmail 之 sendmail libraby 取代原有之 sendmail
# mv /usr/lib/sendmail /usr/lib/sendmail.old
# mv /usr/sbin/sendmail /usr/sbin/sendmail.old
# ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
# ln -s /var/qmail/sbin/sendmail /usr/sbin/sendmail
移除 sendmail ??程式,以 Linux ?例:
移除 inetd.conf 中的 sendmail 之韻定,以及 /etc/rc.d/init.d 下的 sendmail ???。(Linux)
12.??qmail SMTP , POP3 daemon 系靳服?
建立 SMTP 弈信??
建立 /etc/tcp.smtp ?容?
:allow
此?接受任何Client端所辦出之弈送信件
若要拒睫某些IP所辦出之Relay?改? /etc/tcp.smtp如下
1.2.3.4:allow,RELAYCLIENT=""
127.:allow, RELAYCLIENT=""
如此,除1.2.3.4及127.*之外的所有位址,都?被拒睫弈送信件。
接下?,弈? tcp.smtp 成? cdb 格式。
# /usr/local/bin/tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
注意:若? tcp.smtp 有任何?更,都必??咿 tcprules 弈?成? cdb 才?生效。
另外,tcp.smtp 若?空白,?表示拒睫所有的弈送,因?盍韻的??? deny。
至此,弈送??已建立,稍後?依此???? qmail-smtpd。
韻定 SMTP 及 POP3 daemon 之??
?移除 inetd.conf 中有晷 smtp 及 pop3 的韻定 (加上 # ?)
?? /etc/services,改?以下韻定:
smtp 25/tcp mail
# pop-3 110/tcp #pop version 3
# pop-3 110/udp
pop3 110/tcp
pop3 110/udp
?? SMTP:
/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb
-u UID -g GID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
| /var/qmail/bin/splogger smtpd 3 &
其中UID和GID?前述新增 qmail 系靳??之 qmaild 之 User ID,以及 nofiles 之 group ID。
/var/qmail/bin/splogger那一行??log??在 /var/log/maillog。
?? POP3:
?????加入以下韻定:
tcpserver -H -R 0 pop3
/var/qmail/bin/qmail-popup mail.mydomain.com
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
在/etc/rc.d/init.d下建立檔案qmail,內容如下:
# cd ../rc3.d # ln -s ../init.d/qmail S98qmail qmailadmin WEB方式管理qmail 1 ezmlm $ make $ make man # make setup 2 autorespond gcc -Wall -o autorespond autorespond.c cp autorespond /usr/local/bin/autorespond 3 qmailAdmin 3.1. Before we can make and install there are a few things to consider.. a. do you have a vpopmail user and installed vchkpw b. where is your cgi bin directory c. where is your ezmlm directory d. where is your autorespond directory If you are missing any one of those you can stop reading this now and go install it!! 3.2 install # ./configure # make # make install-strip 瀏覽器中開啟路徑 使用者postmaster;域mydomain.com;口令:mydomain WebMail -- SqWebmail # tar xvfz sqwebmail-1.2.0.tar.gz # cd sqwebmail-1.2.0 # ./configure --without-authpam --without-authuserdb --enable-webpass=no --without-authpwd --without-authshadow # make configure-check # make (當我make的時候報錯找不到db.h,cp /usr/include/db1/db.h /usr/include/db.h) # make check # make install-strip # make install-configure 瀏覽器中開啟路徑 vqsignup # tar xvfz vqsignup-0.4.tar.gz # cd vqsignup-4.0 按照INSTALL安裝-------------------------------------------#! /bin/shcase " $1" instart)echo -n "start qmail:"/var/qmail/rc &echo "."echo -n "start smtp service:"
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752019/viewspace-941489/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Linux環境中安裝Qmail的經歷(轉)LinuxAI
- Qmail系統的安裝、簡單配置及使用(轉)AI
- Solaris2.6下面安裝qmail十步搞定(轉)AI
- Linux系統安裝詳解Linux
- Solaris8作業系統安裝(轉)作業系統
- 在 linux 系統下安裝 perl(轉)Linux
- Solaris 8 for Intel 作業系統的安裝(轉)Intel作業系統
- 在硬碟上安裝windows,linux,solaris的組合(轉)硬碟WindowsLinux
- Solaris培訓第三章:安裝Solaris作業系統(轉)作業系統
- Qmail+LDAP安裝配置例項(一)(轉)AILDA
- Solaris 系統上手動解除安裝 WebSphereWeb
- vnc在solaris的安裝VNC
- RUST 在linux 系統的安裝RustLinux
- 【Solaris】Virtualbox 安裝 Oracle Solaris 10(二) 圖形化安裝作業系統Oracle作業系統
- 在Linux系統裡安裝VirtualBox的詳細步驟Linux
- 在Linux系統下安裝Perl指令碼語言(轉)Linux指令碼
- Linux系統安裝MySQL詳細教程LinuxMySql
- Linux系統安裝gcc詳細教程。LinuxGC
- 網路安裝solaris(轉)
- linux系統管理命令詳解(轉)Linux
- Linux系統網路詳解(轉)Linux
- solaris8安裝詳細的中文文件(轉)
- bang,請教qmail安裝配置AI
- Solaris中對tar.z進行安裝解除安裝教程詳解
- ldap+qmail+postaci安裝和使用者管理(轉)LDAAI
- Solaris 系統命令(轉)
- 網路安裝Solaris 10(轉)
- Linux中如何安裝RabbitMQ?在linux系統中安裝Rabbitmq的方法LinuxMQ
- 【Solaris】Solaris10作業系統 原始碼安裝apache軟體包作業系統原始碼Apache
- linux solaris aix上取系統前N天日期(必須安裝perl)LinuxAI
- Linux系統安裝Linux
- 詳解Linux作業系統裝置驅動相容性(轉)Linux作業系統
- 簡介ManDrake Linux系統硬碟安裝(轉)Linux硬碟
- 紅旗Linux作業系統安裝(轉)Linux作業系統
- Qmail下建立大容量郵件系統簡答(轉)AI
- Linux系統安裝01-centos7系統安裝LinuxCentOS
- 在機器裡安裝FreeBSD,LINUX和WindowsXP作業系統(轉)LinuxWindows作業系統
- 在Linux系統安裝flash的步驟方法Linux