~ubuntu-branches/ubuntu/utopic/dovecot/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/default-mail_location.patch/doc/example-config/conf.d/10-mail.conf

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (4.1.35 sid)
  • Revision ID: package-import@ubuntu.com-20140108093549-i72o93pux8p0dlaf
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  #list = children
99
99
#}
100
100
# Should shared INBOX be visible as "shared/user" or "shared/user/INBOX"?
101
 
#mail_shared_explicit_inbox = yes
 
101
#mail_shared_explicit_inbox = no
102
102
 
103
103
# System user and group used to access mails. If you use multiple, userdb
104
104
# can override these by returning uid or gid fields. You can use either numbers
124
124
# or ~user/.
125
125
#mail_full_filesystem_access = no
126
126
 
 
127
# Dictionary for key=value mailbox attributes. Currently used by URLAUTH, but
 
128
# soon intended to be used by METADATA as well.
 
129
#mail_attribute_dict =
 
130
 
127
131
##
128
132
## Mail processes
129
133
##
207
211
## Mailbox handling optimizations
208
212
##
209
213
 
 
214
# Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
 
215
# also required for IMAP NOTIFY extension to be enabled.
 
216
#mailbox_list_index = no
 
217
 
210
218
# The minimum number of mails in a mailbox before updates are done to cache
211
219
# file. This allows optimizing Dovecot's behavior to do less disk writes at
212
220
# the cost of more disk reads.
341
349
# also allows single instance storage for them. Other backends don't support
342
350
# this for now.
343
351
 
344
 
# WARNING: This feature hasn't been tested much yet. Use at your own risk.
345
 
 
346
352
# Directory root where to store mail attachments. Disabled, if empty.
347
353
#mail_attachment_dir =
348
354