상단

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

관리자 가이드


 

참고 문헌


 
 

분류: 오픈소스 
email

최종 수정일: 2024-09-30 12:26:18

이전글 :
다음글 :