일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dto valid
- 리눅스
- spring boot
- java9
- 도커
- Next.js 14
- 헤더 설정
- CentOS6
- JavaScript
- JPA
- header setting
- jpa entity자동
- java8
- custom valid
- generate entity
- 초기 세팅
- Java
- swagger
- NextJS
- memcached
- 초기 구축
- SpringBoot
- ollama langflow
- React
- MySQL
- jvm
- docker 설치
- spring
- docker
- generate pojos
Archives
- Today
- Total
개발자의 길
sendmail로 웹메일 SquirrelMail 웹메일 설정 본문
설치전 APM연동과 sendmail, dovecot 이 정상적으로 설치되어 있어야 합니다.
http://kjhfull.tistory.com/entry/YumAPM => yum APM RPM 연동하기
http://kjhfull.tistory.com/entry/RPMAPM => RPM APM관련 설정하기
http://kjhfull.tistory.com/entry/centosmail => sendmail, dovecot 설정하기
SquirrelMail 설정
다람쥐 메일을 실행파일로 간단히 설정이 가능합니다.
1. yum이용해 SquirrelMail 설치한다.
- [test]# yum install squirr*
squirrelmail noarch 1.4.8-5.el5.centos.7
php-mbstring i386 5.1.6-23.2.el5_3
2. /usr/share/squirrelmail/config 밑에 conf.pl을 환경파일을 실행한다.
4. http://IP/webmail 접속해서 아래 이미지가 나오면 정상이다. 아파치도 RPM으로 설치 되었다. 사용자 계정으로 로긴 한다.
로긴후 Option->Display preferences -> language에서 한글(Korean) 으로 바꾸고 Summit 한다.
이 외에도 옵션에선 다양한 설정이 가능하다.
5. 보내고 받기 테스트 결과 정상적으로 작동확인완료
ps)만약 편지쓰지 왼쪽편에 받은 편지함 쪽이 안나오면 폴더 권한 설정으로 (chmod 777 폴더) 해당 폴더를 다 열어 주면 된다.
http://kjhfull.tistory.com/entry/YumAPM => yum APM RPM 연동하기
http://kjhfull.tistory.com/entry/RPMAPM => RPM APM관련 설정하기
http://kjhfull.tistory.com/entry/centosmail => sendmail, dovecot 설정하기
SquirrelMail 설정
다람쥐 메일을 실행파일로 간단히 설정이 가능합니다.
1. yum이용해 SquirrelMail 설치한다.
- [test]# yum install squirr*
squirrelmail noarch 1.4.8-5.el5.centos.7
php-mbstring i386 5.1.6-23.2.el5_3
2. /usr/share/squirrelmail/config 밑에 conf.pl을 환경파일을 실행한다.
SquirrelMail Configuration : Read: config.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 off
S Save data
Q Quit
Command >> 2
*2번 서버셋팅으로 들어간다.
--------------------------------------------------
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 off
S Save data
Q Quit
Command >> 2
*2번 서버셋팅으로 들어간다.
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings
General
-------
1. Domain : localhost
2. Invert Time : false
3. Sendmail or SMTP : Sendmail
A. Update IMAP Settings : localhost:143 (uw)
B. Change Sendmail Config : /usr/sbin/sendmail
R Return to Main Menu
C Turn color off
S Save data
Q Quit
Command >>
1. 1번 도메인 => 서비스할 도메인을 적는다.(a.co.kr)
2. A. Update IMAP Settings에 들어간다.
- 4번 IMAP Server에 도메인을 넣는다.(a.co.kr)
- 8번 Server software에 other = Not one of the above servers 선택한다.
- S선 선택하여 현재 설정을 저장한다.
Command >> S
Data saved in config.php Press enter to continue...
- Q로 빠져나온다.
Command >> Q
Exiting conf.pl.
You might want to test your configuration by browsing to
http://your-squirrelmail-location/src/configtest.php
Happy SquirrelMailing!
3. [test]# service httpd restart
---------------------------------------------------------
Server Settings
General
-------
1. Domain : localhost
2. Invert Time : false
3. Sendmail or SMTP : Sendmail
A. Update IMAP Settings : localhost:143 (uw)
B. Change Sendmail Config : /usr/sbin/sendmail
R Return to Main Menu
C Turn color off
S Save data
Q Quit
Command >>
1. 1번 도메인 => 서비스할 도메인을 적는다.(a.co.kr)
2. A. Update IMAP Settings에 들어간다.
- 4번 IMAP Server에 도메인을 넣는다.(a.co.kr)
- 8번 Server software에 other = Not one of the above servers 선택한다.
- S선 선택하여 현재 설정을 저장한다.
Command >> S
Data saved in config.php Press enter to continue...
- Q로 빠져나온다.
Command >> Q
Exiting conf.pl.
You might want to test your configuration by browsing to
http://your-squirrelmail-location/src/configtest.php
Happy SquirrelMailing!
3. [test]# service httpd restart
4. http://IP/webmail 접속해서 아래 이미지가 나오면 정상이다. 아파치도 RPM으로 설치 되었다. 사용자 계정으로 로긴 한다.
로긴후 Option->Display preferences -> language에서 한글(Korean) 으로 바꾸고 Summit 한다.
이 외에도 옵션에선 다양한 설정이 가능하다.
5. 보내고 받기 테스트 결과 정상적으로 작동확인완료
ps)만약 편지쓰지 왼쪽편에 받은 편지함 쪽이 안나오면 폴더 권한 설정으로 (chmod 777 폴더) 해당 폴더를 다 열어 주면 된다.
'8. OUTLOOK' 카테고리의 다른 글
리눅스에서 샌드메일 쌓인 거 삭제 하기 (0) | 2009.12.28 |
---|---|
-ERR Can't get lock. Mailbox in use 대처법 (0) | 2009.12.22 |
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
Comments