일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OSI7계층
- programmers
- Router
- database
- 라우팅프로토콜
- osi7layer
- snort
- Linux
- 컨테이너
- 프로그래머스
- Routing
- Python
- 스노트
- 라우팅
- 데이터베이스
- 도커
- MySQL
- Cosmos
- 코딩테스트
- Snort Rule
- coding test
- docker
- 라우터
- Container
- 코딩 테스트
- 리눅스
- 스노트 룰
- 트레바리
- TDD
- db
Archives
- Today
- Total
목록리눅스 메일 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
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