similar to: Authentication issue.

Displaying 20 results from an estimated 600 matches similar to: "Authentication issue."

2011 May 08
0
Issues with authentication failure delays
There are two rather clear issues with the state of authentication failure delays. First, the delay length isn't what was (presumably) intended. Second, there is a new way of doing failure delays in Dovecot 2 which was added *in addition to* the old method, rather than replacing it. As a result delays may not be the expected length and settings don't have the expected effect. First, the
2014 Sep 10
1
LDAP authentication
CentOS 6.5, dovecot 2.0.9-7 I was using http://www.linuxmail.info/postfix-dovecot-ldap-centos-5/ to get LDAP auth working. And what's really annoying is, it worked... until I screwed something up and had to pull my work back from a backup. Now it doesn't work :-( [joliver at localhost ~]$ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.
2009 Jan 17
1
Default mbox file ownership and permissions with static userdb
Hi there! I'm using Dovecot 1.1.7 in a simple setup with a static userdb: userdb: driver: static args: uid=50018 gid=50019 home=/home/dovemail When my users create folders via IMAP, the ownership of the mbox file is user dovemail, group dovemail, and permissions are 600. I'd like this to change to user dovemail, group doveusers, permissions 660, but I can't figure out a
2003 Oct 21
3
Samba3+Win9x userlist, Bug596?!
> -----Original Message----- > From: G?mes G?za [mailto:geza@kzsdabas.sulinet.hu] > > I've configured for testing pruposes an other PDC with tdbsam backend, > and found, that with this backend win9x clients could get > user and group > list, while with ldapsam I had no success in it. Quite strange in my > opinion:-( Same problem here too. In 9x the userlist is
2019 Apr 16
2
Measure network bandwidth per process
Hi, Is there a way to measure network bandwidth per process in CentOS Linux release 7.6.1810 (Core) using any utility? I was reading about nethogs but it does not have the option to run it in daemon mode so that we can take a look at historical data to figure out the process which was consuming high network bandwidth instead it is a good tool for Live monitoring. Please suggest. Thanks in
2011 Dec 10
5
create user and push out keys.
Hello Im just been working with puppet, the first usecase i have is to set up a system to create users and then push ssh keys on this machines in the create users .ssh files. I just started with puppet so i am a bit cluesless, Can someone push me in the right direction? Im having a centos enviorment. -- You received this message because you are subscribed to the Google Groups "Puppet
2012 Oct 13
0
AuthenticationFailed in Capistrano
Hello friends! I am getting following error while using $ cap deplot:setup * executing `deploy:setup'' * executing "mkdir -p ~/public_html/simak-in ~/public_html/simak-in/releases ~/public_html/simak-in/shared ~/public_html/simak-in/shared/system ~/public_html/simak-in/shared/log ~/public_html/simak-in/shared/pids" servers: ["simak-in"] connection failed for:
2018 Jan 11
0
login failure "reason" not returned (dovecot-2.2.32)
Hello, In the past (older dovecot versions) I've tuned the SQL "password_query" of our mail server so that when the user has the account blocked for some reason (expired, need password change, etc.) the query returns nologin=1 and a verbose reason like reason="Your account is expired please change the password" and it worked very well with IMAP clients. I'm now
2018 Feb 15
0
Director & Master Users
It would look as though the changes have now negatively affected a "normal" user from logging in. telnet host 143 a login username password a NO [AUTHENTICATIONFAILED] Authentication failed. telnet host 143 1 login devteam*masteruser at example.com password 1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS
2013 Jul 07
1
(no subject)
On an Ubuntu Server 12.04 system with Dovecot 2.0.19 I am having some trouble with the Dovecot passwords. I am finding this in the logs when I unsuccessfully try to log in: Jul 07 08:13:25 auth-worker: Debug: pam(user at someDomain.com,212. 179.241.14): lookup service=dovecot Jul 07 08:13:25 auth-worker: Debug: pam(user at someDomain.com,212.179.241.14): #1/1 style=1 msg=Password: Jul 07 08:13:27
2014 Aug 18
2
Dovecot failing with exit code 19200 in cron job
Hi All, I am synchronizing a few hundred dovecot mailboxes with a perl script via a crontab. ? It works for a while (ie exit status=0)? but the rest then start failing with exit code 19200.?? I tried redirecting STDERR but showed nothing.? I suspect the cron job is hitting some sort of resource limit?? If I run the perl script from the command line it appears to dsync all the accounts OK.?? The
2020 Aug 04
1
Migration issue
Thank you for the reply. In old server (production1), I have changed like this for passdb. rest all i kept the same. passdb { args = /etc/dovecot/master-users driver = passwd-file master = yes #pass = yes } passdb { driver = passwd-file args = username_format=%u /etc/dovecot/passwd } Now I am getting the below Authentication error from
2005 Apr 02
2
winbind on a domain with 150000 users
I am trying to use winbind on a domain with 150000 users, but I can't make it work. Is that because I have done something wrong, or doesn't winbind scale to that many users? It works a little, I can use wbinfo to translate between sid, uid and gid, and I can also get the groups a user is in. But when I try to get the list of all users with 'wbinfo -u', I get a timeout and winbindd
2014 Nov 28
1
failed login message
thank you for guidance, just to recap the issue was about squirrelmail giving a wrong message : "connection dropped by imap server" instead of "invalid user or password" as advised i connected using command line on both my old and new servers, and have posted the details including the output of dovevcot -n. 1) command prompt login. i put wrong password telnet x.x.x.x 143
2008 Oct 07
1
vsftpd
Hi ALL I'm using vsftpd as FTP server, and I'd like to chroot my FTP users to their home dir. How can I do it? i.e. "jailing" them in their home dir... at the moment I have the following issues the user when they login to ftp server they go to the main directory /var/ftp/ /etc/passwd ... sdc:x:501:501::/var/ftp/sdc:/bin/bash ase:x:502:501::/var/ftp/ase:/bin/bash
2010 Jul 14
3
Doveadm director flush/remove
I've got a couple more issues with the doveadm director interface: 1) If I use "doveadm director remove" to disable a host with active users, the director seems to lose track of users mapped to that host. I guess I would expect it to tear down any active sessions by killing the login proxies, like I'd done 'doveadm direct add HOSTNAME 0 && doveadm director flush
2010 Mar 25
3
can Dovecot do VERP?
Hey, I have several thousand email addresses, the vast majority of which are definitely no good, and I want to figure out which are good. So I will send out an email to all the email addresses. By making a list of the ones that bounced, and comparing that list with the full list, I can determine which are still good. This is for a non-profit association -- I am not in the spam business.
2006 Mar 01
4
SwitchTower deployment has errors with different :db server
When I define :db to be a different server than either :web or :app, and run "rake deploy". Switchtower will abort with an Net::SSH::AuthenticationFailed error. The version of Switchtower I''m using is 1.0.0 and the deploy task is the default supplied with Switchtowe. However, I dont have any problem when :db is changed to the same as :web and :app. -------------- next part
2015 Jun 15
3
Problem logging in during testing
Instructions at http://wiki2.dovecot.org/BasicConfiguration say the next thing to test after getting IMAP and Telnet working is to create a dummy user file with the following command: echo "$USER:{PLAIN}password:$UID:$GID::$HOME" > users And place it in /etc/dovecot and protect it appropriately. It was also edited to change the plain-text password from `password' to what it
2013 Jun 04
1
Cannot Authenticate via LDAP
a login tohuw [myPassword] returns "NO [AUTHENTICATIONFAILED] Authentication failed." I believe I'm missing a configuration detail, but what? info.log: http://pastebin.ca/2388873 debug.log: http://pastebin.ca/2388872 error.log: http://pastebin.ca/2388871 dovecot -n: http://pastebin.ca/2388870 dovecot-ldap.conf.ext summary: http://pastebin.ca/2388867