Sendmail 설치 및 메일 전송
설치확인sendmail -d0.1 -bv root또는rpm -q sendmail 설치sudo yum install sendmail sendmail-cf -y 시작 및 부팅시 자동실행sudo systemctl start sendmailsudo systemctl enable sendmail 상태확인sudo systemctl status sendmail 테스트 메일 전송echo "This is the body of the email" | mail -s "Test Email from Sendmail" you@example.com 또는sudo sendmail you@example.com 로그확인sudo tail -f /var/log/maillog