dovecot.conf-diff

# On Fedora 14 and newer, the one large dovecot.conf file has been
# split into many smaller files, in /etc/dovecot/conf.d/.  For
# the Admin II email project, you only need to updated the file
# /etc/dovecot/conf.d/10-mail.conf with the following changes
# (and the second is not needed):

224a225
> mail_location = maildir:~/Maildir
452c453
< #maildir_copy_with_hardlinks = yes
---
> maildir_copy_with_hardlinks = yes

=====================================

# Another diff, showing using mbox and other settings:

42c42
< #listen = *, [::]
---
> listen = *, [::]
224c224
< #mail_location =
---
> mail_location = mbox:~/mail:INBOX=/var/mail/%u
305c305
< #mail_privileged_group =
---
> mail_privileged_group = mail
507c507
< #mbox_very_dirty_syncs = no
---
> mbox_very_dirty_syncs = yes