Displaying 20 results from an estimated 3000 matches similar to: "How to set up a passwd file for virtual hosting"
2010 Feb 03
2
[RFE] A way to encode passwords in the /etc/imap.passwd file
Hello,
Is this the proper place to suggest an enhancement for the stock dovecot
package ?
The enhancement would be the following:
For the time being, the dovecotpw utility offers a standardised way to
interactively encode a user password in a certain scheme, say:
dovecotpw -s CRYPT
Enter new passord:
Re-enter new password:
etc.
Given a *valid* /etc/imap.passwd file (passwd-file
2009 Oct 08
1
bsdauth with cache_key failed
hi
i test bsdauth with cache_key=%u on OpenBSD and get this error
Oct 8 10:04:11 pegasus dovecot: Dovecot v1.2.6 starting up
Oct 8 10:04:12 pegasus dovecot: auth(default): Panic: file passdb.c:
line 201 (passdb_init): assertion failed:
(passdb->passdb->default_pass_scheme != NULL || passdb->passd
b->cache_key == NULL)
Oct 8 10:04:12 pegasus dovecot: dovecot: child 8407 (auth)
2016 Nov 28
3
Samba on Debian 8; NT4 domain, win10
On Mon, 28 Nov 2016 10:54:55 +0100
"Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
> Am 2016-11-28 um 10:27 schrieb Rowland Penny via samba:
>
> > Have you read this:
> >
> > https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_Domain_to_Samba_AD_%28Classic_Upgrade%29
> >
> > Particularly this part:
> >
> >
2007 Feb 14
0
http://wiki.dovecot.org/VirtualhostingWithExim
Hi,
Here is a new wording for the "Exim4 on Debian" part of the web page
on http://wiki.dovecot.org/VirtualhostingWithExim. It's immutable, so
I cannot directly change it.
I e-mailed Florian, but he cannot log in to the wiki any more. Can
somebody with appropriate privileges change the page?
---------------------
If you are using the exim4 packages on Debian, you need to pay
2007 Mar 19
3
PHP implementation of dovecotpw passwords
I am looking for PHP functions that implement passwords that much the
dovecotpw implementation.
I downloaded one from PEAR, Crypt_HMAC, but the passwords it
generates look nothing like the dovecotpw passwords, which could be my
fault because I know nothing about the field.
Is there a guide or some library that implements them to match dovecotpw?
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash
even if the same text is entered. That can be easily seen with dovecotpw:
using NON-salted SHA256, same hash is generated for a given password
[root at correio ~]# dovecotpw -s SHA256 -p 123
{SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM=
[root at correio ~]# dovecotpw -s SHA256 -p 123
2007 Jan 23
1
dovecotpw/sql crypt scheme core dump with rc17-19
Platform is Solaris 8 on a 280R.
I'm setting up a new installation of Dovecot, and I ran into some troubles
that I've partly tracked down.
I setup auth/user dbs with LDAP initially, and things worked well.
Passwords are stored as "{crypt}zxcv..." in LDAP.
I setup SQL, and began getting this:
dovecot: Jan 23 16:37:47 Error: child 8718 (auth-worker) killed with signal 11
2008 Sep 12
5
cram-md5 and users maintaining their own passwords?
Is there any other mechanism than using passwd files with md5-hashed
passwords created by dovecotpw that will support cram-md5
authentication?
Has anyone created setups where the passwd databases reside in the
individual users home directories?
Is it possible to persuade dovecotpw to update the passwd databases
automatically. Having to use a text editor to paste in the passwords
sets a high
2008 Jun 19
1
Using sork-passwd from Horde to change dovecot password
I'm using in my server dovecot and Horde to provide IMAP and Webmail
for virtual users. Their password are stored in a passwd file, since the
setup is quite simple and small. I'd like to use the Horde module
sork-passwd to allow changing of the passwords. Apparently, this can be
done for the case of passwd file by using an expect script, or simply
calling a program that receives the
2005 Jul 08
1
Creating encrypted passwords for new users /etc/imap.passwd
Hello.
I've been attempting to locate information on how to actually create the
encrypted passwords for a new user in /etc/imap.passwd file. Im really
going into this blindly, not having ever used dovecot before, and really
just need to be pointed to any existing resources on this topic. This is
a setup of dovecot (w/ sendmail,squirrelmail) on FC2. I've got one
successful auth so far
2006 Jan 09
2
dovecot auth using passwd-file
Im a dovecot newbie and need a little help with the passwd-like file
auth mechanism in dovecot
I got dovecot to work fine with regular /etc/passwd file auth .. so I
wanted to start using another authentication store for virtual users.
So .. I created a /etc/dovecot-passdb file and plopped in an encrypted
password using md5crypt.
Here are the appropriate lines from the dovecot.conf file
2010 Apr 26
3
adding users to passwd-file
Is there a tool equivalent to the system "passwd" command (or maybe
"adduser" or "useradd") that can support a passwd-file by setting a
password, encrypting it with the salted MD5 scheme? The system "passwd"
command doesn't have an option to "do it to this alternate file instead of
/etc/shadow".
2006 Dec 18
2
[PATCH] Fix for dovecotpw on powerpc and other architectures
Hi, please apply the following patch to dovecotpw. Without this, it
will be unusable on powerpc and (maybe) other architectures where
the char is unsigned by default.
--- dovecot-1.0/src/util/dovecotpw.c (revisione 2066)
+++ dovecot-1.0.new/src/util/dovecotpw.c (copia locale)
@@ -40,7 +40,7 @@
const char *user = NULL;
char *scheme = NULL;
char *plaintext = NULL;
- char ch;
+
2010 Jul 27
4
SSHA256 scheme
Hi again,
I`m a bit confused how to store a SSHA256 password in the database and
I can`t find any information in the wiki.
Do I have to store the SHA256 hash and the salt separately (what would
the password_query be like in this way) or just the final SSHA256 hash?
Regards
Patrick
2004 Dec 16
1
building on cygwin
Hi,
attached patch makes dovecot build on cygwin (only have a windows
computer at the moment :-/ )
It spews a lot of warnings, for example "unsigned int format but
uint32_t argument".
johannes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL:
2007 Jul 25
0
Samba to Windows 2003 READ errors
I'm running Samba version 3.0.10-1.4E on Red Hat Enterprise Linux ES
release 4 (Nahant) Kernel 2.6.9-5.ELsmp on an i686 and I'm trying to
connect to a Windows 2003 Server (not a domain controller) as a shared file
using EITHER ONE of the following command lines:
#smbmount //img1/docs /home/documents -o
dmask=777,fmask=0444,gid=100,uid=501,username=documents,password=passd
-or-
2008 Apr 11
1
CRAM-MD5 Password Generation Algorithm
Hi,
I'm just in the middle of setting up dovecot to serve IMAPS -- Actually
I've finished apart from one thing: CRAM-MD5 passwords.
I'm using SQL as a backend for the password storage, and I don't want to
store the passwords in plaintext. I've also configured dovecot to be rather
restrictive when it comes to authentication methods (only CRAM-MD5 is
allowed).
To generate the
2006 Sep 11
3
Using pgsql with 'cram-md5 auth' and 'hmac-md5 scheme'
Hello,
I want to use PostgreSQL to store my Dovecot users. I setup a very
basic configuration, following word for word this page
http://wiki.dovecot.org/DovecotPostgresql and it works ... almost.
In fact, it works if I use PLAIN password scheme in my database.
However, I would like to store them encrypted.
But, if I replace the password field for my user with {HMAC-MD5}-...
(the password
2009 Oct 06
10
Binary locations
Where do you think the following binaries should be installed to? The
possible locations are:
- bin/
- sbin/
- libexec/dovecot/ (or lib/dovecot/ in most Linux distros)
So the binaries are:
1) These probably belong to bin/ or sbin/ or both:
- authtest
- dovecotpw
- doveadm
2) Binaries that you might want to call from mail_executable setting:
- rawlog
- gdbhelper
3) Index file dumping
2006 Jan 15
3
1.0 beta1 testing
If you have time, please test
http://dovecot.org/nightly/dovecot-latest.tar.gz
If nothing big comes up, I'll release it as 1.0beta1 tomorrow evening.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url :