Solaris

다람쥐메일(SquirrelMail) 설치

알 수 없는 사용자 2008. 3. 8.
728x90


--------------------------------------------------------------------------------------
- 작성자 : 김혁중(티니) [sky(golbangi or at)tini4u.net]
- 작성일 : 2006-07-01
- 사이트 : http://linux.tini4u.net/
- 원제목 : 큐메일 서버 구축 #9 - 다람쥐메일(SquirrelMail) 설치
- 환 경 : CentOS 4.3
- 키워드 : qmail install
--------------------------------------------------------------------------------------

다람쥐메일은 여러가지 출시된 많은 웹메일 오픈소스중 하나이며 필자가 애용하는 프로그램 입니다.
따라서 여타 다른 프로그램보다 사용이 간단한 다람쥐메일을 세팅하도록 하겠습니다.
다람쥐메일은 프로그램을 따로 설치하지 않아도 작동하기 때문에 매우 간편하게 세팅이 가능합니다.
다운로드 받으신 뒤 압축 해제하시고 몇가지 설정만 해주면 동작하는 프로그램이죠

1. 다람쥐메일 다운로드 (최신버전 : http://www.squirrelmail.org/download.php)
  [root@localhost]# wget http://jaist.dl.sourceforge.net/sourceforge/squirrelmail/squirrelmail-1.4.6.tar.gz
[root@localhost]# wget http://jaist.dl.sourceforge.net/sourceforge/squirrelmail/all_locales-1.4.6-20060409.tar.gz
[root@localhost]# tar xfpz squirrelmail-1.4.6.tar.gz
[root@localhost]# tar xfpz all_locales-1.4.6-20060409.tar.gz -C squirrelmail-1.4.6
 



2. 플러그인 다운로드 (최신버전 : http://www.squirrelmail.org/plugins.php)
다람쥐메일은 그대로 사용해도 괜찮지만 좀더 편리한 여러가지 기능을 추가하도록 하겠습니다.
이왕 사용할 웹메일인데 여러가지 플러그인을 활용하면 쓰는것이 편리할 것입니다.
아래는 필자가 추천하는 플러그인들 입니다.
플러그인을 다운받은뒤 압축을 풀고 다람쥐메일 디렉토리중 plugins에 넣어주시면 됩니다.

     1. ※ 다람쥐 메일에 기본적으로 들어있는 플러그인
   2. Delete Move Next
   3. Filters
   4. Listcommands
   5. Message Details
   6. NewMail
   7. Sent Subfolders
   8. SquirrelSpell
 



   1. ※ 다운받아서 추가해야되는 플러그인
     2. Add-ons -> Notes
   3. AddressBook -> Address Add
   4. Compose -> HTML Mail
   5.
   6. Message & Folder Manipulation -> Folder Sizes
   7. Message & Folder Manipulation -> Message Flags & Icons
   8.
   9. Message View -> Unsafe Image Rules
  10. Message View -> View As HTML
  11.
  12. Miscellaneous -> Compatibility
 




3. 다람쥐메일 설정
설정하기 전에 다람쥐메일 디렉토리명이 너무 길고 복잡하기 때문에 간단한 이름으로 바꿔줍니다.
필자는 편하게 webmail 이라고 하겠습니다.
  [root@localhost]# mv squirrelmail-1.4.6 webmail
[root@localhost]# ./configure
 



- 다람쥐메일 설정화면
  SquirrelMail Configuration : Read: config_default.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages

D. Set pre-defined settings for specific IMAP servers

C Turn color on
S Save data
Q Quit

Command >>
 



- Organization Preferences
  Organization Preferences
1. Organization Name : LTN(Linux.Tini4u.Net) 웹메일
2. Organization Logo : ../images/sm_logo.png
3. Org. Logo Width/Height : (308/111)
4. Organization Title : LTN(Linux.Tini4u.Net) 웹메일
5. Signout Page : http://webmail.foobar.com/
6. Top Frame : _top
7. Provider link : http://webmail.foobar.com/
8. Provider name : LTN(Linux.Tini4u.Net) 웹메일
 



- Server Settings
  Server Settings

General
-------
1. Domain : foobar.com
2. Invert Time : false
3. Sendmail or SMTP : SMTP

IMAP Settings
--------------
4. IMAP Server : localhost
5. IMAP Port : 143
6. Authentication type : login
7. Secure IMAP (TLS) : false
8. Server software : courier
9. Delimiter : detect

B. Update SMTP Settings : localhost:25
H. Hide IMAP Server Settings
 



- Plugins
  Plugins
Installed Plugins
1. squirrelspell
2. msg_flags
3. notes
4. address_add
5. filters
6. view_as_html
7. folder_sizes
8. compatibility
9. listcommands
10. message_details
11. newmail
12. unsafe_image_rules
13. html_mail
14. sent_subfolders
15. delete_move_next

Available Plugins:
16. spamcop
17. fortune
18. bug_report
19. translate
20. info
21. mail_fetch
22. abook_take
23. calendar
24. administrator
25. archive_mail
 



- Language preferences
  Language preferences
1. Default Language : ko_KR
2. Default Charset : ko_KR
3. Enable lossy encoding : false
 


※ 모든 설정을 마쳤으면 Save 하시고 웹에서 접속하시면 됩니다.
728x90

댓글