Connecting Life and Technology

기술과 일상 사이를 잇는 워킹맘 기획자의 큐레이션( A Working Mom's Curation)

Study(아카이브)/OS&Linux

Ubuntu 메일 서버

zzzoey 2009. 12. 21. 16:21
반응형

postfix 설치
$ sudo apt-get install postfix

postfix 설정
$ sudo dpkg-reconfigure postfix ; 환경설정

Postfix Configuration : server.com mail.server.com localhost.server.com localhost
동기 업데이트 설정 Yes/No
Postfix Configuration : 기본 설정을 그대로 사용
procmail : yes
로컬 주소 확장용 문자 : + (기본값)
메일 폴더 설정 : sudo postconf -e 'home_mailbox = Maildir/'

참고 블로그
http://sukwoo.blogspot.com/2008/08/ubuntu-mail-server.html

'Study(아카이브) > OS&Linux' 카테고리의 다른 글

리눅스 Vmware 구동시 하드웨어 제어(Beep음, 네트워크 인식)  (0) 2010.10.17
OLE(Object Linking and Embedding)  (0) 2010.08.26
OSGi and UPnP  (0) 2009.06.10
vi 설정  (0) 2009.06.08