Difference between revisions of "Instalasi Dovecot"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page: Siapkan POP3 & IMAP Server Dovecot   # apt-get install dovecot-common dovecot-imapd dovecot-pop3d   Pastikan dovecot mendukung imap   # vi /etc/dovecot/dovecot.conf    protocols = ...)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 7: | Line 7: | ||
  # vi /etc/dovecot/dovecot.conf  |   # vi /etc/dovecot/dovecot.conf  | ||
| − | + | ||
| + |  protocols = imap pop3  | ||
| + |  mail_location = mbox:~/mail:INBOX=/var/mail/%u  | ||
| + | |||
Restart Dovecot  | Restart Dovecot  | ||