Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created September 8, 2015 11:32
Show Gist options
  • Save yukpiz/bca71602d6e6b81e80bf to your computer and use it in GitHub Desktop.
Save yukpiz/bca71602d6e6b81e80bf to your computer and use it in GitHub Desktop.

Ubuntu14.04でDovecotを運用する

参考ページ

Dovecotをインストールする

$ sudo apt-get update
$ sudo apt-get install dovecot-core dovecot-pop3d dovecot-imapd
$ dovecot --version
2.2.9

Dovecotの設定

$ vim /etc/dovecot/dovecot.conf
+ listen = * #ipv4のみ応答
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment