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

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

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