— 이강우 2015/07/29 10:31
단순하게 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