1. sendmail 폴더 이동 # cd /etc/mail/ 2. sendmail.mc 내용 수정 # vi sendmail.mc dnl 주석해제 변경전) dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl 변경후) DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl m4 sendmail.mc > sendmail.cf 3. 센드메일 리스타트 # /etc/init.d/sendmail restart Shutting down sendmail: [ OK ] Starting sendmail: [ OK ] 4. Listen 포트들중 587 포트를 확인 # netstat -anp | grep LISTEN