Some more info...
I finally got it working by commenting out the configuration under service
auth {
# inet_listener {
#port = 12345
# }
which I had in there for SASL with postfix, and which WAS working before
the power outage.
I guess now I need to figure out why it doesn't like that now, b
Okay, I figured out about installing debuginfo for a better backtrace, so
here it is:
#0 0x003016c32885 in raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = 0
pid = 2598
selftid = 2598
#1 0x003016c34065 in abort () at abort.c:92
save_
I've had this working for over a month now with no problems. Then I
suffered a power outage today, and now dovecot/auth dies as soon as I start
dovecot. I've spent the past three hours searching google, but can't find
even a hint at what's wrong with my server. As far as I can tell, this is
the onl
On Wed, May 09, 2012 at 10:39:17PM +0100, Tim wrote:
> Thanks Leon
>
> I changed my SQL to the following after trying a few combinations:
>
> user_query = SELECT maildir, 5000 as uid, 5000 as
> gid,concat('maildir:bytes=',quota) as quota FROM virtual_mailbox WHERE
> username = '%u'
Try the above
Thanks Leon
I changed my SQL to the following after trying a few combinations:
user_query = SELECT maildir, 5000 as uid, 5000 as
gid,concat('maildir:bytes=',quota) as quota FROM virtual_mailbox WHERE
username = '%u'
It seems that Dovecot didn't understand the * backend for some reason
(even thou
Am 09.05.2012 22:40, schrieb Ken Stevenson:
> On 2012-05-08 14:17, Markus Fritz wrote:
>> Hello,
>>
>> the error is still present:
>> May 8 19:47:18 opsys dovecot: imap-login: Disconnected (no auth
>> attempts): rip=82.113.119.140, lip=78.46.216.126
>>
>> Whenever I start a session with openssl to
On 2012-05-08 14:17, Markus Fritz wrote:
Hello,
the error is still present:
May 8 19:47:18 opsys dovecot: imap-login: Disconnected (no auth
attempts): rip=82.113.119.140, lip=78.46.216.126
Whenever I start a session with openssl to STARTTTL (Server:
mail.opsys.de) the handshake is successfull.
On 2012-05-10 03:29, Markus Fritz wrote:
> The key still has (when I do openssl x509 -in ssl.crt -noout -text)
> X509v3 Basic Constraints:
> CA:FALSE
I believe this only means that you can not use the certificate as a CA
certificate and issue sub-certificates of that certificate.
Am 09.05.2012 18:50, schrieb Janne Snabb:
> On 2012-05-09 22:48, Markus Fritz wrote:
>> Thanks! That might help, yes I got the sub.class1.server.ca.pem file.
>> How I include this to my ssl.crt file now?
> Just append the intermediate CA certificate in the same file AFTER your
> own certificate. As
Hi Frank,
Frank Bonnet wrote:
> would it be possible to run 2 Dovecot instances on the same server?
> one running on std ports numbers and one running on customs ports numbers
> thank you
http://wiki2.dovecot.org/RunningDovecot
Section "Running Multiple Invocations of Dovecot" describes exactly
On 2012-05-09 22:48, Markus Fritz wrote:
> Thanks! That might help, yes I got the sub.class1.server.ca.pem file.
> How I include this to my ssl.crt file now?
Just append the intermediate CA certificate in the same file AFTER your
own certificate. As in:
# cat sub.class1.server.ca.pem >> ssl.crt
Am 09.05.2012 17:07, schrieb Bill Cole:
> On 9 May 2012, at 9:51, Markus Fritz wrote:
>
>> Am 09.05.2012 15:42, schrieb Bill Cole:
>>> On 9 May 2012, at 9:05, Markus Fritz wrote:
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
>>
On 05/ 8/12 08:30 PM, Timo Sirainen wrote:
On Tue, 2012-05-08 at 13:36 -0400, Oscar del Rio wrote:
Dovecot 2.1.6, with
lmtp_save_to_detail_mailbox=yes
recipient_delimiter=+
messages addressed to "user+detail@domain" are always delivered to INBOX
regardless if "detail" mailbox already exists or
On 9 May 2012, at 9:51, Markus Fritz wrote:
Am 09.05.2012 15:42, schrieb Bill Cole:
On 9 May 2012, at 9:05, Markus Fritz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
I got only this keys. Can you explain me what exactly you mean
with
ad
Am 09.05.2012 15:42, schrieb Bill Cole:
> On 9 May 2012, at 9:05, Markus Fritz wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Am 09.05.2012 14:32, schrieb Ken Stevenson:
I got only this keys. Can you explain me what exactly you mean with
adding chains?
And I
On 9 May 2012, at 9:05, Markus Fritz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
I got only this keys. Can you explain me what exactly you mean with
adding chains?
And I wonder why this error only occurs in Thunderbird, not in
openssl.
I using dovecot with mdbox and in one account i get this error:
doveadm(xxx): Panic: file mail-storage.c: line 787
(mailbox_check_mismatching_separators): assertion failed: (strncmp(vname,
ns->prefix, ns->prefix_len-1) == 0)
doveadm(xxx): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x4
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
>>
>> I got only this keys. Can you explain me what exactly you mean with
>> adding chains?
>> And I wonder why this error only occurs in Thunderbird, not in openssl.
>>
>
> Never mind, I don't think my fir
I got only this keys. Can you explain me what exactly you mean with
adding chains?
And I wonder why this error only occurs in Thunderbird, not in
openssl.
Never mind, I don't think my first guess was correct. I wonder if it
has to do with the error 27 reported in the verify by openssl. Acco
On 9.5.2012, at 14.49, Michal Hlavinka wrote:
> On 05/04/2012 08:54 PM, Timo Sirainen wrote:
>> On 16.4.2012, at 12.55, Michal Hlavinka wrote:
>>
>>> I wrote simple patch that close the extra sockets. It's tested and works
>>> fine. You'll maybe want to move that function to different place and/
On 05/04/2012 08:54 PM, Timo Sirainen wrote:
On 16.4.2012, at 12.55, Michal Hlavinka wrote:
I wrote simple patch that close the extra sockets. It's tested and works fine.
You'll maybe want to move that function to different place and/or change
wording of error messages.
I committed it to v2
Am 09.05.2012 12:31, schrieb Andreas Helmcke:
> Am 25.04.2012 23:27, schrieb Timo Sirainen:
>> On 24.4.2012, at 17.09, Andreas Helmcke wrote:
>>
>>> Using brand new dovecot 2.1.5 I still have a problem with the inheritance
>>> of acls.
>>
>> Maybe http://hg.dovecot.org/dovecot-2.1/rev/e8b80e0767ac
Am 25.04.2012 23:27, schrieb Timo Sirainen:
> On 24.4.2012, at 17.09, Andreas Helmcke wrote:
>
>> Using brand new dovecot 2.1.5 I still have a problem with the inheritance of
>> acls.
>
> Maybe http://hg.dovecot.org/dovecot-2.1/rev/e8b80e0767ac fixes this as well?
>
I am not sure if this change
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 08.05.2012 20:58, schrieb Ken Stevenson:
> I'm just learning about this, but I was able to get it working
recently. Also I haven't read your earlier posts.
>
> Did you receive intermediate certificates from StartCom? When I got my
certificate, I h
It's not dovecot's problem, it's about the vpopmail spam options.
I finilly resolved this problem by rebuilding vpopmail with spam options
removed.
Sorry for botherred everybody.
On Wed, May 9, 2012 at 2:49 PM, Lori Seda wrote:
> Hi,
>
> I built a mail server with qmail + vpopmail + doveco
On 05/09/2012 02:20 AM, Timo Sirainen wrote:
On Tue, 2012-05-08 at 09:16 +0200, Frank Bonnet wrote:
Hello
would it be possible to have mixed formats in Dovecot 2.1.x userland ?
I mean
MBOX format for INBOXes
Maildir format for IMAP folders ( to let users create subfolders )
You could, alt
On 23/4/2012 1:34 μμ, Timo Sirainen wrote:
What do you get in logs with auth_debug=yes?
Sorry for being late in responding.
When I run:
# doveadm quota get -u tester1
Quota name TypeValue Limit %
User quota STORAGE 0 - 0
User quota MESSAGE 1 - 0
# doveadm quota get -u te
On 05/09/2012 09:24 AM, Frank Bonnet wrote:
On 05/09/2012 02:20 AM, Timo Sirainen wrote:
On Tue, 2012-05-08 at 09:16 +0200, Frank Bonnet wrote:
Hello
would it be possible to have mixed formats in Dovecot 2.1.x userland ?
I mean
MBOX format for INBOXes
Maildir format for IMAP folders ( to
On 05/09/2012 02:20 AM, Timo Sirainen wrote:
On Tue, 2012-05-08 at 09:16 +0200, Frank Bonnet wrote:
Hello
would it be possible to have mixed formats in Dovecot 2.1.x userland ?
I mean
MBOX format for INBOXes
Maildir format for IMAP folders ( to let users create subfolders )
You could, alt
It works. Thanks a lot.
Regards
-Message d'origine-
From: Timo Sirainen
Sent: Sunday, May 06, 2012 5:46 AM
To: Gilles ALBUSAC
Cc: Dovecot Mailing List
Subject: Re: [Dovecot] Dovecot for POP3S proxying
So, what you need is to first make authentication with LDAP work, and then
add the
30 matches
Mail list logo