일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스노트
- MySQL
- Container
- osi7layer
- 트레바리
- 코딩테스트
- TDD
- 라우터
- programmers
- 코딩 테스트
- Snort Rule
- db
- Python
- snort
- database
- 프로그래머스
- 데이터베이스
- Router
- docker
- 스노트 룰
- 리눅스
- Routing
- OSI7계층
- 컨테이너
- Linux
- coding test
- Cosmos
- 라우팅
- 라우팅프로토콜
- 도커
Archives
- Today
- Total
목록mailx (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
Send Mail Install (SMTP, TCP : 25): yum install sendmail sendmail-cf -y vi /etc/mail/sendmail.mc #52 dnl TRUST... #53 dnl define... dnl 지우고 저장 종료 (주석 제거) m4 sendmail.mc > sendmail.cf systemctl restart sendmail netstat -anlp | grep :25 // SMTP Port on Check 127.0.0.1 : 25 확인 Send Mail Program : yum install mailx -y #mail root@192.168.10.50 Subject : -- Content..... (Ctrl + D is EX..
Simple is IT/Server
2020. 5. 7. 10:14