Displaying 20 results from an estimated 4000 matches similar to: ""/etc/dovecot/dovecot.conf: passdb is missing driver""
2020 May 22
1
Dovecot passdb and postfix login
Hi,
Long story short I've got a fully functional Dovecot IMAP instance and I am now looking to upgrade some perimiter authenticated SMTP relays to authenticate against the Dovecot instance.
Trouble is that I am seeing errors such as "auth: Warning: sql: Ignoring changed user_query in /etc/dovecot/local_sql_users.conf, because userdb sql not used." in my Postfix server logs and not
2020 May 17
2
iterate_query with static userdb ?
Hi,
Going by the "static userdb" example? on this page (https://wiki.dovecot.org/VirtualUsers#homedirs), tried to achieve a similar setup in conjunction with pgsql for passdb.
However I get an error "auth: Warning: sql: Ignoring changed iterate_query in /etc/dovecot/local_sql_users.conf, because userdb sql not used. (If this is intentional, set userdb_warning_disable=yes)"
2020 May 17
0
iterate_query with static userdb ?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 17/05/2020 12:34 Laura Smith <<a href="mailto:n5d9xq3ti233xiyif2vp@protonmail.ch">n5d9xq3ti233xiyif2vp@protonmail.ch</a>> wrote:
2020 May 17
2
iterate_query with static userdb ?
On Sunday, 17 May 2020 10:38, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> > On 17/05/2020 12:34 Laura Smith <n5d9xq3ti233xiyif2vp at protonmail.ch> wrote:
> >
> > Hi,
> >
> > Going by the "static userdb" example? on this page (https://wiki.dovecot.org/VirtualUsers#homedirs), tried to achieve a similar setup in conjunction with pgsql for
2019 Apr 11
0
auth-worker unknown user
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
PAM is trying to lookup user@domain while you probably only have user. PAM driver does not yet support username_format.
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
2020 Mar 09
0
dovecot-pigeonhole Broken ?
Hello,
I like to install Update my server but after the last update I have this Error
System centos 7.7
when I Install "sieve" I have this error
Mar 9 11:51:47 mx02 dovecot: master: Warning: Corrected permissions for login
directory /var/run/dovecot/token-login
Mar 9 11:51:47 mx02 dovecot: master: Dovecot v2.3.10 (0da0eff44) starting up
for imap, lmtp, sieve (core dumps disabled)
2019 Apr 11
2
auth-worker unknown user
pam(foobar at example.com,192.0.1.1,<9zMTUUCGNfHZzMpL>): unknown user (SHA1 of given password: ff75068c2f4d700a49dae204d56477a5ffa5d23d)
The password is correct, i.e. 'echo -n 'passed' | openssl dgst -sha1' matches.
The user is setup correctly in /etc/dovecot/users (the /etc/dovecot/users was copied from another known-good server, so the syntax is correct and appropriate
2018 Sep 26
0
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
The reason it fails is because auth process runs out of memory and there
is a bug in libsodium which causes it to crash in this scenario. The fix
is to do
service auth {
? vsz_limit = 0 # or 2G at least
}
Aki
On 26.09.2018 09:12, Keith Amidon wrote:
> I'm using dovecot version 2.3.2.1 (0719df592) and trying to use the
> ARGON2ID crypt scheme for authentication using the passdb
2018 Sep 26
2
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
I'm using dovecot version 2.3.2.1 (0719df592) and trying to use the
ARGON2ID crypt scheme for authentication using the passdb passwd-file
driver. My passdb config is very simple:
??? passdb {
????? driver = passwd-file
????? args = username_format=%u <path-to-file-here>
??? }
If I generate a password this way:
??? doveadm pw -s ARGON2ID -p 'This is a test'
I get a crypt
2020 Sep 15
1
correct usage for Pigeonhole sieve message *redirect* to external server?
i've installed
rpm -qa | grep dovecot
dovecot-2.3.10.1-1.fc32.x86_64
dovecot-pigeonhole-2.3.10.1-1.fc32.x86_64
i'm setting up imapsieve spam reporting; following,
https://doc.dovecot.org/configuration_manual/spam_reporting/
https://wiki.dovecot.org/HowTo/AntispamWithSieve
https://wiki.dovecot.org/Pigeonhole/Sieve/Examples
my config currrently includes
protocol imap {
2020 Apr 25
2
problem with a public folder
Hello,
Thanks for all the replies.
I've added a mailbox to the namespace definition for the public
folders. I can do a doveadm acl get -A "Public/general" works but
"Public/TestFolder" does not. Here's my 90-public.conf file:
#cat 90-public.conf
# Public mailboxes
namespace {
type = public
separator = /
prefix = Public/
location =
2020 May 17
0
dovecot sync not pushing automatically ?
Hi,
I'm aware its an async process, but despite sending test messages and then waiting a few minutes, the stats are still unchanged :
$ sudo doveadm replicator status????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
Queued 'sync' requests???????
2020 Apr 14
0
got a listener on 993
Maybe this thread can help you with your first question :
https://dovecot.org/pipermail/dovecot/2014-August/097488.html
On 13.4.2020. 20:52, David Mehler wrote:
> Hello,
>
> Before I get in to my question is ssl on 993 or starttls on 143 better
> from a security perspective?
>
> I've noticed that I've got a dovecot listener on port 993, below is my
> doveconf -n
2019 Sep 25
1
'director_tag' field returned from passdb lookup results in 'unknown passdb extra field'
Hello all,
I'm working with director in tandem with 'director_tags' to group some
backend hosts. I've assigned the groups to the hosts by appending a '@'
character after the IP address of a backend host under
director_mail_servers:
...
director_mail_servers = 192.168.0.1 at foo 192.168.0.2 at bar 192.168.0.3 at foobar
...
I can confirm that the backend hosts
2020 Aug 16
0
generating secure ARGON2ID passwords
> On 16/08/2020 09:38 Felix Zielcke <fzielcke at z-51.de> wrote:
>
>
> Hello,
>
> I'm using dovecot 2.3.4.1 on a Debian buster system.
>
> with Argon2ID password scheme, it's only possible to configure the
> parameters used for it via the generic -r option to "doveadm pw".
>
> A higher -r will increase time and memory comsumption.
>
2018 Dec 06
2
argonid and dovecote
On Thu, 6 Dec 2018 18:16:05 +0000, Larry Rosenman stated:
>Update to the latest port in the HEAD ports tree
>
>?On 12/6/18, 11:44 AM, "dovecot on behalf of Jerry"
><dovecot-bounces at dovecot.org on behalf of jerry at seibercom.net> wrote:
>
> on a FreeBSD 11.2 amd64 machine, I am trying to get Dovecot 2.3.4 to play
> nice with "argonid"
2020 Apr 25
0
problem with a public folder
On April 25, 2020 2:35:20 AM GMT+02:00, David Mehler <dave.mehler at gmail.com> wrote:
>Hello,
>
>I'm trying to set up a public folder called TestFolder. I'm getting
>this error:
>
>#doveadm acl get -A "Public/TestFolder"
>doveadm(username at example.com): Error: Can't open mailbox
>Public/TestFolder: Mailbox doesn't exist: Public/TestFolder
2018 Dec 06
3
argonid and dovecote
on a FreeBSD 11.2 amd64 machine, I am trying to get Dovecot 2.3.4 to play
nice with "argonid" encryption.
In the "10-auth.conf" file, I tried:
auth_mechanisms = plain argon2id
Upon restarting dovecot, I received an error message when attempting to
actually it:
auth: FATAL: Unknown authentication mechanism "ARGON2ID"
Output from doveadm pw -l
doveadm pw -l
SHA1
2020 Aug 16
2
generating secure ARGON2ID passwords
Hello,
I'm using dovecot 2.3.4.1 on a Debian buster system.
with Argon2ID password scheme, it's only possible to configure the
parameters used for it via the generic -r option to "doveadm pw".
A higher -r will increase time and memory comsumption.
But on my dual core VM it always uses p=1.
So it seems the needed threads can only be changed on compile time?
Will there be in
2023 Feb 21
0
Auth-worker, unknown scheme ARGON2ID
On my current mail server I was able to upgrade everyone?s password scheme to ARGON2ID with no issues, I just had to have:
service auth {
vsz_limit = 0
}
This was an older version of macOS than the new server I?m trying to migrate to.
The new one has Dovecot compiled with same configure options, same configuration files, but fails to authenticate:
Feb 21 21:51:03 master: Info: Dovecot v2.3.20