[Dovecot] v2.0.3 released
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
* dovecot-lda: Removed use of non-standard Envelope-To: header as a
default for -a. Set lda_original_recipient_header=Envelope-To to
returns the old behavior.
+ Added support for reverse quota warnings (i.e. when quota goes back
under the limit). This is enabled by adding '-' to beginning of
quota_warning value. Based on patch by Jeroen Koekkoek.
+ dovecot-lda: Added lda_original_recipient_header setting, which is
used for getting original recipient if -a isn't used.
+ dovecot-lda: Added -r parameter to specify final recipient address.
(It may differ from original address for e.g. aliases.)
+ Maildir: uidlist file can now override message's GUID, making it
possible for multiple messages in a mailbox to have the same GUID.
This also fixes dsync's message conflict resolution.
- dovecot-lda: If destination user isn't found, exit with EX_NOUSER,
not EX_TEMPFAIL.
- dsync: Fixed handling \Noselect mailboxes
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
On 9/17/2010 12:23 PM, Timo Sirainen wrote:
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
- dovecot-lda: Removed use of non-standard Envelope-To: header as a default for -a. Set lda_original_recipient_header=Envelope-To to returns the old behavior.
- Added support for reverse quota warnings (i.e. when quota goes back under the limit). This is enabled by adding '-' to beginning of quota_warning value. Based on patch by Jeroen Koekkoek.
- dovecot-lda: Added lda_original_recipient_header setting, which is used for getting original recipient if -a isn't used.
- dovecot-lda: Added -r parameter to specify final recipient address. (It may differ from original address for e.g. aliases.)
- Maildir: uidlist file can now override message's GUID, making it possible for multiple messages in a mailbox to have the same GUID. This also fixes dsync's message conflict resolution.
- dovecot-lda: If destination user isn't found, exit with EX_NOUSER, not EX_TEMPFAIL.
- dsync: Fixed handling \Noselect mailboxes
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
SIS not ready for primetime yet?
Daniel
On Friday 17 of September 2010, Timo Sirainen wrote:
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
If ssl it off then it still tries to open cert files - does this makes sense?
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 12: ssl_cert: Can't open file /var/lib/openssl/certs/imap.pem: No such file or directory
# doveconf -n |grep ssl
ssl = no
ssl_cert =
ssl_key =
-- Arkadiusz Miśkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/
On 18.9.2010, at 20.50, Arkadiusz Miskiewicz wrote:
On Friday 17 of September 2010, Timo Sirainen wrote:
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
If ssl it off then it still tries to open cert files - does this makes sense?
Unfortunately I haven't figured out any reasonable way to prevent it.
ssl_cert = ssl_key =
The
- Timo Sirainen dovecot@dovecot.org:
On 18.9.2010, at 20.50, Arkadiusz Miskiewicz wrote:
On Friday 17 of September 2010, Timo Sirainen wrote:
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
If ssl it off then it still tries to open cert files - does this makes sense?
Unfortunately I haven't figured out any reasonable way to prevent it.
ssl_cert = ssl_key =
The
From a programmers view of point certainly, but it's something students and even myself run in all the time setting up Dovecot.
p@rick
-- state of mind Digitale Kommunikation
Franziskanerstraße 15 Telefon +49 89 3090 4664 81669 München Telefax +49 89 3090 4666
Amtsgericht München Partnerschaftsregister PR 563
On Sat, 2010-09-18 at 21:57 +0200, Patrick Ben Koetter wrote:
The
From a programmers view of point certainly, but it's something students and even myself run in all the time setting up Dovecot.
There's also the problem that by the time it's reading '<' it doesn't know if it's ok to ignore it:
ssl_cert = And worse, if I added code to check ssl state at the time of parsing '<'
it could hide errors: ssl = no
ssl_cert = And maybe even more realistically: ssl = no
ssl_cert = So the only reliable way to handle it would be to remember the error and
keep going forward and later check and possibly report errors depending
on the ssl state.
participants (4)
-
Arkadiusz Miskiewicz
-
Daniel L. Miller
-
Patrick Ben Koetter
-
Timo Sirainen