Displaying 20 results from an estimated 900 matches similar to: "client cert handling not working properly on centos 4.8"
2009 Jul 30
1
Dovecot with SSL Client Certification
Hi,
i am trying to setup dovecot over ssl in the last couple days unsuccessfully
My notes are from here: http://wiki.dovecot.org/SSL
My OpenSSL commands are:
mkdir -pv /opt/certificates/dovecot/
cd !$
(just to prevent questions about Common Name)
[ebal at myhome:~]? hostname
myhome
openssl req -new -x509 -nodes -out dovecot.crt -keyout dovecot.key -days
1825
# Country Name (2 letter code)
2009 Aug 21
3
require SSL certs only for encrypted connections?
# 1.1.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.28-14-server x86_64 Ubuntu 9.04
Here's the situation:
I have several local clients (Thunderbird) which do not use TLS at all.
It's plaintext completely, on port 143, because the connection is local
and there are no unauthorized users on this network (it's a home
network). I want to keep it that way to keep things simple.
Tools /
2010 Feb 20
0
exporting client socket to postfix
Dear List,
I have a few questions regarding dovecot sasl authentication that are
somewhat related to each other.
I have a working dovecot config with
----------
ssl_verify_client_cert = yes
..
.
ssl_require_client_cert = yes
ssl_username_from_cert = yes
---------------
(With this set up I need not set a correct user name in my mail client
so long as
I have it correctly in cert.)
It turns out
2006 May 11
0
mandatory client certificates and crl check in ssl-proxy-openssl.c
hello,
I made a modification to ssl-proxy-openssl.c (patch attached) zo that it
a) disconnects when no client certificate is presented
b) checks the client certificate against the crl for our root cert. (so
you can't use a revoked client cert.)
c) returns the CommonName from the client cert. in
ssl_proxy_get_peer_name (this way it's easier to use dovecot as
imap-proxy with a
2008 May 07
1
[bug] bit of a clearer error message desired - Can't load CA file... : Success
Not the clearest of error messages. A successful cannot load.
May 7 21:05:29 10.10.10.213 dovecot: child 21500 (login) returned error 89
May 7 21:05:29 10.10.10.213 dovecot: child 21501 (login) returned error 89
May 7 21:05:29 10.10.10.213 dovecot: child 21502 (login) returned error 89
May 7 21:05:29 10.10.10.213 dovecot: child 21503 (login) returned error 89
May 7 21:05:29 10.10.10.213
2008 Mar 01
2
Quota override problem
Hi all,
i am using debian etch with backports for dovecot (1.0.10) with Postfix
(Version: 2.3.8-2+b1)
At the moment the quota for all maildir mailboxes is 265MB, some should
be 512MB an others 10 MB for example.
See my Mysql:
mysql> show fields from users from mail;
+----------+-------------+------+-----+----------+-------+
| Field | Type | Null | Key | Default | Extra |
2007 Aug 10
3
Kmail client desconnection
Hi all,
I have a Postfix+Dovecot working in beta/testing; it seems to run very
fine, but one beta-tester user says that kmail informs him about
frequent desconnections.
My dovecot -a shows:
# /etc/dovecot.conf
base_dir: /var/run/dovecot
log_path:
info_log_path:
log_timestamp: %b %d %H:%M:%S
syslog_facility: mail
protocols: imaps
listen: [::]
ssl_listen:
ssl_disable: no
ssl_ca_file:
2008 Aug 16
1
dovecot bug - kevent(EV_DELETE, 9)
Sorry for my english.
FreeBSD 7.0-STABLE
dovecot-1.1.2_1 (from ports with LDAP)
AD LDAP ?? Win 2003 SP2 (work via GK)
CPU 2xIntel XEON
NFS not used
LDAP part of dovecot.conf (if you need all file, l'll send it):
auth default {
mechanisms = plain login
passdb ldap {
args = /usr/local/etc/dovecot-ldap.conf
}
userdb ldap {
args =
2012 Nov 08
3
Mails don't get deleted after POP3
Hi, there!
Well, I am new to dovecot, so please be patient with me:
I have a virtual server and want to setup simple mail delivery.
postfix, saslauthd and dovecot basically work fine.
The only open issue is, that (I guess) dovecot doesn't remove the
mail when it's retrieved via pop3 from the server.
It keeps sending me the same emails again and again.
(The mail client (Thunderbird) is
2009 May 25
2
Secure Sockets Layer client certificate authentication
Hi everyone.
Please note, I've asked a very similar question before and I apologize
for sounding like a broken record. Well here it goes.
What I want to do is authenticate my users using a certificate. Thereby
authenticating both the user and server with strong tokens that are
centrally managed. In the worst case scenario the user should only need
to enter a password for the certificate
2010 Feb 15
1
sieve addflag has stopped working
Dovecot 1.2.10 in Debian, using Dovecot sieve.
I have a sieve script, generated by Ingo, that's supposed to mark spam messages
as "Seen" and file them into the Junk folder. In part it reads:
require ["regex", "body", "imapflags", "fileinto"];
if exists "X-Spam-Flag" {
addflag "\\Seen";
fileinto
2010 Nov 01
1
fts_solr on debian lenny dovecot 1.2.15
Hello,
I cannot run FTS SOLR engine. OS is debian lenny. I re-compiled debian
package (from backports) with --with-solr option. Dovecot loads fts_solr
plugin. I know that it loads plugin because if I remove lib21_fts_solr_plugin.so, dovecot does not start. But it does not attempt to communicate with SOLR.
Simple check: stop solr tomcat, and open 8080 port in netcat:
$nc -l -p 8080
dovecot
2011 Jun 09
4
dovecot auth server problem PAM handshake imap-login
Hi,
i have a big problem with dovecot...
PAM auth problem i guess, but don't know how to sort it out...
Down the log and the dovecot.conf.
Please soemone can tell me what's broken there?
Thanks a lot
*************************
HERE log
*************************
Jun 9 14:49:46 vps dovecot: pop3-login: Can't connect to auth server at
default: Resource temporarily unavailable
Jun 9
2006 Dec 29
3
Problems with dovecot-sieve on Debian Etch using dovecot LDA
I am running debian etch with dovecot 1.0 rc15 from the debian repository with
postfix 2.3
I am using virtual users in a postgreSQL database as taken from the dovecot
wiki while making use of the password field for authentication
I am using deliver as LDA and I am attempting to use the sieve plugin but try
as I might I can't seem to get it working.
Am I wrong in thinking that a sieve
2010 Aug 21
1
imap, imaps, ports; config for secure-only service
Hello, having difficulty setting up a 'secure-only' service on a
non-standard port.
Objective is to open a secure Dovecot service on an internet-visible
port, while also using an insecure service for hosts on an internal
network (so that one particular client which is not SSL/TLS-capable
can continue to use the service).
Checking wiki1 and wiki2, I think that port 143 can be used for a
2006 Oct 09
1
SAMBA + LDAP + TLS
Hi there guys, do not know if post this here or in openldap list, sorry if I
disturb you.
I configured samba+ldap as a PDC and byt now it's working fine, so, I
decided to put some security to the stuff.
The problem is that I coudl not make it work, here I what I've done.
This is what netstat shows.
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:636 0.0.0.0:* LISTEN
tcp 0 0
2010 Apr 28
4
Question about auth multiple configuration
Hello,
My mail system is build with postfix, dovecot and roundcube.
In first time users can view and "manage" their mail only on the webmail.
So this one (webmail) use IMAP (no tls/ssl at all) authentication to give access to users maildir. This connection is made on the 'loopback' interface and use PLAIN method.
This works fine (configuration below without ssl parameters).
2009 Jun 04
3
ldap_search() failed "Server Busy"
Hi,
We are using dovecot 1.1.11 on Solaris 10u6. Under load, we are
experiencing the following errors:
Jun 4 18:30:59 ug1s02-zone1 dovecot: [ID 107833 mail.error]
auth(default): ldap(0202934816 at ug.smilecoms.com,10.31.3.13):
ldap_search() failed (filter (uid=0202934816 at ug.smilecoms.com)): Server
is busy
We are authenticating against sun directory server yet see no errors in
the directory
2004 May 31
1
Wondershaper - question
Hi,
I have a question conercing wondershaper. I''m using the Clarkconnect linux
distribution for my linux router and I tried to use wondershaper.
On start up of wshaper, there are no errors or any other problems but I''m
not sure if it''s running correctly. Only one qdisc / one class is used and
when I start an uplink ftp transfer, my ping time is growing up to 1700ms -
I
2006 Jul 07
2
Authentication by certificats (a bug or my misconfiguration)
Today I've been trying to get dovecot (1.0 rc2) to use certificates
for client side authentication. If my memory serves right, beta8
had no problems with it (although it was some time ago and on different
machine).
Similar setup works perfectly well for postfix (for authentication
that is, on the same machine). Originally I thought I overdid some
certificate settings (keyUsage, nsCertType,