다음
이전
차례
$ su
password:
# cd /root/temp/
# cp [소스를 다운받은 디렉토리]/qmail-1.03.tar.gz /root/temp/
# cp [소스를 다운받은 디렉토리]/rblsmtpd-0.70.tar.gz /root/temp/
# cp [소스를 다운받은 디렉토리]/ucspi-tcp-0.88.tar.gz /root/temp/
# cp [소스를 다운받은 디렉토리]/daemontools-0.70.tar.gz /root/temp/
# tar -zxf qmail-1.03.tar.gz
# tar -zxf rblsmtpd-0.70.tar.gz
# tar -zxf ucspi-tcp-0.88.tar.gz
# tar -zxf daemontools-0.70.tar.gz
그러면, 각각의 qmail-1.03 rblsmtpd-0.70 ucspi-tcp-0.88 daemontools-0.70 라는 하위 디렉토리가 생긴다.
- 여기서, 왜 checkpassword 는 소스를 풀지 않는지 궁금해 할 수도 있는 사람이 있을 것이다.
- 이유는 일단 qmail 이 성공해야 pop3를 만들 수 있다는 것이다. pop3 의 설치는 아주 간단하므로,
- qmail 설치 성공이후에 다룰 것이다.
다음
이전
차례