MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 1 as of 2014-10-25 21:30:53
  • Dovecot

Dovecot

Dovecot is a Mail Delivery Agent, written with security primarily in mind.

Install and configure in Ubuntu Ubuntu 14.04 LTS

  • apt-get install dovecot-imapd dovecot-pop3d
  • create self-signed ssl sertificate? yes
  • hostname: mail.example.org
  • service dovecot status
  • postconf -e 'home_mailbox = Maildir/'
  • service postfix restart
  • vim /etc/dovecot/conf.d/10-mail.conf
  • mail_location = maildir:/home/%u/Maildir
  • service dovecot restart
  • openssl s_client -connect localhost:993 # check IMAPS connection, port 993

A1 LOGIN userx passwordx
A2 LIST "" "*"
A3 EXAMINE INBOX
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01