Re: [Dovecot] v2.2.0 released

2013-04-13 Thread e-frog
On 13.04.2013 22:56, wrote Andreas Meyer: Mark Sapiro wrote: On 4/12/2013 10:33 AM, Timo Sirainen wrote: http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig Everything now seems to be stable and working in v2.2, so I can finally move

Re: [Dovecot] How to manually generate a password hash

2013-04-13 Thread Professa Dementia
On 4/13/2013 7:10 PM, David Murphy wrote: Hi folks. I've recently set up a Postfix 2.9.6/Dovecot 2.0.19 IMAPS/SMTPS setup on Ubuntu 12.04.2 (Mysql backend). I'm new to all this, so I apologize if this is fairly basic. I've attempted to the best of my ability to search for an answer, but no luc

[Dovecot] How to manually generate a password hash

2013-04-13 Thread David Murphy
Hi folks. I've recently set up a Postfix 2.9.6/Dovecot 2.0.19 IMAPS/SMTPS setup on Ubuntu 12.04.2 (Mysql backend). I'm new to all this, so I apologize if this is fairly basic. I've attempted to the best of my ability to search for an answer, but no luck so far. What I'm trying to do is generate

Re: [Dovecot] v2.2.0 released

2013-04-13 Thread Andreas Meyer
Mark Sapiro wrote: > On 4/12/2013 10:33 AM, Timo Sirainen wrote: > > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > > > Everything now seems to be stable and working in v2.2, so I can finally > > move onto developing great ne

Re: [Dovecot] v2.2.0 released

2013-04-13 Thread Odhiambo Washington
Running happily on ALL my FreeBSD (8.3 and 9.1) boxes! Thanks for all the work! On 12 April 2013 20:33, Timo Sirainen wrote: > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2

Re: [Dovecot] v2.2.0 released

2013-04-13 Thread Andreas Kasenides
On 12-04-2013 20:33, Timo Sirainen wrote: http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig Everything now seems to be stable and working in v2.2, so I can finally move onto developing great new interesting features for v2.3. :) [sn

Re: [Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Jan Phillip Greimann
At first, everyone should use "Reply to List", it's much easier to understand if you see every ones answers. :) I see that you solved the problem, another things that could help in future: dovecot logging verbosity http://wiki1.dovecot.org/Logging#Logging_verbosity This is a great help if so

Re: [Dovecot] 2.2.0 lmtp runtime error

2013-04-13 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oscar del Rio said the following on 13/04/2013 15:51: > Did you re-download the most recent pigeonhole code? I believe there were > API changes since RC3. I redownloaded the entire 0.4.0 just after Dovecot 2.2.0 The same 0.0.4 works with 2.2.rc3

Re: [Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Matthias Hofer
>> So, is there a way for dovecot-{lda/lmtpd} to accept "us...@mydomain.org" >> but checks for "user1" in the >> user >> DB? > > Try username_format=%n so dovecot uses the username only: > http://wiki2.dovecot.org/Variables > > passdb { >driver = passwd-file >args = scheme=PLAIN username_f

Re: [Dovecot] 2.2.0 lmtp runtime error

2013-04-13 Thread Oscar del Rio
On 13/04/2013 7:29 AM, Luigi Rosa wrote: I didn't have much time in the last 2 weeks, so I was stuck to a functioning 2.2.rc3 + pigeonhole 0.4.0 Server is CentOS 64: Linux mail.luigirosa.com 2.6.32-358.2.1.el6.centos.plus.x86_64 #1 SMP Wed Mar 13 02:09:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

[Dovecot] Dict quota question

2013-04-13 Thread Antoine Nguyen
Hi all, I'm using Dovecot 2.1.16 and I'd like to know if the following configuration is supported: * An SQL dictionary quota * A static userdb to get uid/gid/home information * An SQL userdb to get per-user quota limit Currenlty, current quota usage are properly stored into the database but per-

Re: [Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Patrick Westenberg
Matthias Hofer schrieb: So, is there a way for dovecot-{lda/lmtpd} to accept "us...@mydomain.org" but checks for "user1" in the user DB? Try username_format=%n so dovecot uses the username only: http://wiki2.dovecot.org/Variables passdb { driver = passwd-file args = scheme=PLAIN usernam

Re: [Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Matthias Hofer
> [...] >> postfix/lmtp[10994]: C2DF4C000DF: to=, >> relay=mail.mydomain.org[private/dovecot-lmtp], >> delay=0.1, delays=0.05/0/0/0.04, dsn=5.1.1, status=bounced (host >> mail.mydomain.org[private/dovecot-lmtp] >> said: 550 5.1.1 User doesn't exist: us...@mydomain.org >> (in reply to RCPT TO co

[Dovecot] 2.2.0 lmtp runtime error

2013-04-13 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I didn't have much time in the last 2 weeks, so I was stuck to a functioning 2.2.rc3 + pigeonhole 0.4.0 Server is CentOS 64: Linux mail.luigirosa.com 2.6.32-358.2.1.el6.centos.plus.x86_64 #1 SMP Wed Mar 13 02:09:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Li

Re: [Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Patrick Westenberg
Matthias Hofer schrieb: postfix/lmtp[10994]: C2DF4C000DF: to=, relay=mail.mydomain.org[private/dovecot-lmtp], delay=0.1, delays=0.05/0/0/0.04, dsn=5.1.1, status=bounced (host mail.mydomain.org[private/dovecot-lmtp] said: 550 5.1.1 User doesn't exist: us...@mydomain.org (in reply to RCPT TO c

[Dovecot] LMTP Setup/Design Help Request

2013-04-13 Thread Matthias Hofer
Hi again, Thank you for your first hints. I have now set up a dedicated test instance of postfix and dovecot to be able to recreate the problems in detail. Even after using your inputs, they do not seem to work with my setup I already mentioned above. I get errors like postfix/lmtp[10994]: C2D