Displaying 20 results from an estimated 1142 matches for "auth_debug".
2008 Mar 04
1
auth_debug_passwords only on mismatches?
>From the configuration notes (1.0.10), it sounds like setting
'auth_debug_passwords' will only log the user supplied password if there was
a mismatch.. When I set it (with auth_debug=no), I get a good amount of auth
debug info, regardless of password matching..
------
dovecot.conf:
# In case of password mismatches, log the passwords and used scheme so the
# problem...
2008 Oct 30
3
Startup info message
Hi folks,
I'm using the latest Dovecot 1.16 with Postfix for my FreeBSD box. Since
v1.1.4
(if i remember correctly), the following message is displayed whenever
starting Dovecot.
"Info: If you have trouble with authentication failures, enable auth_debug
setting. See http://wiki.dovecot.org/WhyDoesItNotWork"
Besides that, Dovecot works great but I wonder what this message is all
about. I've
searched wiki and mailing list but didn't find anything related.
PS: I removed Dovecot removing all stalled files and directories and
reinstalle...
2004 Oct 14
1
not enough information in the syslog
Although I set `auth_debug = yes' in the dovecot.conf, the line about
my uid being too low was never logged by the server.
Neither KMail nor Mozilla showed me the rejection message, that dovecot
was giving them.
I had to ktrace the process to see it and adjust first_valid_uid down.
Yours,
-mi
2019 Jan 29
2
"unknown user - trying the next userdb" Info in log
> On 30 Jan 2019, at 9:24 am, Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
>
> Op 29/01/2019 om 01:51 schreef James Brown via dovecot:
>> I?ve set up a new mail server. Auth-worker is giving me this error all the time:
>>
>> auth-worker(11160): Info: passwd(sales at bordo.com.au <mailto:sales at
2006 May 19
1
LDAP imaps,pop3s authentication problem
...s of the server, but the effect is the same.. i'm really
confused, becouse i have lots servers running dovecot, but with mysql
authentication, and i didn't have any problems with them... the
biggest problem is, that no log messages being generated during the
process (with or without auth_debug, and auth_verbose options
enabled), so i can't figure it out why is it happening.. it's
working if i authenticate from other sources, just like passdb, or
mysql...
thx for the answers in advance,
->Peter Sus?n
tel.: +36-20-395-3751
mail: peter at susinet.hu
-------------- nex...
2018 Feb 01
2
Why does dovecot reject password when authorizing by a certificate?
I have added "auth_debug_password=yes" to "10-logging.conf" and restarted dovecot.?But I do not see any information about the password in the logs. Does this mean that the thunderbird does not send the password??Although it asks for the password and I enter one.
New log:
dovecot: master: Warning: Killed with...
2019 May 13
2
dovecot 2.2.36 and wforce
Hi list
I'm trying to setup dovecot 2.2.36 on a Centos6 to communicate with a
wforce daemon on the remote side. wforce is latest released from git
repo. Daemon part is working and I can successfully send queries from
remote systems to wforce via curl
For dovecot I configured in /etc/dovecot/conf.d/95-wforce.conf
> auth_policy_server_url = http://REMOTE_IP:8084/
>
2019 Jan 30
3
"unknown user - trying the next userdb" Info in log
...;> So I?m just trying to figure out what is causing the auth-worker lookup failure so I can fix it. I did not have this in my old mail server, just the new one I?ve setup.
>>
>> Is it a database issue or a Dovecot config issue? If so where?
>
> ?ou can enable auth_verbose and auth_debug to get an idea what Dovecot is doing. You should post your `dovecot -n` to get more help on this issue.
>
> Regards,
>
> Stephan.
Will look at auth_debug. It is a lot to go through!
My settings:
$ sudo dovecot -n
Password:
# 2.3.4 (0ecbaf23d): /usr/local/etc/dovecot/dovecot.conf
#...
2014 May 18
3
logging of failed SASL usernames
as far as i understand postfix has no way to know the username of
such failed logins like below, IMHO dovecot internally does because
it verifies against the sql-userdatabase
is there a way that dovecot logs the username?
after ask the users to change their passwords for safety caused
by Heartbleed it was easy to write a tool find forgotten devices
in case of IMAP/POP3 but especially Apple
2014 Feb 12
1
Getting Director Proxy Working
...# doveadm director map
user???????????????????????????????????????????????????????????????????????????????????????????????????????
mail server ip expire time
# doveconf -n
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1
auth_cache_size = 32 M
auth_cache_ttl = 2 hours
auth_debug = yes
auth_mechanisms = plain login
auth_verbose = yes
base_dir = /var/run/dovecot/
director_mail_servers = x.x.x.x
director_servers = y.y.y.y
disable_plaintext_auth = no
mail_debug = yes
passdb {
? args = nopassword=y proxy=y
? driver = static
}
service director {
? fifo_listener login/proxy-notif...
2017 Jun 28
2
Per-user quota (passwd)
...administrator:*:95400500:95400513:Administrator:/home/DOM/administrator:/bin/bash::userdb_quota_rule=*:bytes=10G
>>
>> Authentication and quota - now OK. But doesn't work sending and receiving mail...
>> postfix say 'Unknown user'...
>>
>>
>> Turn on auth_debug and auth_verbose and see what it says.
>>
>> Aki
Also you can set auth_username_format = %Ln to force usernames into
lowercase without domain.
Aki
2007 Dec 31
2
Building path to maildir
...un/dovecot-login
login = imap
login = pop3
default_mail_env = maildir:/var/spool/virtualmail/%d/%n
mbox_locks = fcntl
auth = dovecot-auth
auth_mechanisms = plain
auth_default_realm = CASA.CULT.CU
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_passdb = pam dovecot
auth_user = root
auth_verbose = yes
auth_debug = yes
dovecot-ldap.conf
hosts = ldap.casa.cult.cu
base = ou=CASA,dc=casa,dc=cult,dc=cu
dn = cn=unix-conector,cn=Users,dc=casa,dc=cult,dc=cu
dnpass = *****
ldap_version = 3
deref = never
scope = subtree
user_global_uid = 500
user_global_gid = 500
user_attrs = mail,/var/spool/virtualmail/%d/%n,,,,
u...
2008 Jan 19
2
dovecot Digest, Vol 57, Issue 55
I'm trying to configure PAM authentication and I'm having some issues.
I'm using RHEL 5 and included below are excerpts from my relevant
configuration and log files:
*/var/log/maillog*
Jan 19 10:55:39 flacpmail dovecot: imap-login: Aborted login:
user=<test>, method=PLAIN, rip=::ffff:128.8.244.15,
lip=::ffff:128.8.244.161, TLS
*/etc/dovecot.conf*
passdb pam {
args =
2008 Nov 06
1
Per User Quotas
HI All
Asking for a little patience and a bit of help here. I'm using
dovecot-1.1.3_1 with postfix and squirrelmail. I have implemented a global
quota successfully. That works fine. I want to now implement per user
quotas. So far I have read the howto in the documentation and searched
several threads but can't seem to get it working properly. My LDAP server is
Windows 2003 Active
2011 Aug 25
3
On IMAP vhost login, only Username being used
...uth: Debug: Loading modules from
directory: /usr/local/lib/dovecot/auth
Aug 24 19:30:48 debian dovecot: auth: Debug: vpopmail(postmaster,[IP
redacted]): lookup user=postmaster domain=
Current config:
# 2.0.13: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.2 ext3
auth_debug = yes
auth_verbose = yes
disable_plaintext_auth = no
first_valid_gid = 89
first_valid_uid = 89
mail_debug = yes
mail_location = maildir:/home/vpopmail/domains/%d/%n/Maildir
maildir_very_dirty_syncs = yes
passdb {
driver = vpopmail
}
protocols = imap pop3
ssl_cert = </etc/ssl/certs/dovecot.pem...
2015 Apr 26
2
seeking sasl configuration example
...eters
or are for a setup with system users,
i would prefer to use dovecots sasl implementation.
dovecot --version = 2.1.7
cat dovecot.conf
######################
######################
disable_plaintext_auth = no
mail_privileged_group = mail
log_path = /var/log/dovecot.log
# auth_verbose=yes
# auth_debug=yes
# auth_debug_passwords=yes
mail_debug=yes
# verbose_ssl=yes
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
userdb {
driver = prefetch
}
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
protocols = "pop3 imap lmtp"
protocol imap {
mail_plugins...
2007 Sep 18
3
Deliver prints passwort to the syslog
Hi,
I've got the problem that dovecot's deliver prints the authentification
information to the syslog.
Like this:
Sep 18 12:11:22 mail deliver(user at domain.tld): auth input:
user=user at domain.tld
Sep 18 12:11:22 mail deliver(user at domain.tld): auth input: password=XXXX
Sep 18 12:11:22 mail deliver(user at domain.tld): auth input:
home=/home/mail/domain.tld/user
Sep 18 12:11:22
2014 Sep 29
3
Master user and invalid credentials dovecot-2.2.13
...and still have
some problem:
1. uncommented "!include auth-ldap.conf.ext" in 10-auth.conf
2. htpasswd -b -c -s .... to create user/password for a masteruseruser
3. checked auth-master.conf.ext
When I try to test the login, I always get an "invalid credentials" in
the logs with auth_debug=yes set.
dovecot can read /etc/dovecot/master-users
The users are in ldap.
The example wiki shows the passwords {SHA1}...., in my password file
they are {SHA}....
The "master user" posting in september gave some clues what might be
wrong, but did not help to solve my problem.
Any s...
2017 May 22
2
Configuration is not working with Thunderbird
...sing the "mail" command. Is there something that is wrong with
>> my config to not allow me to log into Thunderbird (Version 52.1.1)?
>> I'm using Postfix 3.1.0 if that helps. Any help would be greatly
>> appreciated. Thanks!
>>
> Please turn on
>
> auth_debug=yes
>
> and inspect your logs, such as /var/log/syslog or similar, and see what
> you can find or alternatively post them to list (not the whole log file,
> mind).
>
> Aki
2017 Jun 28
2
Per-user quota (passwd)
...39;Unknown user'...
Is there "extra_field" in passwd-file for email?
What generally will be advice on quotas in our case?
dovecot -n:
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.4.39-std-def-alt0.M80P.1 x86_64 ALT 8.1 Server
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login cram-md5
auth_socket_path = /var/run/dovecot/auth-userdb
auth_username_chars =
auth_verbose = yes
auth_verbose_passwords = plain
base_dir = /var/run/dovecot/
debug_log_path = /var/log/dovecot
disable_plaintext_auth = no
first_valid_gid...