최근 수정일 : 2013.02.22 - postfix setting 설정 방법설명 ---* 현재 우분투 12.04, 10.04 버전에서 테스트를 하였습니다. ---- 설명 시작 ----reference 01. http://magicpd.tistory.com/602. ubuntu Server postfix setting 설명- Link1 https://help.ubuntu.com/12.04/serverguide/email-services.html- Link2 https://help.ubuntu.com/12.04/serverguide/postfix.html- Link3 https://help.ubuntu.com/10.04/serverguide/postfix.html 01. 우분투 설치 후 terminal 을..
$sudo gedit /etc/postfix/main.cf // 파일 수정 # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no # appending .domain is the MUA's job. append..