Re: [Dovecot] Duplicate supression mechanism

2013-01-27 Thread Stephan Bosch
On 1/22/2013 1:04 PM, Timo Sirainen wrote: On 18.1.2013, at 17.36, 3.lis...@adminlinux.com.br wrote: In a Dovecot 2.0.6 server I have an account x@domain and an alias y@domain -> x@domain. When I send an email to x@domain with carbon copy to y@domain, X receives two messages on mailbox. Dove

Re: [Dovecot] Duplicate supression mechanism

2013-01-27 Thread Daniel Parthey
Timo Sirainen wrote: > On 18.1.2013, at 17.36, 3.lis...@adminlinux.com.br > wrote: > > > In a Dovecot 2.0.6 server I have an account x@domain and an alias > > y@domain -> x@domain. > > > > When I send an email to x@domain with carbon copy to y@domain, X > > receives two messages on mailbox. Dov

Re: [Dovecot] password schemes in dovecot

2013-01-27 Thread Pascal Volk
On 01/27/2013 11:21 PM Daniel Parthey wrote: > Does the doveadm pw tool provide a way to check a plaintext password > against a user's hash from the passdb? … Check `doveadm pw -h` output. If it prints "[-t hash]", you can do something like: doveadm pw -t '{SHA256-CRYPT}$5$rounds=1000$0123456789

Re: [Dovecot] password schemes in dovecot

2013-01-27 Thread Daniel Parthey
Pascal Volk wrote: > On 01/26/2013 01:04 AM Public wrote: > > In the wiki http://wiki2.dovecot.org/Authentication/PasswordSchemes > > BLF-CRYPT is listed, but i can't use it. "doveadm pw -l" doesn't show it. > > And i'm unsure about how I am supposed to use the different SHA schemes, > > since they

Re: [Dovecot] Trouble with expire plugin

2013-01-27 Thread Gedalya
On 01/09/2013 08:37 AM, Gedalya wrote: On 01/09/2013 02:32 AM, Robert Schetterer wrote: my daily cron job says: >> >>#!/bin/sh >>doveadm expunge -A mailbox Junk savedbefore 14d >>doveadm expunge -A mailbox Trash savedbefore 30d >>doveadm expunge -A mailbox "Trash.*" savedbefore 30d do verbose l

[Dovecot] doveadm user error messages

2013-01-27 Thread Thomas Leuxner
I use 'doveadm user' in some scripts and the exit codes are fine for my purposes. During tests it transpired that Dovecot 2.1 would give an error message when querying for non-existent users. Dovecot 2.2 just exits without a word. Not sure this is intended behaviour: $ doveadm user foo $ echo $

Re: [Dovecot] password schemes in dovecot

2013-01-27 Thread Pascal Volk
On 01/26/2013 01:04 AM Public wrote: > Hey there, > > I'm using the latest dovecot 2.1.13 > > In the wiki http://wiki2.dovecot.org/Authentication/PasswordSchemes BLF-CRYPT > is listed, but i can't use it. "doveadm pw -l" doesn't show it. And i'm > unsure about how I am supposed to use the diffe

[Dovecot] password schemes in dovecot

2013-01-27 Thread Public
Hey there, I'm using the latest dovecot 2.1.13 In the wiki http://wiki2.dovecot.org/Authentication/PasswordSchemes BLF-CRYPT is listed, but i can't use it. "doveadm pw -l" doesn't show it. And i'm unsure about how I am supposed to use the different SHA schemes, since they always output differe