Email 서버1 [2-11] Email 서버 SMTP : 이메일을 이메일 서버에게 전송할때 사용(포트 번호 TCP 25) POP3 : 이메일 서버에게 이메일을 받아 올때 사용(포트 번호 TCP 110) 1. Sendmail 1-1. Sendmail 패키지 설치와 활성화 yum -y install sendmail rpm -qa sendmail rpm -ql sendmail | egrep -v '/usr/lib|/usr/share|/man/' systemctl enable --now sendmail systemctl status sendmail 1-2. Sendmail 서비스 관련 정보 확인 pgrep -a sendmail ps -ef | grep sendmail cat /etc/services | grep ^smtp netstat -nltp | gr.. 2022. 9. 12. 이전 1 다음