Displaying 20 results from an estimated 800 matches similar to: "How to run in debug format for SSL testing?"
2008 Dec 08
3
"nopassword" extra field useless with LDAP passdb
Hi,
We are trying to implement a highly secure mail server with user authentication restricted to SSL certificates only (not using passwords at all). Still, user information is stored in a LDAP directory. In this configuration LDAP is used to check whether the user is registered (and probably supply quota and other info), and actual authentication is done by SSL layer.
According to wiki, a
2017 May 27
1
When will passdb callback to mechanism yield PASSDB_RESULT_NEXT?
Hi,
code question...
I've been trying to figure out the implications of the new
"noauthenticate" passdb field.
Internally it causes a passdb to result in PASSDB_RESULT_NEXT.
When a SASL mechanism calls
auth_request_lookup_credentials(...,callback) the passdb result is
passed to the callback.
But I can't really figure out when that result will ever be
PASSDB_RESULT_NEXT.
2014 Dec 12
0
PATCH - add username_format to the PAM auth module
Hi there,
Other auth modules (eg passwd-file) allow a username_format to be
specified, but not the PAM module.
The use-case, is where I want a static userdb configuration which takes the
domain into account but still want to use PAM for authentication, eg:
userdb {
driver = static
args = uid=8 gid=12 home=/mnt/storage/mail/vhosts/%d/%n
}
passdb {
driver = pam
args = username_format=%n
2004 Jun 14
1
PAM_RHOST item
A little problem, which is bugging me: when using PAM authentication,
Dovecot (0.99.5) does not set the PAM_RHOST item, so the PAM modules
cannot know who the client is. We need this for some PAM module doing
access control.
Changing passdb-pam.c to pam_set_item it seems trivial, but I'm bugged
as to how to get the client name from there. It seems not to be
available in the auth_request
2005 Apr 22
2
IMAP EXPUNGE disconnect/box hang - Fedora Core 2, Squirrelmail and Evolution
I'm a bit befuddled by this behavior. I've been using dovecot for close to a year, and recently the Fedora Core 2 Update: dovecot-0.99.13-4.FC2 build came in via yum. Since then I occasionally get this EXPUNGE disconnect error. When the error hits, the box does not crash but I can no longer log in*, nor start any new processes. I happen to have gkrellm running and I see a slow but steady
2012 Jun 20
0
Problem with Dovecot 2.0/2.1 and MySQL 5.1
Hi everyone,
since some time I got problems with dovecot & mysql.
I got the problem with version 2.0.x and upgraded to 2.1.7 to check if
its gone. But its not :(
The logs just tell me this:
dovecot: auth: Error: auth worker: Aborted request: Worker process died
unexpectedly
If I change to a sqlite setup, everything works fine.
Here are some informations. I hope someone can tell me whats
2016 Jul 09
4
passdb {driver = shadow args = override_username=%variable}
Hello list
I want to implement override_username = %variable for the "shadow"
driver, so that the following works:
passdb {
driver = shadow
args = override_username=%Ln
}
by "%variable", I mean "Variables" at http://wiki.dovecot.org/Variables.
I've hacked up a solution with strtok(3C), but that's a hack and a
possible security hole, and I'd rather
2006 Feb 22
1
Clients cannot empty trash
I am having a problem with Dovecot and imap; users are not being able to
empty their trash from time to time. Here is what I am running:
[root at xxxx root]# rpm -q dovecot
dovecot-0.99.13-3.FC3
[root at xxxx root]# uname -a
Linux xxxx 2.6.12-1.1381_FC3smp #1 SMP Fri Oct 21 04:03:26 EDT 2005 i686
i686 i386 GNU/Linux
[root at xxxx root]#
Several times a week different users get the following pop
2005 Aug 26
2
Dovecot and Active Directory Authentication
First off, sorry if this has been asked before - I have looked, honest.
Is it possible to get dovecot to authenticate users against active
directory, treating the AD as a plain ldap server? I have this working
with cyrus saslauthd.
Currentlt I get a long delay (30 seconds or so) then
* BYE Disconnected for inactivity.
All I get in the maillog is
imap-login: Disconnected: Inactivity
2012 Oct 02
2
[PATCH] Add SCRAM-SHA-1 password scheme
Hello,
attached is an hg export on top of the current dovecot-2.2 branch, which
adds support for a SCRAM-SHA-1 password scheme.
Ideally I'd want doveadm pw's rounds flag to apply to this, but that's
currently specific to the crypt password scheme, so I left it out for now.
Regards,
Florian Zeitz
-------------- next part --------------
# HG changeset patch
# User Florian Zeitz
2005 Feb 23
0
Build error in stable branch
Hi guys,
Just tested yesterday's stable build, when including SQL into the build
I am getting an error on like 86 of passdb-sql.c (passdb_result =
PASSDB_RESULT_OK;)
It rightly says passdb_result is undeclared. Commenting out this line
fixes it and build appears to work fine after that.
Regards
Andrew
--
Andrew Hutchings
Linux Guru
Netserve Consultants Ltd.
http://www.domaincity.co.uk/
2005 Jun 09
2
CONTROLDIR directive
Is the CONTROLDIR directive only available (undocumented as it may be)
in the 1.0 series?
I'm currently using 0.99.13 and I didn't find CONTROLDIR with grep.
Thanks
alan
2005 Feb 09
3
outstanding issues with 0.99.13
hi list,
i'm in the process of testing dovecot before a hopeful switchover from
uw-imap/qpopper to dovecot, primarily to get off of the uw-imap/mbox
combo and moved to Maildir. i think we've worked out the logistics to
avoid any service downtime, with only a short window of a few minutes
per user for when we convert from mbox to maildir format.
however, during testing a few issues have
2006 Aug 23
2
0.99.14-1.1.el3 vs 1.0-0_20.rc7.el3
Hello all,
I am new to the list so bear with me.
I am testing dovecot out on a test server running RHEL ES 3, I have
installed 0.99.14-1.1.el3 and 1.0-0_20.rc7.el3. This server is using
the mbox mailbox format, running sendmail, procmail, and using PAM to do
authentication to an LDAP server. I get varying results between the two
version.
0.99.14-1.1.el3 :
Upon installing this I leave
2017 Nov 18
2
Dovecots header files not optimized for external plugins
Making third-party plugins for Dovecot is really hard and frustrating.
Using dovecot 2.2.33.2 and the following sources, the compile errors keep
coming. The use of g++ is mandated as the underlying backend this plugin
will access only has a C++ interface.
== Source 1
/* g++-7 -c a.cpp */
#include <byteswap.h>
#include <dovecot/lib.h>
#include <dovecot/auth-request.h>
#include
2005 Sep 05
2
1.0alpha1: too many open files
Help...
Dovecot 1.0alpha1 hung up today with nothing working and
the following spewing to my syslog:
pipe() failed: Too many open files
My setup: Solaris 9, just using imap, mbox format. The
various "max" settings in dovecot.conf use the defaults.
Suggestions on what to change in fovecot.conf to keep this
from happening?
Jeff Earickson
Colby College
2010 Sep 30
3
Dovecot v0.99.13-3 upgrade to 1.0.15-2 ??
I've read some of the mailing lists looking for information on this.
Thus far, about all I've found is there was a complete rewrite of
Dovecot some time back.
I'm wondering now is it even possible to use the same mbox's from
0.99.13-3 with version 1.0.15-2? Is there a procedure documented somewhere?
Any pointers would be much appreciated.
Thanks,
Mike
--
Let the machine
2007 Apr 06
2
mbox sync/lock issue, rc28 and later
Help!
I just noticed this error this morning, we have been getting a
lot of these in rc28 and rc29, not in rc27 or before:
Apr 6 07:22:52 karst dovecot: [ID 107833 mail.error] IMAP(jaearick): mbox file /var/mail/j/jaearick was modified while we were syncing, check your locking settings
Pine coughed up an internal error, no core dump, and dovecot
basically doubled the size of my mailbox by
2005 Dec 14
2
1.0alpha5: fcntl() locking problem
Hi,
My setup: Solaris 9, /var/mail is NFS mounted from another
Solaris 9 box, home directories and dovecot index stuff is
on local ufs filesystems. I upgraded from alpha4 to a5 about
36 hours ago. Dovecot is configured like so during the build:
VERSION=1.0.alpha5
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure
2005 Dec 21
3
Another "Too many files open" post
I'm running Solaris 9 Sparc with Dovecot alpha 5 and using maildir
format.. I noticed in the log file the following error:
dovecot: Dec 20 15:54:18 Error: imap(xxxxxxxx):
open(/export/home/xxxxxxxx/mail/.Sent
Messages/cur/1135013649.002916.mbox:2,Sab) failed: Too many open files
I called the guy and asked him what he was doing... synching his
folders. It hung for a while but finally