Displaying 20 results from an estimated 10000 matches similar to: "Enabling Master User for migration"
2015 May 29
2
Enabling Master User for migration
On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> Hello Charles,
>
> the bare minimum ist just the first passdb entry
> auth_master_user_separator = *
> passdb {
> driver = passwd-file
> args = /etc/dovecot/passwd.masterusers
> master = yes
> pass = yes
> }
>
> this will do the trick.
Ok, this isn't working, I'm
2015 May 29
1
Enabling Master User for migration
hello,
in which way do you login ?
loginuser*masteruser or just masteruser?
You have to do the login with loginuser*masteruser masterpass
greetings
dominik
Am Freitag, den 29.05.2015, 10:14 -0400 schrieb Charles Marcus:
> Apologies - maybe doveconf -n shows a hint at the problem?
>
> Maybe it has to do with I'm using the default_realm? But I've tried
> adding the user as
2015 May 29
0
Enabling Master User for migration
Hello Charles,
the bare minimum ist just the first passdb entry
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
this will do the trick.
greetings
dominik
Am Freitag, den 29.05.2015, 09:03 -0400 schrieb Charles Marcus:
> Hi all,
>
> Ok, just need a quick-n-dirty way to enable a master user for a
2015 May 29
0
Enabling Master User for migration
Apologies - maybe doveconf -n shows a hint at the problem?
Maybe it has to do with I'm using the default_realm? But I've tried
adding the user as both the local part, and with the fqdn...
> # doveconf -n
> # 2.2.15: /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.6 (3e924b1b6c5c+)
> # OS: Linux 3.10.41-gentoo-r1 x86_64 Gentoo Base System release 2.2
>
2015 May 16
2
Core dump at imap process
hello list,
testing the 2.18 release i got following core dump. Maybe Timo you can
get a look at it.
greetings dominik
Core Dump:
root at hbs-buko:/var/vmail/hbs-buko.info/dominik.breu#
gdb /usr/lib/dovecot/imap core
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is
2015 May 11
1
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
On 5/11/2015 9:26 AM, Dominik Breu wrote:
> Hello,
>
> did an test Install on my system get some nice SEGFAULT
> wich backtrace here: https://dominikbreu.de/Stikked/view/8b6b7e5b
> version is following:
> aptitude versions dovecot-sieve i 2:2.2.17~rc1-1~auto+4
I cannot view that URL (some broken SSL error). You can just put the
backtrace in the email itself.
Regards,
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
> On Dec 22, 2015, at 9:49 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> the autoexpunge feature only removes mails wich have the \Delete Flag so no deletion of mails wich doesn't have this Flag(see https://tools.ietf.org/html/rfc4315#section-2.1 or http://wiki2.dovecot.org/Tools/Doveadm/Expunge)
>
> you could run a cron job with a doveadm move comando to move the
2019 Jan 11
2
managesieve configuration
Hi Dominik,
I have set ssl = required in 10-ssl.conf globally but no ssl here:
service managesieve-login {
inet_listener sieve {
port = 4190
}
...
}
Nevertheless, STARTTLS is offered
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags
2019 Aug 14
1
ACL ignored for master users
Hi there!
I can't get ACL working for master users. Login as master user works fine though, and I am able to access any mailbox using the auth_master_user_separator "*", tested e.g. via Python's imaplib:
import imaplib
imap = imaplib.IMAP4_SSL('imap.example.com')
imap.login('foo at example.com*admin-acldemo', '**********')
('OK', [b'Logged
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
I have configured autoexpunge on some folders:
namespace inbox {
inbox = yes
location =
mailbox Junk {
auto = subscribe
autoexpunge = 30 days
special_use = \Junk
}
mailbox Trash {
auto = subscribe
autoexpunge = 2 weeks
special_use = \Trash
}
prefix =
separator = /
}
After adding these and restarting, logging in and out several times, I still see messages
2014 Sep 01
1
Master user and non-plaintext auth does not work
Hi,
I want to use CRAM-MD5 or DIGEST-MD5 (non-plaintext) authentication
for master users, but Dovecot 2.2.13 rejects it with the following log:
Sep 1 06:18:08 localhost dovecot: auth: passwd-file(masteruser,10.0.1.20,master,<ZA1s9/oBgAAKAAEU>): Master user logging in as u0001
Sep 1 06:18:08 localhost dovecot: auth: cram-md5(u0001 at example.jp,10.0.1.20,<ZA1s9/oBgAAKAAEU>):
2010 Feb 24
2
problem with master db and dovecot-2.0.beta3
Hello,
i am currenty testing dovecot 2.0.beta3 and ran into a problem with the
master-db setting.
For our webmail access we are sucessfully using the following settings
with dovecot-1.2.10
auth_master_user_separator =*
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb ldap {
2006 Apr 14
2
Master Password not working
Trying to get the master password to work. What am I doing wrong? Trying
this test:
/etc/dovecot.masterusers
master:{plain}test
auth_master_user_separator=*
auth default_with_listener {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
#pass =yes
}
passdb passwd-file {
# Path for
2017 Jun 07
2
Master users
Hi,all
What version of dovecot supports master users?
Master users means as follows
https://wiki2.dovecot.org/Authentication/MasterUsers
--
????????????????????????????
??????????????
???
???????????????
?? ??
?106-0047 ??????????? 12 ? 3 ? ??????
TEL?03-6401-5314 (??) 03-6401-5117 (???)
URL?http://www.sios.com/
?SIOS????????????????????????????
(SIOS
2006 Apr 03
1
How to use Master Users.
Hi.
I'm testing out the new 'master users' feature, and I'm not having any
luck getting it to work. Anyone out there using it yet?
Here's what I have so far:
dovecot.conf:
------------
auth_master_user_separator = *
auth default {
passdb passwd-file {
# Master users that can login as anyone else
args = /etc/dovecot/dovecot.masterusers
master = yes
2019 Jan 11
2
managesieve configuration
On 10.1.2019 18.28, Dominik Menke wrote:
> I've missed a part at the end:
>
>> This leads me to my question: How do I force Dovecot to print at
>> least a STARTTLS line after a client connects to port 4190? Looking
>
> ... at the default configuration files in /etc/dovecot/conf.d/ I don't
> see an obvious difference.
>
>
> --Dominik
Can you provide
2010 Jul 13
1
Master Users
Greetings,
My company is currently using dovecot with ldap, I am in the process of
migrating this over to Exchange. However, to make the process a lot
smoother I need to make use of the master user function of dovecot to
enable access to other users mailboxes without needing their password.
I've gone through the documentation but it looks like this might not be
possible with an ldap
2014 Sep 08
2
Configure Dovecot Master User
Hi,
Does anyone have any idea or hint how to configure dovecot master user?
I'm already on it for almost fifteen days and can not find a solution.
I appreciate any help,
Clovis
--
Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola
Administrador de Redes - Secao de Informatica (SINFO)
E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br
MSN: clovis_tristao33 at
2012 Dec 20
1
Director and forwarding LDAP user as Master user
Hello guys,
Would you be able to help me with this little issue. I bet someone has the same config so if you can copy-paste it I will very appreciate it.
So main idea is to enable Dovecot director to authenticate a LDAP user with plain or encrypted password and send the user to back-end Dovecot server after the authentication.
According to Wiki it is only possible if we use the master user to
2015 Oct 07
2
bug report: dovecot-imapd core dump
Hi,
could not find it -- back to the list, maybe someone can suggest a
fix/workaround.
Best,
Tamas
On Wed, Oct 07 2015, Dominik Breu wrote:
> Hello,
>
> yeah this one looks familiar to me can you search the list back in
> september there was a somewhat similar bug with thunderbird imho timo
> posted a notice about it.
>
> greetings,
>
> dominik
>
> Am