sendmail

sudo apt-get install sendmail
/etc/mail/sendmail*
└─$ ls /etc/mail/send*
/etc/mail/sendmail.cf  /etc/mail/sendmail.conf  /etc/mail/sendmail.mc
sendmail.cf
주 설정 파일

sendmail.mc
매크로 설정 파일
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

local-host-names
메일 서버에 사용되는 도메인을 입력

access
메일 서버로 접근하는 메일 접근 제어 파일
telnet localhost 25
ehlo 127.0.0.1
mail from : other@domain.co.kr
rcpt to : myemail@domail.co.kr
data
subject : mail subject
mail content
.