상단

메일 송신 프로그램인 postfix를 정리 한다.

 

설치 가이드


 
 apt-get -y install postfix

![옵션 선택](img/Install postfix 001.png)

  • "위성 시스템"을 선택하고 "확인"은 누른다.

  • 메일 도메인인 "jopenbusiness"을 입력하고 "확인"을 누른다.

  • qmail을 통해서 메일을 보내기 위해서 "smtp.qmail.com"을 입력하고 "확인"을 누른다.

  • postfilx 동작 확인

 
 #--- /usr/lib/postfix/master 가 살아 있는지 확인 한다.
 ps -ef | grep postfix
 
  • ppp
    ![ppp](img/Install postfix 002.png)

  • ppp
    ![ppp](img/Install postfix 003.png)

  • ppp
    ![ppp](img/Install postfix 004.png)

  • ppp
    ![ppp](img/Install postfix 005.png)

  • ppp
    ![ppp](img/Install postfix 006.png)

  • ppp
    ![ppp](img/Install postfix 007.png)

  • ppp
    ![ppp](img/Install postfix 008.png)

  • ppp
    ![ppp](img/Install postfix 009.png)

 
 
 

postfix 설정

  • postfix 환경 재설정 명령

 
 dpkg-reconfigure postfix
 
  • postfix 환경 설정 보기

 
 postconf | more
 
  • vi /etc/postfix/main.cf

    • /etc/init.d/postfix reload

 
 

사용자 가이드


 

관리자 가이드


 

참고 문헌


 
 

분류: 오픈소스 
email

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

이전글 :
다음글 :