blog.naver.com/budget74
주로 help.ubuntu.com에서 도움을 많이 받았는데 설정하는 것이 많다보니 일일이 다 정리를 못 하겠습니다.
맥락만 정리하고 세부설정을 참고 사이트를 활용하세요.
1. postfix 설치
#sudo apt-get install postfix |
Troubleshooting: https://help.ubuntu.com/community/Postfix
2. mailutils 설치
#sudo apt-get install mailutils |
3. POP3 설치
#sudo apt-get install courier-pop |
Troubleshooting: https://help.ubuntu.com/community/PostfixBasicSetupHowto#Installing courier IMAP and POP3
4. IMAP 설치
#sudo apt-get install courier-imap |
Troubleshooting: https://help.ubuntu.com/community/PostfixBasicSetupHowto#Installing courier IMAP and POP3
5. Anti-Spam 설치
#sudo apt-get install amavisd-new spamassassin clamav-daemon #sudo apt-get install libnet-dns-perl libmail-spf-query-perl pyzor razor #sudo apt-get install arj bzip2 cabextract cpio file gzip lha nomarch pax rar unrar unzip zip zoo |
Troubleshooting: https://help.ubuntu.com/community/PostfixAmavisNew
6. [옵션 Webmail] squirrelmail 설치
#sudo apt-get install squirrelmail #sudo squirrelmail-configure |
Troubleshooting: https://help.ubuntu.com/community/Squirrelmail
* 한글 설정
System 언어를 확인하여 'i18n.php'에 설정해 주셔야 합니다.
저는 아래와 같이 'ko_KR.UTF-8' 를 사용하고 있어서 944라인에 다음과 같이 삽입하였습니다.
#echo $LANG ko_KR.UTF-8 #sudo vi /usr/share/squirrelmail/functions/i18n.php 939 $languages['ko_KR']['NAME'] = 'Korean'; |
그럼 Ubuntu 에서 Mail / WebMail 모두 잘 설치하시기 바랍니다.
'Linux' 카테고리의 다른 글
Ubuntu ssh root 접속 (0) | 2017.07.10 |
---|---|
[확인해볼것] MS 윈도우즈용 시스템 백업/복제툴 (0) | 2011.10.25 |
Linux PCMCIA 8139too 랜카드 추가방법 (0) | 2011.02.18 |
접속시도를 여러번 하는 IP 자동 블락하기 (0) | 2011.02.18 |
Linux 자동백업 cron활용법 (0) | 2011.02.18 |