Displaying 20 results from an estimated 10000 matches similar to: "master user can not login with digest-md5 password"
2006 Oct 14
1
failed authentication with digest-md5 (rc9)
Hi!
I'm using rc9 and DIGEST-MD5 passwords. Sometimes it works, sometimes
it's not...
When failed, I get this in the logs:
12:45:11 Info: auth(default): client in: AUTH 1 DIGEST-MD5 \
service=POP3 secured lip=<lip> rip=<rip> resp=<something_long>
12:45:11 Info: auth(default): client out: CONT 1 <something_long>
12:45:11 Info: auth(default): client in: CONT 1
2006 Aug 17
6
auth failure with digest-md5
Hi!
I'm using:
Dovecot 1.0.beta8
OpenBSD 3.9
KMail 1.9.3
My password file contains only one user now. I've changed its password
to a dumb one: 'asd' (so this is not a wrong password failure :)
I've configured the PLAIN and DIGEST-MD5 mechanisms in dovecot.conf, and
I'm only using pop3.
Also I've turned on the verbose auth logging, and I'm attaching the logs
2007 Oct 26
2
append bug in 1.1beta4?
Hi!
I'm guessing this is the append bug which is still present in
dovecot-1.1beta4?:
Info: IMAP(leva): Disconnected: EOF while appending bytes=31665/119125
This happens after sending a mail, and trying upload/copy that mail from
my local "Sent" folder to my IMAP server's Sent folder.
Daniel
2012 Jan 14
0
[PATCH] support master user to login as other users by DIGEST-MD5 SASL proxy authorization
Hi Timo,
As http://wiki2.dovecot.org/Authentication/MasterUsers states, currently
the first way for master users to log in as other users only supports
PLAIN SASL
mechanism, and because DIGEST-MD5 uses user name to calculate MD5 digest,
the second way can't support DIGEST-MD5.
I enhance the code to support DIGEST-MD5 too for the first way, please
review
the attached patch against
2010 Dec 06
1
waldtest and nested models - poolability (parameter stability)
Dear All,
I'm trying to use waldtest to test poolability (parameter stability) between
two logistic regressions. Because I need to use robust standard errors
(using sandwich), I cannot use anova. anova has no problems running the
test, but waldtest does, indipendently of specifying vcov or not. waldtest
does not appear to see that my models are nested. H0 in my case is the the
vector of
2007 May 13
1
dovecot deliver tries to setuid but why?
Hi!
I've set up postfix(2.4.1) + dovecot(1.0-cvs) + dovecot-lda(1.0-cvs).
Dovecot's deliver is running as vmail:vmail (according to postfix's
master.cf).
Now the problem (when receiving mail):
deliver(leva): auth input: leva
deliver(leva): auth input: uid=8006
deliver(leva): auth input: gid=8000
deliver(leva): auth input: home=/var/mail/virtual/leva
deliver(leva): setuid(8006)
2003 Mar 16
0
SV: Adding users
Hello i had the same problem 2 days ago :) and the nice people here tolt
me what to do ..
>smbpasswd -a username(valid unix)
and then define the password
this shuld do the job :)
Ps -axe |grep Ketil
79 ? S 1:09 /usr/sbin/klogd -c 3 -x PWD=/
CONSOLE=/dev/console -x (Ketil Braun Larsen)
-----Oprindelig meddelelse-----
Fra: Leva [mailto:leva@interware.hu]
Sendt: 16. marts
2008 Jan 07
2
do not lose mail when dovecot is dead
Hi!
Recently I've experienced problems with dovecot. Dovecot died silently,
what means is that there are no core files, nor any indication in the
log files, just the "kevent(): Invalid argument" messages. Dovecot just
died, so deliver could not connect to the auth-master socket, which
means that messages couldn't been delivered. The problem is that
postfix thought that the
2007 Mar 30
2
make failed in doc/wiki
Hi!
I have this problem with cvs (1.0 branch):
[...]
Making all in wiki
make: don't know how to make \n. Stop
in /home/leva/dovecot/dovecot/doc/wiki.
*** Error code 1
Stop in /home/leva/dovecot/dovecot/doc (line 323 of Makefile).
*** Error code 1
Stop in /home/leva/dovecot/dovecot (line 390 of Makefile).
*** Error code 1
Stop in /home/leva/dovecot/dovecot (line 242 of Makefile).
Using
2008 Oct 14
0
swat cann't start
Hi everyone!
i used slackware version 12.1 and kernel version 2.6.24.5.
When i upgrade samba to version 3.2.4.
i want to use swat to configure my samba server,
and i got the message "swat cann't load share file libtalloc.so.1:no =
such file or directory"=20
How can i soultion thih problme=A1H thanks From leva at ecentrum.hu Tue Oct 14 08:11:34 2008
From: leva at ecentrum.hu
2003 Sep 29
2
changing share name?
Hello!
Is it possible to change the share name of the [homes] section. Now
smb.conf has the [homes] section configured, and when I list my shares
with smbclient, it prints:
Sharename Type Comment
--------- ---- -------
homes Disk Public folder
Is is possible to change that "homes" to the name of the actual user, or
2006 Oct 21
2
any idea why the mail downloading is slow?
Hi!
I'm using rc10, but had this problem with previous releases too. Not
sure if this is a dovecot problem, but I can not think of anything
else. The mail downloading with pop3 is ~very slow, approx. 20 Kbyte /
sec. no matter how many mails I've got in my mailbox, or how big are
the mails. My ISP provides me a dedicated 100mbit line, and everything
else works as fast as expected eg.
2003 Sep 27
1
per user smb.conf
Hello!
I need a user defined config file for samba. I mean there must be a file
called ~/.samba.conf or ~/.smb.conf or whatever, where a simple user can
maintain his own shares, probably under his own home dir. Is it possible
to config samba to enable "per user" samba config files, to let simple
user share their own dirs/files without the root's permission.
Does samba support
2009 Jul 04
1
expire-tool complains in 1.2
Hi!
I've upgrade from 1.1 to 1.2, and one thing I noticed, that when running
expire-tool, I get this error:
# /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-
tool
Info: Loading modules from directory: /usr/local/lib/dovecot/imap
Info: Module loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so
Info: Module loaded:
2008 Dec 22
1
expire plugin with pgsql not working
Hi!
I've configured dovecot, and created the db/table/trigger according to
http://wiki.dovecot.org/Quota/Dict. I'm using dovecot-1.1.7 and pgsql.
When moving a message inside the "monitored" directory, the expires
table won't get updated because of an error:
statement: INSERT INTO expires (expire_stamp, mailbox) VALUES
('1229993423',
2008 Jan 05
1
randomly disconnected with imap, and latest hg
Hi!
I'm using latest hg from the 1.1 branch, and noticed that since
yesterday's updates, dovecot randomly disconnects clients when using
imap, with these message in the log:
"Disconnected for inactivity in reading our output bytes=153/41319"
This happens randomly. Eg. I'm fetching messages, and suddenly, dovecot
disconnects. Or my MUA just sits there, and then again,
2007 Nov 25
2
imap process killed with signal 11
Hi!
Using the latest cvs from HEAD, I'm experiencing problems after sending
a message and the client is trying upload the message to the
appropriate (Sent/Queue) folder. I get only one error in dovecot.log:
dovecot: Nov 25 14:21:31 Error: child 19554 (imap) killed with signal 11
So my client disconnects, and asks for the password again, and in
dovecot.info I get nothing, but the logs of the
2014 Mar 26
0
IMAP proxy with master user and CRAM-MD5 auth mechanism
Hello,
I would like to know if it possible to have a dovecot IMAP proxy frontend where CRAM-MD5 can be used as auth mechanism (assuming I would be using a master user/password on the dovecot IMAP backend/mailbox)? I have read a few times the following http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy page but somehow it is still unclear to me if the IMAP proxy then needs to have all the
2010 Aug 07
1
dovecot.conf: mechanisms = plain login cram-md5 | Windows Live Mail: CRAM-MD5 authentication failed. This could (NOT) be due to a lack of memory on your system
/etc/dovecot.conf:
auth default {
mechanisms=plain login cram-md5
passdb {
#..............
Windows Live Mail:
CRAM-MD5 authentication failed. This could be due to a lack of memory on
your system.
Your IMAP command could not be sent to the server, due to non-network
errors. This could, for example, indicate a lack of memory on your system.
Configuration:
Account: Sheltoncomputers
2007 Feb 21
1
login and plain-md5 in sql query
i use last dovecot rc23 with users/passwords in mysql
1) How can i define a sql query for each auth mechanism ?
2)Why i can't set "default_pass_scheme = login" in my dovecot-sql.conf? :
dovecot: Feb 21 09:46:22 Info: auth(default): client in: AUTH 1
PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1
resp=AGFkaUBhZHJpYW4uZXUAcGFyb2xh
dovecot: Feb 21