문서의 이전 판입니다!


Exim4 - Dovecot IMAP/POP3

단순하게 imap / pop3 패키지를 추가로 설치해주면 된다.

[user@host]# apt-get install dovecot-imapd dovecot-pop3d

메일함 메일을 roundcube등의 외부 IMAP/POP3를 이용하는 메일클라이언트에서 제어하기 위해서는 메일함 권한을 부여하여야 한다.
그룹권한을 mail로 설정해준다.

# Group to enable temporarily for privileged operations. Currently this is
# used only with INBOX when either its initial creation or dotlocking fails.
# Typically this is set to "mail" to give access to /var/mail.
mail_privileged_group = mail
  • exim4_-_dovecot_imap_pop3.1437987692.txt.gz
  • 마지막으로 수정됨: 2015/07/27 09:01
  • 저자 koov