====== Dovecot ====== 메일 수신 프로토콜인 POP3와 IMAP 서버 구축을 위한 프로그램이다. ====== 설치 ====== $ sudo apt-get install dovecot-imapd dovecot-pop3d ====== 설정 ====== **/etc/dovecot/dovecot.conf 수정** protocols = imap imaps listen = *, :: ssl_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem ssl_key_file = /etc/ssl/private/ssl-cert-snakeoil.key ssl_disable = no disable_plaintext_auth = no mail_location = mbox:~/mail:INBOX=/var/mail/%u 위 내용 추가 (관련 내용은 help.ubuntu.com 참고) **서버 확인** $ service dovecot restart $ telnet localhost 143 ====== 링크 ====== * https://help.ubuntu.com/12.04/serverguide/dovecot-server.html * http://www.ruatic.net/181 * http://jweh.tistory.com/81 * http://www.xinet.kr/tc/138 * http://wiki.dovecot.org/QuickConfiguration - plain-text 관련 * [[http://blog.boyo.kr/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-sendmailsmtp-%EC%9D%B8%EC%A6%9D-dovecot-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%84%A4%EC%A0%95|우분투 sendmail(smtp 인증) + dovecot 설치 및 설정]]