Displaying 20 results from an estimated 60000 matches similar to: "Log mail access"
2014 Aug 12
1
Fatal: lazy_expunge: Unknown namespace: '.EXPUNGED/'
Hello List,
with dovecot version 2.2.13.9, I actually have a problem using
lazy_expunge and acl together.
Shared/Public Folders work fine with lazy_expunge disabled.
If lazy_expunge is enabled and userA got a shared folder form userB,
then there is the error shown in subject.
My test case to reproduce the error.
doveadm mailbox list -u userA at domain
--> Output Fine.
doveadm acl set -u
2008 Oct 01
1
"dovecot: Maximum number of mail processes exceeded"
At noon, I often get "dovecot: Maximum number of mail processes
exceeded"
I'm at my wits end, which parameter needs to be increased further?
# 1.1.3: /usr/local/etc/dovecot.conf
protocols: imap imaps pop3s
ssl_cert_file: /etc/ssl/certs/postamt.pem
ssl_key_file: /etc/ssl/private/postamt.key
disable_plaintext_auth: no
version_ignore: yes
login_dir: /usr/local/var/run/dovecot/login
2013 Dec 11
1
Plugin development - ostream and index cache size
Hi,
I'm new to this list, so first thanks for the dovecot tool! So far, it
has been great to work with.
Currently, I'm developing a scrambler plugin for dovecot, that should
stores the mails encrypted. To do that, I've created the
scrambler_ostream and scrambler_istream that does the encryption and
that I hook in the mail storage process.
The scrambler_ostream is stacked on top
2015 Jul 17
0
migrate via dsync error Panic: file mail-transaction-log.c: line 271 (mail_transaction_log_rotate): assertion failed: (file->locked)
hi all
when I use dsync migrate users from dovecot2.0.14(maildir Solaris10) to
dovecot2.2.15(mdbox debian7) , most of the users migrated well, only one
user has a error.
migrate cmd:
"$dovecotHome"bin/doveadm -Dv -o mail_fsync=never -o imapc_host=$ip backup
-R -u $user imapc:
dovecot2.2.15 log:
doveadm(root): Debug: Loading modules from directory:
/home/mail/dovecot/lib/dovecot
2012 Aug 31
1
Possible mbox corruption if mail is saved with wrong Content-Length header (2.1.6)
One of our users likes to delete attachments from his mails. He is using
roundcube and we installed a plugin for that.
He reports that from time to time one of his mails gets corrupted (cut
off in the middle).
I could verify there is something wrong in the logs:
imap(x1234567): Error: Cached message size larger than expected (6796 > 2844)
imap(x1234567): Error: Corrupted index cache file
2016 Mar 01
2
Dsync induces redundant mail after rapid append/expunge repeatedly
?I meet the problem about dsync with ?expunge. The problems is expunged
mail would reappear after dsyncing and it is easily to reproduce.
?Environment Settings:
- Two servers(serverA, serverB) both enabled plugin "*replication"*
- And more detail get by "dovecot -n" show below
?Reproduce flow:
?- ?Run two processes pA and pB both would run in while loop
?- pA?(All behavior is
2016 Apr 06
2
[help]enotify "mail to" run fine edit via managesieve 0.4.4 complied failed
hi all
edit via vi editor to change dovecot.sieve and enotify works fine.but
when I telnet 4190 port via managesieve to edit it with the same code,the
managesieve said "NO "Error in MANAGESIEVE command CHECKSCRIPT: "", find
many topic in wiki and maillist but not solved.
need you help!thanks!!dovecot version 2.2.15,pigonhole version 0.4.4
here are more infos
2014 Nov 04
1
Some of the mail on the server to duplicate.
I am using dovecot in mbox format.
I'm going to set to leave the 30-day mail to the server with the mail
client.
The other day, some of email was received duplicate When receive mail.
Mail does not arrive between Nov 4 11:09:03 and Nov 4 11:13:25.
There should be the 259 (274-15) messages at the time of Nov 4 11:09:03
on the server from the log.
But there were the 280 messages at the time of
2013 Dec 16
1
Errors in log file
Hi,
just wonder about some errors I found with:
doveadm log errors:
?
Dec 16 17:21:55 imap(roessner@****): Error: stat(/srv/mail/virtual/*****/roessner/.dovecot.sieve/tmp) failed: Not a directory
?
And this is correct, it is a link:
.dovecot.sieve -> sieve/default.sieve
I do not see, where I have an error in my config ;)
root at mx ~ # doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
#
2014 Feb 20
2
Enable mail logger plugin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Feb 2014, Sean Kamath wrote:
> From: Sean Kamath <kamath at moltingpenguin.com>
> On Feb 19, 2014, at 1:24 PM, Alexandre Ellert <aellert at numeezy.com> wrote:
>> Hello,
>>
>> I'm trying to get more info about user activity (especially when they delete some email).
>> So, I follow info from
2012 Jan 30
0
A namespace error on 2.1rc5
Hello all,
I'm not sure if this is a bug. It's probably just an upgrade note.
In summary I had no namespace section in my 2.0.17 config. When trying out 2.1rc5 no user could login because of a namespace error.
2.1rc5 adds a default namespace clause which broke my logins (It was noted in the changelog)
I seemed to fix it by just putting this in the config file:
namespace inbox {
2019 Feb 27
0
Dovecot Logging and Shell Script Hang
> On 27 February 2019 18:49 Asai via dovecot <dovecot at dovecot.org> wrote:
>
>
> Greetings,
>
> We have a PHP based shell script that runs a doveadm backup routine.
>
> This script was running just fine, and then we turned on more logging for Dovecot (enabled the mail_log plugin). For some reason, once this was done, the shell script would run for a few minutes
2008 Feb 13
1
How to log uid and keywords of delivered mail?
Hi,
I?d like to extend the mail_log plugin to log the uid and keywords of a mail delivered by LDA. The keywords are set by the sieve plugin.
I added a mail_log_save_finish() function hook listed below.
However, the uid of the mail is always zero and trying to get the keywords results in assertion failure, probably because the message is not committed yet:
Feb 13 08:07:42 ha-test1 deliver(test1
2014 Feb 19
3
Enable mail logger plugin
Hello,
I'm trying to get more info about user activity (especially when they delete some email).
So, I follow info from http://wiki2.dovecot.org/Plugins/MailLog to enabled mail logger plugin, but I don't see anything in my logs.
Can you tell me what I'm missing ?
Thanks.
# doveconf -n
# 2.2.10.3: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.4 ext4
2019 Dec 04
0
Can't see a specific mail in thunderbird but with mobile mail client
Am 03.12.19 um 12:32 schrieb J. Echter via dovecot:
> Hi,
>
> i've seen a strange behaviour in our system (centos 7, dovecot 2.2.36
> (1f10bfa63) today.
>
> We got a mail and it got delivered.
>
> Dec? 3 07:56:25 mail postfix/lmtp[4013]: 915B0CEF4C2: to=<user at domain>,
> relay=mail[private/dovecot-lmtp], delay=1.5, delays=1.3/0.03/0.02/0.19,
> dsn=2.0.0,
2014 Feb 10
0
Segmentation fault in libdovecot-storage.so
Hi,
I obtain continuosly segmentation fault of processes pop3 and imap, with
version 2.2.10.
This is the error for the pop3 process (but for imap is is the same):
2014-02-10 11:06:22 pop3(xxxxxxx at yyyyyyyy.zz): Fatal: master:
service(pop3): child 23804 killed with signal 11 (core dumped)
This is the kernel log:
Feb 10 11:06:22 pecpop5 kernel: pop3[23804]: segfault at 7fa42a3f4070 ip
2007 Jan 30
0
mail_plugins = mail_log (pop3) crashing 1.0.rc18 and rc19
Hello
Thank for adding mail_log plugin in Dovecot POP3/IMAP server.
But when I am use "mail_log" in pop3 secction Dovecot getting
the following log message:
...
Jan 26 15:34:11 rtr dovecot: pop3-login: Login: user=<gk2>,
method=PLAIN, rip=8x.xx.xx.xx, lip=8x.xx.xx.xxx
Jan 26 15:34:11 rtr dovecot: POP3(gk2):
dlopen(/opt/dovecot/v1.0rc19/lib/dovecot/pop3/lib20_mail_log_plugin.so)
2019 Dec 04
0
Can't see a specific mail in thunderbird but with mobile mail client
Hi,
i did but it seems to contain garbage to me.
here's the .in file:
1575450806.299222 2 COMPRESS DEFLATE
1575450806.300114 2V?tQ?P?K?MURP
1575450806.300114
?(?KI-J?,J^A??R??3???,3^K=#=#%M^.^@^@^@^@??2Q(N?IM.QP??s??P??^B^@^@^@??2U^H^E^Z??Z???`h???????^^^LT
1575450806.304341
^@^@^@??2^C^Z????^E^@^@^@??r??^C?^@^@^@^@??2W???/??^B^@^@^@???@Rnafibi??^G^@^@^@??d??^N?
2007 Mar 21
1
Unexpected behaviour when deleteing a big mailbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
my last tests left me with a mailbox with > 80'000 messages in
Maildir. Dovecot served them fine. No problem. I usually use IMAP's "Mark
messages a deleted" function and expunge later.
Because the "Move to Trash" is default in many MUAs, I decided to try it
on this mailbox.
I do think that it is hard to
2013 Jul 26
2
dovecot-lda not logging if dovecot runs under daemontools
Hello all,
I have dovecot running under daemontools and I can't see dovecot-lda in
action when I read the logs. I've set the logs to /dev/stderr because
daemontools redirects /dev/stderr to /var/log/dovecot/current.
The dovecot server works fine and I know that dovecot-lda is actually
doing the delivery, because the sieve facility is working as well. I can
get lda log working -but