일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- db
- osi7layer
- 컨테이너
- 라우터
- 스노트 룰
- 코딩 테스트
- MySQL
- Linux
- Snort Rule
- docker
- 라우팅프로토콜
- 데이터베이스
- Python
- 코딩테스트
- Cosmos
- Container
- TDD
- 스노트
- snort
- Routing
- 프로그래머스
- 도커
- coding test
- database
- 트레바리
- 라우팅
- OSI7계층
- Router
- programmers
- 리눅스
Archives
- Today
- Total
목록linux mail (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