Re: [Dovecot] [Bug] doveadm pw Fatal: open(/etc/dovecot/dovecot.conf) failed: Permission denied

2014-03-31 Thread Dwain Blazej
I'm writing some code for Posty, a Postfix and Dovecot Administration App. One way to support all of dovecot's password hashes is to have "dovecot pw" do the work, however I don't want to run the web facing Posty as root or the same user as Dovecot. Is the output of "dovecot pw" is effected by the

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Joseph Tam
On Mon, 31 Mar 2014, Jeffrey Walton wrote: Just to confirm, your specified in the passdb corresponds to what is being authenticated (i.e. client is authenticating as "j...@foo.com", not "jeff")? Otherwise, you'll need to add domains to your passdb, or configure "username_format=%n" Yes, I bel

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
On Mon, Mar 31, 2014 at 6:29 PM, Joseph Tam wrote: > Jeffrey Walton writes: > >> I specified the following in my dovecot.conf. >> >> >> passdb { >> args = /var/mail/%d/users >> driver = passwd-file >> } >> >> Attempts to use the configuration result in an authentication failure. >> Here's an en

Re: [Dovecot] Connection refused userdb lookup ..dovecot/auth-userdb

2014-03-31 Thread Simon
On Mon, Mar 31, 2014 at 7:37 PM, Steffen Kaiser < skdove...@smail.inf.fh-brs.de> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > On Mon, 31 Mar 2014, Simon wrote: > > On 3/24/2014 7:10 PM, Simon wrote: >> >>> Mar 13 09:55:44 vmail1 dovecot: lda: Error: userdb lookup: >

Re: [Dovecot] Fwd: Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Reindl Harald
Am 01.04.2014 00:06, schrieb Milan Cvetkovic: > If you dont want to help, you better not send a response at all. did i ask you and why don't you just scroll down? if i don't want to help i would not post configs > Reindl Harald wrote: >> boah how i hate that "reply all" attitude leading to brea

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Joseph Tam
Jeffrey Walton writes: I specified the following in my dovecot.conf. passdb { args = /var/mail/%d/users driver = passwd-file } Attempts to use the configuration result in an authentication failure. Here's an entry from dovecot.log when the failure happens: Mar 31 16:04:12 imap-login: Info:

Re: [Dovecot] Fwd: Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Milan Cvetkovic
If you dont want to help, you better not send a response at all. Reindl Harald wrote: boah how i hate that "reply all" attitude leading to break "reply to list" and leads in off-list replies Original-Nachricht Betreff: Re: [Dovecot] Dovecot not honoring configuration setting

[Dovecot] Fwd: Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Reindl Harald
boah how i hate that "reply all" attitude leading to break "reply to list" and leads in off-list replies Original-Nachricht Betreff: Re: [Dovecot] Dovecot not honoring configuration settings (auth failure) Datum: Tue, 01 Apr 2014 00:02:42 +0200 Von: Reindl Harald Organisation:

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
On Mon, Mar 31, 2014 at 5:39 PM, Reindl Harald wrote: > > > Am 31.03.2014 23:37, schrieb Jeffrey Walton: >> My dovecot.conf has the following: >> >> # No results when searching the wiki >> disable_plaintext_auth = no >> >> # http://wiki2.dovecot.org/Authentication/Mechanisms >> aut

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Reindl Harald
Am 31.03.2014 23:37, schrieb Jeffrey Walton: > My dovecot.conf has the following: > > # No results when searching the wiki > disable_plaintext_auth = no > > # http://wiki2.dovecot.org/Authentication/Mechanisms > auth_mechanisms = plain login digest-md5 cram-md5 > > When I attem

[Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
My dovecot.conf has the following: # No results when searching the wiki disable_plaintext_auth = no # http://wiki2.dovecot.org/Authentication/Mechanisms auth_mechanisms = plain login digest-md5 cram-md5 When I attempt to run imapsync, I receive an error: Host2: says it has

[Dovecot] Specifying passwd-file with virtual domains?

2014-03-31 Thread Jeffrey Walton
I'm trying to use virtual domains and I'm suffering a disconnect. I have two domains - foo.com and bar.com. On the filesystem, they are located at /var/mail/foo.com/ and /var/mail/bar.com/. Users are located at /var/mail/foo.com/john/, /var/mail/bar.com/jane/, etc. There are two password files wi

Re: [Dovecot] maildir backup

2014-03-31 Thread Leonardo Rodrigues
Em 31/03/14 12:07, Nikolaos Milas escreveu: On 31/3/2014 10:52 πμ, Ramon Orrù wrote: Hi everybody, I'm trying to backup a dovecot instance, and i'm looking for a method to "snapshot" dovecot maildir in a properly way, and backup whole snapshot in a second step (tar). I read about dsync, end,

Re: [Dovecot] sieve mailbox in IMAP mailboxes

2014-03-31 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gedalya said the following on 26/03/2014 18:00: > On 03/26/2014 12:46 PM, Luigi Rosa wrote: >> mail_location = maildir:/var/spool/mail/%u/ > You didn't include your SQL files, so I don't now if you return userdb > fields there, but anyway, you seem to

Re: [Dovecot] maildir backup

2014-03-31 Thread Nikolaos Milas
On 31/3/2014 10:52 πμ, Ramon Orrù wrote: Hi everybody, I'm trying to backup a dovecot instance, and i'm looking for a method to "snapshot" dovecot maildir in a properly way, and backup whole snapshot in a second step (tar). I read about dsync, end, if i'm not going wrong, it dumps correctly al

Re: [Dovecot] Dovecot Replication setup

2014-03-31 Thread Nikolaos Milas
On 28/3/2014 12:17 πμ, Nikolaos Milas wrote: On 26/3/2014 1:30 μμ, Nikolaos Milas wrote: I am trying to setup a master/master replication with dsync (according to the first part of: http://wiki2.dovecot.org/Replication). ...I would like to ask/confirm whether the indicated setup is required

Re: [Dovecot] dsync replication questions

2014-03-31 Thread Simon Fraser
On Fri, 2014-03-28 at 11:58 +0200, Nikolaos Milas wrote: > Question 2a: What do options "-d -N -l 30 -U" signify in > "replication_dsync_parameters = -d -N -l 30 -U"? I'd also be interested to know the answer to this part. I found mention of the '-f' option, and adding '-f' to that list appears

Re: [Dovecot] check the user number

2014-03-31 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 31 Mar 2014, ihab wrote: There is a way to check the number of user using the system at anytime a) http://wiki2.dovecot.org/Statistics b) doveadm who c) ps - -- Steffen Kaiser -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Li

Re: [Dovecot] check the user number

2014-03-31 Thread Benjamin Podszun
On Monday, March 31, 2014 10:21:28 AM CEST, ihab wrote: There is a way to check the number of user using the system at anytime doveadm who comes to mind? What are you looking for? /Ben

[Dovecot] check the user number

2014-03-31 Thread ihab
There is a way to check the number of user using the system at anytime -- View this message in context: http://dovecot.2317879.n4.nabble.com/check-the-user-number-tp47327.html Sent from the Dovecot mailing list archive at Nabble.com.

[Dovecot] maildir backup

2014-03-31 Thread Ramon Orrù
Hi everybody, I'm trying to backup a dovecot instance, and i'm looking for a method to "snapshot" dovecot maildir in a properly way, and backup whole snapshot in a second step (tar). I read about dsync, end, if i'm not going wrong, it dumps correctly also dovecot indexes; is it the tool i need?

Re: [Dovecot] possible quota bug ?

2014-03-31 Thread Teemu Huovila
On 03/13/2014 06:12 PM, Laurent Papier wrote: > Le Sun, 09 Feb 2014 15:32:48 -0200 > fernando.fig...@uol.com.br écrit: > > Hi, > no solution just a confirmation of the bug. lz4 compression here. > > Clean maildir directory generated with 'doveadm backup'. So S=..,W=.. are > correct. > > Moving