search for: passwdfile

Displaying 20 results from an estimated 113 matches for "passwdfile".

2020 Apr 13
2
%d ignored from auth-passwdfile.conf.ext configuration file
I try to configure dovecot with virtual users. I put my users file in folder /etc/dovecot/my_domain_name/users. My auth-passwdfile.conf.ext file looks like this: passdb { driver = passwd-file args = username_format=%n /etc/dovecot/%d/users } When I try to log in, I get this: dovecot: auth: Error: passwd-file(test,some.ip.addr.here,<rQT+ziijGE1tpoAB>): stat(/etc/dovecot//users) failed: No such file or directory As y...
2020 Apr 13
1
%d ignored from auth-passwdfile.conf.ext configuration file
...e(test,). > ( %d domain domain part in user at domain, empty if user with no domain ) > > > On 13.4.2020. 11:05, Andrei Petru Mura wrote: > > I try to configure dovecot with virtual users. I put my users file in > > folder /etc/dovecot/my_domain_name/users. > > My auth-passwdfile.conf.ext file looks like this: > > passdb { > > driver = passwd-file > > args = username_format=%n /etc/dovecot/%d/users > > } > > > > When I try to log in, I get this: > > dovecot: auth: Error: > > passwd-file(test,some.ip.addr.here,<rQT+ziijG...
2020 Apr 13
0
%d ignored from auth-passwdfile.conf.ext configuration file
...ull username (Error: passwd-file(test,). ( %d domain domain part in user at domain, empty if user with no domain ) On 13.4.2020. 11:05, Andrei Petru Mura wrote: > I try to configure dovecot with virtual users. I put my users file in > folder /etc/dovecot/my_domain_name/users. > My?auth-passwdfile.conf.ext file looks like this: > passdb { > ? driver = passwd-file > ? args = username_format=%n /etc/dovecot/%d/users > } > > When I try to log in, I get this: > dovecot: auth: Error: > passwd-file(test,some.ip.addr.here,<rQT+ziijGE1tpoAB>): > stat(/etc/dovecot//...
2015 Jul 01
1
Using PAM and passwdfile together
Dovecot 2.0.9 on Centos 6.6 I have some local users and some Postfix virtual mailboxes. The config currently has: > # 2.0.9: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.32-504.12.2.el6.x86_64 x86_64 CentOS release 6.6 (Final) > first_valid_uid = 190 > log_path = /var/log/dovecot.log > mail_access_groups = mail > mail_location = mbox:~/mail:INBOX=/var/mail/%u >
2012 Oct 03
5
LMTP userdb lookup
Is it possible to have separate userdb lookups for LMTP and POP/IMAP?
2015 Mar 17
2
passwd file for quota
...so I have to create a passwd with the extra fields for dovecot to use. How do I get dovecot to look at the new file for user info? I looked at your link and then did a grep on passdb which appears in ... auth-checkpassword.conf.ext auth-deny.conf.ext auth-ldap.conf.ext auth-master.conf.ext auth-passwdfile.conf.ext auth-sql.conf.ext:passdb auth-static.conf.ext auth-system.conf.ext auth-vpopmail.conf.ext: I'm guessing I need to look in auth-system.conf.ext since I use system users. In there it says ... passdb { driver = pam ... so I don't think I should change that. On 3/17/2015 2:20 AM...
2012 Aug 15
5
Extract lines from text file
...file. A typical user has a username made from a letter followed by their id-number. m9718508:pw:9301:840: Lynch :/home/pgstud/m9718508:/bin/bash So for instance if I need to extract lines where; the 1st field, the username begins with an m and the 4th field, the group contains exactly 850 cat passwdfile | grep ^m | grep 850 > output is close but fails if the value 850 appears outside the 4th field. In the above example which should be ignored 850 appears in the username and home directory and is therefore extracted. Any ideas. Thanks, Tony
2015 Jun 15
3
Problem logging in during testing
...bes changes to 10-auth.conf and other things: If you used the example configuration files, switch to passwd-file by modifying conf.d/10-auth.conf: # Add '#' to comment out the system user login for now: #!include auth-system.conf.ext # Remove '#' to use passwd-file: !include auth-passwdfile.conf.ext In conf.d/auth-passwdfile.conf.ext you should have: passdb { driver = passwd-file args = scheme=CRYPT username_format=%u /etc/dovecot/users } userdb { driver = passwd-file args = username_format=%u /etc/dovecot/users } Verify with doveconf?-n?passdb?userdb that the output looks...
2015 Sep 02
2
'doveadm expunge' with -A and userdb { driver = passwd }
...m using userdb { driver = passwd-file } but I'm guessing that's the >> same thing. Am I understanding this correctly? > > > Which passwd-file do you use? Does this file contains any users, which uid > is lower than first_valid_uid? Here's what my Gentoo-default auth-passwdfile.conf.ext says: passdb { driver = passwd-file args = scheme=CRYPT username_format=%u /etc/dovecot/users } userdb { driver = passwd-file args = username_format=%u /etc/dovecot/users } But I don't have an /etc/dovecot/users file. I also don't seem to have any mail user uid lower tha...
2020 Mar 20
2
systemuser login
.../03/2020 15:55 ratatouille <ratatouille at bitclusive.de> wrote: > > > > > > Hello! > > > > I have one systemuser on my testsystem running CentOS. All other users live in a mysql- database. > > > > I created a /etc/dovecot/users file and use auth-passwdfile.conf.ext. > > > > andreas at dualbit.de:{CRAM-MD5}334bb91aad4fb976870535bbbd9f07db512fce13bc8f7b58f9dedca404a421aa:5006:5006::/var/spool/mail/andreas::userdb_mail=mbo > > x:/var/mail/andreas:INBOX=/var/mail/%u > > > > Use /var/mail/%n instead of %u. I then get in...
2023 Mar 22
1
User authentication using local file
OS environment: Linux qnap-nas 5.10.60-qnap #1 SMP Thu Jan 12 04:39:10 CST 2023 x86_64 GNU/Linux I enabled "auth-passwdfile.conf.ext? in 10-auth.conf #!include auth-deny.conf.ext #!include auth-master.conf.ext #!include auth-system.conf.ext #!include auth-sql.conf.ext #!include auth-ldap.conf.ext !include auth-passwdfile.conf.ext #!include auth-checkpassword.conf.ext #!include auth-static.conf.ext In this file I have f...
2020 Mar 20
3
systemuser login
Hello! I have one systemuser on my testsystem running CentOS. All other users live in a mysql- database. I created a /etc/dovecot/users file and use auth-passwdfile.conf.ext. andreas at dualbit.de:{CRAM-MD5}334bb91aad4fb976870535bbbd9f07db512fce13bc8f7b58f9dedca404a421aa:5006:5006::/var/spool/mail/andreas::userdb_mail=mbo x:/var/mail/andreas:INBOX=/var/mail/%u When I try to login via telnet I see in the logifle: 2020-03-20 14:40:01 auth: Debug: prefetch(and...
2018 Mar 01
0
question about quota setting with postfix and dovecot
...= /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" -d "$USER" <--Add ----- <Dovecot side configuration> 1. /etc/dovecot/conf.d/10-auth.conf: #!include auth-system.conf.ext #!include auth-sql.conf.ext #!include auth-ldap.conf.ext !include auth-passwdfile.conf.ext <---Only enabled #!include auth-checkpassword.conf.ext #!include auth-vpopmail.conf.ext #!include auth-static.conf.ext 2. /etc/dovecot/conf.d/10-master.conf service auth { snip/ unix_listener auth-userdb { mode = 0666 <---The permission for userdb...
2023 Mar 23
1
User authentication using local file
...l:vmail::::userdb_mail=mdbox:~/Mdbox/%d/%n:INDEX=~/indexes/%d/%n On Thu, 23 Mar 2023 at 05:08, Horst Simon <horst.simon2 at icloud.com> wrote: > OS environment: > > Linux qnap-nas 5.10.60-qnap #1 SMP Thu Jan 12 04:39:10 CST 2023 x86_64 > GNU/Linux > > I enabled "auth-passwdfile.conf.ext? in 10-auth.conf > #!include auth-deny.conf.ext > #!include auth-master.conf.ext > #!include auth-system.conf.ext > #!include auth-sql.conf.ext > #!include auth-ldap.conf.ext > !include auth-passwdfile.conf.ext > #!include auth-checkpassword.conf.ext > #!include aut...
2015 Mar 17
2
passwd file for quota
I need to implement quota. I read as much as I could including http://wiki2.dovecot.org/HowTo/SimpleVirtualInstall But my current /etc/passwd file does not have the password in it as shown in dovecot docs ... there is an x where the password should be. I created a program that creates a passwd file in the proper format with the proper extra quota fields for all users (except it has an x where
2023 Mar 23
1
User authentication using local file
...; > On Thu, 23 Mar 2023 at 05:08, Horst Simon <horst.simon2 at icloud.com <mailto:horst.simon2 at icloud.com>> wrote: >> OS environment: >> >> Linux qnap-nas 5.10.60-qnap #1 SMP Thu Jan 12 04:39:10 CST 2023 x86_64 GNU/Linux >> >> I enabled "auth-passwdfile.conf.ext? in 10-auth.conf >> #!include auth-deny.conf.ext >> #!include auth-master.conf.ext >> #!include auth-system.conf.ext >> #!include auth-sql.conf.ext >> #!include auth-ldap.conf.ext >> !include auth-passwdfile.conf.ext >> #!include auth-checkpassword...
2023 Mar 23
1
User authentication using local file
...%d/%n:INDEX=~/indexes/%d/%n > > On Thu, 23 Mar 2023 at 05:08, Horst Simon <horst.simon2 at icloud.com> wrote: > >> OS environment: >> >> Linux qnap-nas 5.10.60-qnap #1 SMP Thu Jan 12 04:39:10 CST 2023 x86_64 >> GNU/Linux >> >> I enabled "auth-passwdfile.conf.ext? in 10-auth.conf >> #!include auth-deny.conf.ext >> #!include auth-master.conf.ext >> #!include auth-system.conf.ext >> #!include auth-sql.conf.ext >> #!include auth-ldap.conf.ext >> !include auth-passwdfile.conf.ext >> #!include auth-checkpassword...
2014 Dec 22
1
Configuring LMTP/IMAP proxy
...o everythinh is stored on the same machine) - A post fix server sending out to LMTP - LMTP is the dovecot LMTP server, configured with "lmtp-proxy= no", - LMTP checks the users receiving messages by using Linux passwd file "userdb" section in auth-passwdfile.conf.ext, - IMAP LOGINS are authenticated using DIGEST-MD5 also configured in auth-passwdfile.conf.ext : - # Authentication for passwd-file users. Included from 10-auth.conf. # # passwd-like file with specified location. # <doc/wiki/AuthDatabase.PasswdFile.txt> passdb { driver =...
1997 Sep 28
0
[IPD] Internet Probe Droid
...data. Here is "mf.pl": ---------------------------------------------------------------------- #!/usr/bin/perl # ''middlefinger'' # Finger a remote host, collect accounts and names. # or use provided passwd file # Use that data to attempt to login. $max = 15; $host = $passwdfile = $debug = $pwlist = 0; &parser(); # parse command line die "Usage: mf.pl [-h<remote host>] [-f<passwdfile>] [-l<password list>] [-d]\n" unless $host; &banner(); # Names to finger. This can obviously be expanded. @names = qw/mike steve michael mark tim susan c...
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi, I tried to make my Linux box smbmount a remote share originating from a Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0 with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac ran MacOS9. The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb. Here's what happened: [root@sonal ~]# smbmount