apt-get install dovecot-common postfix dovecot-imapd dovecot-pop3d
nano /etc/dovecot/dovecot.conf
protocols = imap pop3 mail_location = mbox:~/mail:INBOX=/var/mail/%u mail_location = maildir:~/Maildir
invoke-rc.d dovecot restart invoke-rc.d postfix restart
telnet localhost 143
telnet localhost 25
Add Comment
Comments (0)