우분투 16.04에 이메일 서버 설치하기.
sudo apt-get update sudo DEBIAN_PRIORITY=low apt-get install postfix 설정은 Internet Site, jihoonjjang.com, jichoong (우분투 계정 이름), No, 기본값 —> 으로 두었다. sudo postconf -e 'home_mailbox= Maildir/' sudo postconf -e 'virtual_alias_maps= hash:/etc/postfix/virtual' sudo nano /etc/postfix/virtual @jihoonjjang.com jichoong sudo postmap /etc/postfix/virtual sudo systemctl restart postfix sudo ufw allow Postfix sudo apt-get install dovecot-common dovecot-pop3d dovecot-imapd sudo nano /etc/dovecot/conf.d/10-mail.conf ## the location of the mailbox is specified in 'mbox' format ## mail_location = mbox:~/mail:INBOX=/var/mail/%u ## dovecot is granted necessary permission to read/write user mailboxes ## mail_privileged_group = mail 이거 추가...