Displaying 20 results from an estimated 4000 matches similar to: "Error: Opening INBOX failed: Mailbox doesn't exist: INBOX"
2014 Mar 10
0
mdbox+sis: Error: read(attachments-connector(/path/...)) failed: read(/path/...[base64:18 b/l]) failed: Stream is larger than expected (256088 > 256087, eof=1) (FETCH BODY for mailbox INBOX UID 29925)
Hi,
User's mailbox is failing to sync.
Log: Error: read(attachments-connector(/path/storage/m.217)) failed:
read(/path/attachments/a5/b0/a5b01f595205522593c27457ea51094872f1f2b42b01e90d27d3f9237bc8a2ab-dbf7460d4778b152ec6e00000d189396[base64:18
b/l]) failed: Stream is larger than expected (256088 > 256087, eof=1)
(FETCH BODY[] for mailbox INBOX UID 29925)
Sounds like issue here:
2014 Jan 24
0
Dovecot imap-postlogin failed
*** This is 2 posts combined into one which I had asked on linuxquestions.org
and never got an answer ***
Hi,
In short I am trying to run a bash script which will then update
a mysql database with the last login date/time & last IP for each mailbox.
I have searched google dead but still cant figure out what im doing wrong
or if there is some issue with the centos 6 rpm's for dovecot.
2019 Jun 20
4
LastLogin update
Howdy,
I'd like an adive on what to use.
I have sql users, and i want to have the lastlogin of them, what is the
native option for this:
* Using last_login plugin which will give me the last login?
* Use postlogin for imap and pop3n which will give me besides
lastlogin the IP and protocol?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was
2019 Jun 20
1
LastLogin update
Hi,
Cool howto, and for protocol would this have that option also?
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Adrian Minta via
dovecot
Sent: Thursday, June 20, 2019 18:37
To: dovecot at dovecot.org
Subject: Re: LastLogin update
Hi,
this seems to work very well:
https://docs.iredmail.org/track.user.last.login.html
You could also add "rip = $rip" in
2020 Oct 20
3
A user's last access time
On 20.10.2020 9.30, Matthias Lay wrote:
> Am Tue, 20 Oct 2020 09:31:16 +0700
> schrieb Victor Sudakov <vas at sibptus.ru>:
>
>
>> Hello Sami,
>>
>> I have seen this but I do not want this information in a database. If
>> you know how to make the lastlogin_plugin write to a local file, that
>> would be very helpful. Even a local sqlite database would
2015 May 22
1
Problems To Get Dovecot Running On FreeBSD: auth process crashes
Hello,
I ran into problems to get Dovecot running on FreeBSD. Steps for
reproduction.
Start Docot with dovecot -F (same result if started by rc script)
telnet 192.168.116.38 110
Trying 192.168.116.38...
Connected to freebsd.
Escape character is '^]'.
-ERR Disconnected: Auth process broken
Connection closed by foreign host.
logfile shows following:
May 22 11:41:24 freebsd dovecot:
2014 Apr 25
1
Incompatibility Thunderbirds Auth Mech TLS-Certificate <-> Dovecot
Hello,
it seems there there is an issue regarding "TLS-Certtificate"
authentication in Thunderbird and Dovecot. Obviously client certificate
is recognized by Dovecot:
Apr 25 14:29:01 dovecot dovecot: imap-login: Valid certificate:
/emailAddress=christian.felsing at example.net/CN=Christian Felsing
(Test)/OU=CF Certificates/O=example.net/C=DE
AFAIK Dovecot always requires IMAP login,
2019 Jun 20
0
LastLogin update
Hi,
this seems to work very well:
https://docs.iredmail.org/track.user.last.login.html
You could also add "rip = $rip" in "fields" for the ip address.
On 6/20/19 3:24 PM, Jorge Bastos via dovecot wrote:
>
> Howdy,
>
> I?d like an adive on what to use.
>
> I have sql users, and i want to have the lastlogin of them, what is
> the native option for this:
2018 Apr 11
0
two unrelated issues, lastlogin, and an out of memory fatal error
Hi!
On 10.04.2018 19:31, David Mehler wrote:
> Hello,
>
> I've got a few misc issues that I'm trying to get a handle on.
>
> I'm having what is probably a simple error with last logins. It's not
> working, unable to write values to the database. Here's the log lines:
>
> 2018-04-10 10:43:34 imap-login: Info: Login: user=<user at domain.com>,
>
2018 Apr 11
3
two unrelated issues, lastlogin, and an out of memory fatal error
Hello Aki,
Thanks for your suggestion. I followed it and the wiki at:
https://wiki.dovecot.org/Plugins/LastLogin
Good news, I get a record in the users table, with the username that
just logged in. This is good. Bad news is I got unexpected output from
the last_login time stamp. Here's the table and the user:
mysql> describe users;
2017 Jan 19
0
Segfault on LIST Command
The Problem arises due to a NULL deref in mail_namespaces.c line 601.
Backtrace below
x LIST "" ""
Program received signal SIGSEGV, Segmentation fault.
mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601
601 while ((namespaces->flags & NAMESPACE_FLAG_LIST_PREFIX) == 0)
(gdb) bt
#0 mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601
2017 Jan 23
0
Segfault on LIST Command
Hi,
I did added the default location and stripped down my config to a very
basic
level, dropping all plugins and database queries, see below. The segfault
still
appears in the same location.
As I have build from source, I wonder whether you can reproduce the problem?
Thorsten
$ doveconf -n
# 2.2.26.0 (23d1de6): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (1dc4c73)
# OS:
2017 Jan 23
0
Segfault on LIST Command
OK, I found the problem in my config. If I use an default namespace with an
empty
name, instead of "inbox" it works as expected. Here the log for this case
Starting program: /usr/local/libexec/dovecot/imap -u ****
imap(****): Debug: auth input: **** home=**** uid=48 gid=48
quota_rule=*:bytes=1000M
imap(****): Debug: Added userdb setting: plugin/quota_rule=*:bytes=1000M
Debug: Effective
2017 Jan 23
0
Segfault on LIST Command
This is fixed in 2.2.27 with ddc96f7 lib-storage: Fixed error handling
in list=children checking
Aki
On 23.01.2017 12:00, Aki Tuomi wrote:
> Thank you for your report.
>
> Aki
>
> On 23.01.2017 11:56, Thorsten Hater wrote:
>> OK, I found the problem in my config. If I use an default namespace with an
>> empty
>> name, instead of "inbox" it works as
2019 Aug 28
2
LMTP Post login script for acl_groups
Hi,
I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP:
This looks like this in LDAP:
rnsMSACLGroup: admin
rnsMSACLGroup: automx
rnsMSACLGroup: amavis
rnsMSACLGroup: postfix
rnsMSACLGroup: dovecot
rnsMSACLGroup:
2019 Aug 28
0
LMTP Post login script for acl_groups
Further information below.
> Am 28.08.2019 um 14:52 schrieb R.N.S. via dovecot <dovecot at dovecot.org>:
>
> Hi,
>
> I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP:
>
> This looks
2018 Apr 10
2
two unrelated issues, lastlogin, and an out of memory fatal error
Hello,
I've got a few misc issues that I'm trying to get a handle on.
I'm having what is probably a simple error with last logins. It's not
working, unable to write values to the database. Here's the log lines:
2018-04-10 10:43:34 imap-login: Info: Login: user=<user at domain.com>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=75934, TLS,
2001 Nov 01
2
Ogg Vorbis Article in Telepolis.de
Hi,
if you haven't seen it already. Theres a small article about Ogg Vorbis on the
German Telepolis site at
http://www.heise.de/tp/deutsch/inhalt/co/11022/1.html
Regards,
Ingo
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word
2019 Sep 04
0
Different passdb backends for different services
> Am 04.09.2019 um 15:31 schrieb R.N.S. via dovecot <dovecot at dovecot.org>:
>
>
>
>> Am 04.09.2019 um 08:24 schrieb Sami Ketola via dovecot <dovecot at dovecot.org>:
>>
>>
>>
>>> On 3 Sep 2019, at 19.08, R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>>>
>>> I tried this, but I have done something wrong
2017 Jan 19
5
Segfault on LIST Command
Dear all,
I experience SegFaults in the imap binary on a LIST "" "" command,
as sent by Claws mail. Using LIST "" "INBOX" or similar is fine.
Here is an example telnet session
$ telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE