Sendmail

오픈소스 비즈니스 컨설팅
Pnuskgh (토론 | 기여)님의 2018년 7월 19일 (목) 02:47 판 (→‎참고 문헌)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기

메일 발송 프로그램인 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

관리자 가이드

참고 문헌