Displaying 20 results from an estimated 4000 matches similar to: "dovecot NTLM authentication"
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
2006 Mar 06
3
Can I install in the following fashion?
<permit me my perhaps foolish preference...an explanation>
I run mail service for a small college. I've long joked that if someone
stole the mail server, the phone would ring before the alarm (which has
a 1 minute delay) did, that the user base expected 25x8x367 coverage.
Making updates/upgrades to the mail server feels like a tightrope walk
with no net. I always appreciated
2006 Nov 13
1
NTLM authentication from Outlook
Hi all
I've enabled ntlm authentication in dovecot, and use dovecot sasl in
postfix as well.
Authentication with ntlm works well from Mac OS X Mail.app, as well
as from Outlook Express, but fails with Outlook. Strangely enough,
ntml authentication works in Outlook when using smtp (via postfix),
but neither from imap or pop3 (both dovecot). As dovecot sasl handles
all authentication
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
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
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?
2007 Jan 01
1
How can I know the amount of data transferred .
Hi .
I'm using the command 'rsync -avqHlogpDtW" on daily bases and I'd like
to know how much data transferred from source to target .
Lior
Best Regards,
Lior Michael
* +972-50-5455013
* mailto:liorm@hp.com
Our goal is that we will have a VERY SATISFIED customers.
For any feedback Please contact either me or my manager Yosi Barkan at +972-50-7200775
-------------- next
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 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
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
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
2006 Feb 18
1
Premature end of script headers:....dispatch.cgi
Hi all,
I have a working ruby app that I developed on Window and I am trying to
deploy it on Linox with Apache. The hosting company generated for me an
empty rails app and I just replaced the files that I modified in my app
(only rb/rhtml/css/js files).
In addition I updatd the database.yml but now I am getting either page
not found or
Application error
Rails application failed to start
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
2011 Jan 04
1
dovecotpw missing (2.0.8)
Hello,
I just installed dovecot version 2.0.8 from the source tarball. After doing
./configure, make, and make install, I don't have the dovecotpw binary
anywhere. It is not in /usr/local/bin or /usr/local/sbin where the other
binaries are; I also did a find / for it and don't see it.
Is there some configuration flag I'm missing? I read the flags in
./configure --help and nothing
2013 May 11
1
Pre-requisites to use Java bindings with QEMU
Hello everyone,
I've been reading through the articles on the website trying to understand
what's needed to use the libvirt Java bindings with a QEMU hypervisor, but
still have some uncertainties/questions:
1. It is my understanding that libvirtd has to be running on the machine
hosting the hypervisor. Correct?
2. For libvirtd to communicate with QEMU, QEMU has to be installed on the
2019 Feb 20
2
Using SHA256/512 for SQL based password
On 2/20/19 5:09 AM, Yassine Chaouche via dovecot wrote:
> On 2/12/19 5:05 PM, Robert Moskowitz via dovecot wrote:
>> I have trying to find how to set the dovecot-sql.conf for using
>> SHA256/512.? I am going to start clean with the stronger format, not
>> migrate from the old MD5.? It seems all I need is:
>> [...] default_pass_scheme = SHAxxx-CRYPT [...]
>
> How
2006 Aug 22
1
HMAC-MD5 / HMAC-MD5-context
$ dovecotpw -p testpass
{HMAC-MD5}fe8522268d91e485ccac8f36800e4fa6b10363e2a371cfa61731109b450906cd
I wonder if the prefix 'HMAC-MD5' is the correct notation here.
According to RFC2104 an HMAC is calculated as follows:
H(K XOR opad, H(K XOR ipad, text))
where H is the cryptographic hash function (MD5 in this case).
Therefore the result has to be a 128 bit string, which is obviously
not
2007 Jun 01
1
SSHA salt?
Hi there,
I was wondering if someone could explain how dovecot/dovecotpw produces salt
for use in ssha passwords, I'd like to replicate this in PHP so I can write
my passwords from php in ssha instead of just sha1.
Thanks in advance,
Andrea Baitis