Displaying 20 results from an estimated 2000 matches similar to: "ltmp delivery with ldap and prefetch"
2014 May 11
1
Segfault with passwd as a second userdb at auth_fields_rollback
Hello,
I've been trying to set up dovecot to support passwd-file + passwd/PAM auth.
I made an unusual config (passwd-file as userdb failed to work for me), which
uses static as userdb:
===============
passdb {
driver = passwd-file
args = username_format=%u scheme=CRYPT /etc/dovecot/users
}
userdb {
driver = static
default_fields = uid=vmail gid=vmail home=/var/spool/mail/%d/%n
}
2019 Mar 30
3
Trying to track down source of duplicate messages
Hi,
I have a fedora28 system with dovecot-2.3.5 and I'm trying to figure
out why I'm increasingly receiving duplicate emails. The message IDs
are exactly the same. It's always two of the same messages. I don't
think it's ever occurred in the inbox. It doesn't happen with every
message or seemingly in every folder.
I've read about dovecot deduplicate, but of course I
2014 Sep 22
0
numeric username
Heya,
does dovecot support "numeric only" usernames (in format "^0-9+$")?
We are unable to deliver emails to such usernames via LMTP:
Sep 22 08:41:05 razor4 postfix/lmtp[2120]: D4FD91CDC11F:
to=<231588 at example.org>, relay=example.org[private/dovecot-lmtp],
delay=217653, delays=217653/0.01/0.02/0, dsn=4.2.0, status=deferred
(host example.org[private/dovecot-lmtp]
2014 Jun 01
0
Combining userdbs
Hi,
I think that using more than one userdb with setting the result
actions doesn't work as expected from the documentation.
The goal would be to set user-specific quotas for a few users with a
specific passwd-file like this :
cat /etc/dovecot/quotas
foo:x::::::userdb_quota_rule=*:storage=2G
The first userdb is passwd (with pam passwd):
userdb {
driver = passwd
result_failure =
2014 Jan 25
1
userdb maildir permission denied in 2.1.7
Dear All,
I'm using version 2.1.7 which currently ships with debian stable.
I'd like to use
userdb {
driver = passwd-file
args = username_format=%n /etc/dovecot/users
default_fields = uid=vmail gid=vmail
override_fields =
skip = never
result_failure = continue
result_internalfail = continue
result_success = return-ok
}
from [1].
The error message is:
Jan 25
2014 Nov 21
1
Unable to see virtual users
I have a new Dovecot v2.2.9 installation and am having trouble
getting virtual users recognized.
Also, the example configuration listed on the Wiki generates config errors.
Note that I haven't tried running dovecot yet, I wanted to verify
that the config looked good first.
First, my configuration. I'm trying to use /etc/dovecot/users as my
combined userdb and passdb file, with all
2014 Dec 16
2
LDAP: Connection appears to be hanging, reconnecting
Hello List
I have a strange problem here which i try to analyse, but i'm stuck.
Maybe someone has a hint?
What happened:
A few weeks ago one of the LDAPS Servers which is not maintained by us
has crashed. From that moment on, users could still login to check their
emails, but they were not able to send any email through postfix (which
uses smtpd_sasl_type = dovecot)
What i do not
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
2020 Jul 03
0
Quota: How/where to set/change
Hi experts.
in the output of imapsync I found:
Host2: found quota, presented in raw IMAP
Sending: 7 GETQUOTAROOT INBOX
Sent 22 bytes
Read: * QUOTAROOT INBOX "User quota"
* QUOTA "User quota" (STORAGE 420325 1953125)
7 OK Getquotaroot completed (0.001 + 0.000 secs).
Host2: Quota current storage is 430412800 bytes. Limit is 2000000000 bytes. So
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:
2019 Mar 02
0
Unexpected behavior with sieve_vacation_to_header_ignore_envelope = yes
Op 27/02/2019 om 13:30 schreef Matthias Petermann via dovecot:
> Hello,
>
> we face an issue with the vacation extension of pigeonhole. Our
> upstream mail server (from which we pull our E-Mails with POP3) uses
> SPF and performs a SRS re-write of the Return Path. Once the mail is
> processed via our local postfix, it is delivered via dovecot deliver
> (using the lda).
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
2016 Jul 10
3
Panic: file mdbox-save.c: line 337: unreached
Recently updated to 2.2.25. Noticed a migration script I've been
previously running fine started giving me the errors below.
Remove server doesn't log any failure. doveconf -n attached.
+ /bin/doveadm -o mail_fsync=never backup -R -u user at domain.com imapc:
dsync(user at domain.com): Panic: file mdbox-save.c: line 337: unreached
dsync(user at domain.com): Error: Raw backtrace:
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
2020 Nov 10
3
SSL alert number 42
This is a followup to my thread "Recommended Protocols?".
The error message is as follows:
dovecot: imap-login: Disconnected: TLS: SSL_read() failed: SSL
routines:ssl3_read_bytes:sslv3 alert bad certificate: SSL alert number 42
I have selected both SSL/TLS and STARTTLS on the Thunderbird side, with
identical results.
The first question that I have is this. Is there any way to know
2019 Feb 27
2
Unexpected behavior with sieve_vacation_to_header_ignore_envelope = yes
Hello,
we face an issue with the vacation extension of pigeonhole. Our upstream
mail server (from which we pull our E-Mails with POP3) uses SPF and
performs a SRS re-write of the Return Path. Once the mail is processed
via our local postfix, it is delivered via dovecot deliver (using the
lda). When the recipient has a vacation rule enabled in sieve, the
out-of-office note cannot be sent, as
2014 Nov 12
1
imap-login segfaults when using post-login
hello,
i get these lines in syslog when using post-login within imap-login:
imap-login: Fatal: master: service(imap-login): child 574 killed with signal 11 (core dumps disabled)
imap[5523]: segfault at 14 ip b7556276 sp bfc1c940 error 4 in libdovecot.so.0.0.0[b7529000+d4000]
these are the relevant sections i added:
service imap-login {
executable = imap post-login
}
service post-login {
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
2020 Sep 07
2
Btrfs RAID-10 performance
Dne 07.09.2020 v 12:43 Sami Ketola napsal(a):
>> On 7. Sep 2020, at 12.38, Miloslav H?la <miloslav.hula at gmail.com> wrote:
>>
>> Hello,
>>
>> I sent this into the Linux Kernel Btrfs mailing list and I got reply: "RAID-1 would be preferable" (https://lore.kernel.org/linux-btrfs/7b364356-7041-7d18-bd77-f60e0e2e2112 at lechevalier.se/T/). May I ask you
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> 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