Displaying 20 results from an estimated 2000 matches similar to: "Errors in log file"
2013 Dec 04
1
file descriptor errors
Hi,
I use dovecot 2.2.9 on Gentoo Linux and I get lots of these erors in my log file:
Dec 4 08:53:37 mx dovecot: auth: Error: close failed in file object destructor:
Dec 4 08:53:37 mx dovecot: auth: Error: IOError: [Errno 9] Bad file descriptor
What could cause these error messages?
My mailboxes are stored on an ext4 filesystem:
/dev/vdb1 on /srv/mail type ext4 (rw,noatime)
doveconf -n:
#
2013 Dec 27
1
German Umlauts in folder name and sieve
Hi,
I had created an imap folder that has German Umlauts in it:
?RA R??ner - Merle?
When finished, the result looks like this on filesystem:
drwx------ 3 vmail vmail 4096 Dec 27 11:02 RA Ro&AwgA3w-ner - Merle/
I wrote this sieve script (with SOGo):
if anyof (address :regex "from" "@.*\\.ra-roessner-merle\\.de") {
fileinto "RA Ro&AwgA3w-ner - Merle";
2019 Sep 04
2
Different passdb backends for different services
> 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 probably.
>>
>> I added this to 20-imap 20-pop 20-managesieve and 20-submission. Always in the protocol sections. I also
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:
2012 May 13
2
doveadm not working
Hi,
I know I must have done some misconfiguration, but I do not know where to start searching for. All began when looking at my weekly cron message, where doveadm purge -A is run. That fails. So I tried doveadm quota -A as well, which several weeks ago was working perfectly.
Example:
doveadm quota get -A
doveadm(root): Error: User listing returned failure
doveadm: Error: Failed to iterate
2015 Nov 03
0
[dovceot-2.2.19] doveadm fts expand constantly gives Segfault
Hi!
When I issue:
doveadm fts expand -A body xxx
I'm always getting Segfault. I can't find descrption of this command in
manual, is it possible to add some information to manual?
# gdb -q doveadm
Reading symbols from doveadm...Reading symbols from
/usr/lib64/debug//usr/bin/doveadm.debug...done.
done.
(gdb) set args fts expand -A body XXX
(gdb) run
Starting program: /usr/bin/doveadm fts
2019 Sep 04
0
Different passdb backends for different services
> Am 04.09.2019 um 16:58 schrieb Sami Ketola via dovecot <dovecot at dovecot.org>:
>
>
>
>> On 4 Sep 2019, at 16.38, R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>>>
>>> passdb {
>>> args = /etc/dovecot/master-users
>>> driver = passwd-file
>>> master = yes
>>> pass = yes
>>> }
>>>
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
2013 Jan 13
4
Installing Dovecot on Gentoo
Hi,
I have an already working dovecot server on Ubuntu 10.04 with self-created packages version 2.1.13. This setup is working prefect. Now that I do not wish to continue using Ubuntu (to much work for Upgrading), I decided to switch to Gentoo, as I had made best experiences in the past?
I have installed Dovecot on Gentoo and I copied over all my configs and certs and stuff. Also created a user
2019 Nov 07
0
dovecot ignores users sieve-script
Op 7-11-2019 om 13:30 schreef Jakobus Sch?rz via dovecot:
> Hi there!
>
> I recognized that dovecot ignores users sieve-script. The global and the
> post-sieve-scripts are working, but users sievescript is ignored.
>
> You can see the sieve trace-files last lines
>
> ? 65:?? finishing match with result: not matched
> ? 65: jump if result is true
> ? 65:?? not
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 Jan 03
0
Bug in dovecot 2.3 virtual plugin
This is not a bug in virtual plugin, but in some email which contains invalid unicode sequence somehow. Can you send me a core file? This should not have occured ofc but would be nice to know how it ended up here.
Aki
> On January 3, 2018 at 5:35 PM Jakobus Sch?rz <wertstoffe at nurfuerspam.de> wrote:
>
>
> Hi there!
>
> I compiled dovecot 2.3 from git. Because there
2018 Dec 07
0
BUG: sieve does not set seen-Flag
Am 07.12.18 um 08:10 schrieb Noel Butler:
>
> On 07/12/2018 16:44, Aki Tuomi wrote:
>
>>
>> On 6.12.2018 6.54, Noel Butler wrote:
>>>
>>> On 06/12/2018 07:29, Jakobus Sch?rz wrote:
>>>
>>> ?that all and every Flag is set, except \Seen... I tried to
>>> figure out, whats happening here...
>>>
>>> Paste what
2019 Nov 07
2
dovecot ignores users sieve-script
Hi there!
I recognized that dovecot ignores users sieve-script. The global and the
post-sieve-scripts are working, but users sievescript is ignored.
You can see the sieve trace-files last lines
? 65:?? finishing match with result: not matched
? 65: jump if result is true
? 65:?? not jumping
? 65: jumping to line 67
? 67: jumping to line 77
????? ## Finished executing script 'global'
?
?
2013 May 14
2
2.2.1 and quota-status
Hi,
maybe this question already came up and I missed it in my mails, but if not? :
I have configured Quota for Dovecot since decades and now with the new policy service, I wanted to include this into Postfix. I have followed Ralf's Blog and there a two Problems:
I need to do this:
ls -la /var/run/dovecot/config
srw------- 1 root root 0 May 14 11:06 /var/run/dovecot/config
chown vmail
2020 Apr 23
2
Testing COI
Hi,
I am playing around with the COI plugin and try to get things working.
I followed the Dovecot docs and also got the source from Github (dovecot/coi).
I have compiled and installed coi successfully.
IMAP seems to be fine, but LMTP has some errors in the logs, so I removed imap_coi for the moment:
Apr 23 17:05:16 mx dovecot: lmtp(10752): Fatal: Couldn't load required plugin
2018 Jul 25
0
Panic: Leaked view for index - virtual mailbox
Hi Aki!
The config is in the attachment.
The output from gdb is this:
# gdb /usr/lib/dovecot/imap /var/core/24491
GNU gdb (Debian 8.1-3) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by
2012 Sep 19
2
OT: z-Push
Hi,
just a short question:
I have installed and configured z-Push to use BackendIMAP. On my iPhone I have created an account and I can see my mails. Also sending works. So far so good. Now the question:
When I create a new folder i.e. Test under the root (/), then I get an error. And after resyncing the folder has been created not under /, but under /0/Test.
Also I can not remove that folder
2019 Aug 18
1
Submission and TLS client certificate
Hi,
is there some configuration parameter in Dovecot, which sends a TLS client certificate to the SMTP server? I would need this to have XCLIENT enabled and TLS with Postfix. This way I could permit sending based on the certificates fingerprint.
Thanks in advance
Christian
Von unterwegs aus gesendet
--
R??ner-Network-Solutions
Karl-Br?ger-Str. 10, 36304 Alsfeld
Fax: +49 6631 78823409, Mobil:
2012 Mar 29
1
File/folder permission issues in 2.1.3
Hi,
I figured out that Dovecot does not honer secondary groups with auth/auth-worker (??), if doing LDAP/TLS stuff. I had to use file system acls to add the user "vmail" to /etc/ssl/private and to the corresponding key file:
doveconf -n
# 2.1.3: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-40-generic-pae i686 Ubuntu 10.04.4 LTS
auth_master_user_separator = *
auth_mechanisms = plain