Sendmail

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기

메일 발송 프로그램인 sendmail을 정리 한다.

  • 홈페이지 :
  • 다운로드 :
  • 라이선스 :
  • 플랫폼 :


설치 가이드

Ubuntu Server에서 sendmail 설치

CentOS에서 sendmail 설치

사용자 가이드

메일 발송

  • Command Line에서 메일 발송
yum -y install sendmail sendmail-cf
yum -y install telnet

#--- 메일 발송
echo "this is a test" | sendmail -s test@gmail.com
#--- 첨부 파일을 포함한 메일 발송
mutt -s "Test Backup" -a /test.tar -- test@gmail.com < message.txt

관리자 가이드

참고 문헌