Displaying 20 results from an estimated 10000 matches similar to: "Question about master user and PAM with dovecot 2.0.12"
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I
2010 Dec 10
2
dovecot 2.0 revision 12532:e030df616faf: problem with Snarf plugin
this command fails when the snarf plugin is enabled.
5 status inbox (UIDNEXT MESSAGES)
with the error:
Dec 10 13:57:57 tr27n12.aset.psu.edu dovecot: imap(tstem38): Panic: file index-transaction.c: line 71: assertion failed: (box->opened)
If it isn't easy to reproduce, I'll spit out the config.
thanks,
Jonathan
-------------- next part --------------
A non-text attachment was
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 {
2009 Aug 19
1
Sieve plugin load error
Running:
dovecot revision 9333:15b4b2c904fe
dovecot sieve revision: 1091:0fe00772366f
AIX 5.3 64bit
Deliver gives error:
Aug 19 12:30:52 deliver(jsiegle): Error: dlopen(/usr/dovecot-1.2.4/lib/
dovecot/lda/lib90_sieve_plugin.so) failed: rtld: 0712-001 Symbol
notify_command was referenced
from module /usr/dovecot-1.2.4/lib/dovecot/lda/
lib90_sieve_plugin.so(), but a runtime
2015 May 29
3
Enabling Master User for migration
Hi all,
Ok, just need a quick-n-dirty way to enable a master user for a migration...
Reading the docs, I'm not sure what the bare minimum is I need to do this...
At: http://wiki2.dovecot.org/Authentication/MasterUsers
The Example config shows:
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/
when in idle mode thus never giving me a RECENT line even though there
are new messages in /var/spool/mail/ . Here are the imap commands to
reproduce the problem:
1 login userid password
2 select inbox
3 idle
When I run "select inbox" it does see my messages in /var/spool/mail/
and moves them over fine.
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
2009 May 01
2
mbox-snarf plugin and istream-mail-stats.c revision 9000:b02c642b4e51
I'm getting this error:
May 1 09:09:30 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is
INBOX
May 1 09:09:30 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38):
file istream-mail-stats.c: line 75: assertion failed: (ret != -1 ||
stream->istream.eof || stream->istream.stream_errno != 0)
Will this error go away before the general 1.2 release?
Thanks,
Jonathan
2014 Aug 28
0
Dovecot Master User
Hi,
I'm trying to use imapsync to migrate my accounts and mailbox (mbox) of
an server A (Postfix + Dovecot) to a Server B (Zimbra), without having
to change user passwords on the server A, using a master user account.
I'm using this paper http://wiki2.dovecot.org/Authentication/MasterUsers
as guidance.
The Dovecot server A, is not letting me authenticate.
Follow the testing and debug
2015 Oct 15
0
master user in dovecot 1.2
1.2.9 is very outdated, install a recent version
2009-12-16 1.2.9 changeset | changelog | files
vs
12 days ago Timo Sirainen Released v2.2.19. 2.2.19
Am 15.10.2015 um 13:12 schrieb Michal ?ila:
> Hello list,
>
> i would like to use master user functionality in dovecot v1.2, but i just cant get it to work:
>
> Here?s my configuration:
>
> # dovecot -n
> # 1.2.9:
2007 Feb 17
1
master password 'username contains disallowed character: 0x2a'
v1.0.rc22 FC6 x86_64
So, here is my config:
protocol imap {
}
protocol pop3 {
}
protocol lda {
postmaster_address = postmaster at example.com
}
auth_master_user_separator = *
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/dovecot.masterusers
master = yes
}
passdb pam {
}
userdb passwd {
}
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>):
2012 Aug 13
0
master user auth problem
Hi,
I tried to setup a master auth authentication. I also use
auth_pop3wrapper to authenticate from qmail-ldap. But I could not
login with master user.
Here is the config.
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /usr/local/etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
# Path for checkpassword binary
driver = checkpassword
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
2019 Aug 12
0
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',
2015 Oct 15
4
master user in dovecot 1.2
Hello list,
i would like to use master user functionality in dovecot v1.2, but i just cant get it to work:
Here?s my configuration:
# dovecot -n
# 1.2.9: /etc/dovecot.conf
# OS: Linux 2.6.18-164.10.1.el5PAE i686 Red Hat Enterprise Linux Server release 5.4 (Tikanga)
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap):
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
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
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
2008 Feb 25
1
Master user doesn't work with 'pass=yes'
Hi,
It seems that master user login does not work with the 'pass=yes' option
as recommended and documented.
I defined a master user passdb as documented. In addition, I have a passdb sql.
If 'pass=yes' is defined then it seems that dovecot recognizes the master login,
verifies the master password but then attempts to verify the ***master***
password again with the ***user***