일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- osi7layer
- 스노트 룰
- database
- Snort Rule
- 코딩 테스트
- MySQL
- Container
- 트레바리
- 리눅스
- 스노트
- programmers
- coding test
- 데이터베이스
- 라우팅프로토콜
- 라우터
- Routing
- Cosmos
- 도커
- 라우팅
- db
- 코딩테스트
- Linux
- TDD
- snort
- Router
- Python
- 프로그래머스
- docker
- 컨테이너
- OSI7계층
Archives
- Today
- Total
목록IMAP (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
Web에서의 Mail 환경 설정해보기
1. dovecot 설치 yum -y install dovecot2. dovecot 설정 /etc/dovecot/dovecot.conf 24번, 30번, 33번 주석 제거 /etc/dovecot/conf.d/10-ssl.conf 8번 라인의 ssl = required -> ssl = no 변경 14번 15번 라인에 주석 추가 /etc/dovecot/conf.d/10-mail.conf 25번, 166번 주석 제거 121번 주석 제거 후 mail_access_groups = -> mail_access_groups = mail 로 변경 /etc/dovecot/conf.d/10-auth.conf 10번 주석 제거 후 disable_plaintext_auth = yes -> disable_plaintex..
Simple is IT/Server
2020. 5. 7. 10:15