similar to: ssl-build-param

Displaying 20 results from an estimated 2000 matches similar to: "ssl-build-param"

2006 Nov 28
1
Can't drop root group privileges
Hi all, I need your insight. I've been testing Dovecot on an AIX 5.2 system. Compiled and running fine. We have some users on an AIX 5.1 system, so I'm working on installing it there, so we can do further testing. I'm using Dovecot 1.0 RC15 with OpenSSL 9.0.7e, configured to use port 10143 (imap) and 10993 (imaps). The error I'm seeing in the log is: dovecot: Nov 28
2006 May 15
1
Downloading Previous Versions??
Hi all, How do I get to previous versions of the dovecot source code? I wanted to download dovecot-1.0.beta7, but can't find it via the web, only the latest version (beta8). It's probably obvious how to do this...but I'm not seeing it. Thanks much! Jackie ---- Jackie Hunt ACNS Voice: (970)
2006 Sep 21
6
Dovecot Usage Poll
Hi all, I'm trying to get a feel for how many sites are using Dovecot and the size of the installation. Jonathan's query about big sites spurred my curiousity. I'd like to take an informal poll and will post results to the list. I'm interested in hearing from those of you who are using dovecot in a real-life/production type environment (not just testing). Please email me
2007 Aug 31
2
Server Timed Out: Outlook Express
Hi all, We just started running Dovecot this fall here on campus v 1.0. I've started getting some trouble reports from users. An Outlook Express users reported seeing the "Server has not responded in 60 seconds" messages. Waiting longer doesn't help, he has to stop/start Outlook Express to get connected again. Also have a Thunderbird user who is seeing that type of behavior
2006 Aug 24
2
Messages not expunged
Hi all, I'm doing some testing between U of Washington IMAP server (which we currently run) and Dovecot on a IBM AIX system. I created a 50M mailbox, made up of 262 msgs. I'm using a Perl Script with the imap::client module to fetch each message and then flag it for deletion. At the end of the test, I run an expunge to delete all the messages. UofW imap server ran fine, messages
2008 Jun 24
4
Problem Compiling 1.1.1 on AIX
Hi all, We've been running Dovecot since December '07 with with no glitches. It's a great solid piece of software, thanks so much Timo!! I thought I'd try out 1.1.1, so I brought it down and tried compiling it on AIX, using the IBM compiler, xlc. It's what I've used all along. The error I'm seeing on the make is: source='array.c'
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
> > Is this behavior cured, or do you continue to see it? > No, the behavior isn't cured. We still continue to see it with various clients. I have posted a couple of truss outputs, but so far no resolution. Sorry for the slow response. I've been "fighting other fires". Jackie > Jackie Hunt wrote: > >> On Mon, 2007-09-03 at 12:37 +0200, Robert
1998 Jul 30
0
username map broken in 1.9.18p8???
I'm having problems with the username map feature of Samba. Everything was running fine in 1.9.18p7. After the upgrade to 1.9.18p8, the mapping no longer occurs, and I see errors in the log file: password server CSUNTS rejected the password get_smbpwd_entry: unable to open file /usr/local/samba/private/smbpasswd I tried going back to 1.9.18p7, and sure enough things work like a charm. I
2007 Jan 09
1
Disable TLS on port 143?
Hi all, Is there a way to disable the TLS support provided by Dovecot on port 143? I'd like to run SSL on 993, so as far as I can tell I can't use ssl_disable, since the will disable SSL. I'm looking for the equivalent of an ssl_disable_tls setting. Thanks much, Jackie --- Jackie Hunt ACNS
2008 Jan 16
1
"Connection queue full" errors
Hi all, Our Dovecot server became non-responsive today and had to be restarted. We had approximately 1200 imap sessions running, and when I looked at the log, I found the following errors: Jan 16 10:02:01 lamar dovecot: imap-login: Disconnected: Connection queue full: rip=75.166.40.150, lip=129.82.103.75, TLS handshake Jan 16 10:02:01 lamar dovecot: imap-login: Disconnected: Connection queue
2007 Aug 23
1
Log Message Disconnected: Disconnected
We just started running Dovecot this summer at our campus. Overall things have gone very well, and performance have improved since moving off of U of Wash. We have run into an issue with a user running Thunderbird 2.0.0.6 on Solaris. He is seeing a very long response time (20mins+) on his first mailbox selection each morning when he comes into work. I looked at the Dovecot log, and the only
2007 Oct 11
1
Disconnects in log
Hi all, I need some help interpreting the info I'm seeing in the dovecot logs. I have a user using Outlook who is having connectively problems. Below is a sample of what the Dovecot log is showing. Can anyone explain to me why multiple logins occur within a few seconds of each other? Also, as I understand it, the "Disconnected" messages mean the kernel told Dovecot the
2006 Oct 17
2
Subscription file
Background: We are a UW-IMAP shop, using mbox format. (!) We are in the process of upgrading to Dovecot, hopefully to 1.0 proper. :) One of the modifications we have been using in test versions of Dovecot involve the move of the user subscription file from: IMAP-root/.subscriptions to: $HOME/.mailboxlist Rather than having to make changes to Dovecot source code each time a new release
2007 Sep 02
2
imap process consuming 100% CPU (Dovecot 1.0.3)
Hi, I have yet another problem with Dovecot: sometimes (rarely, maybe once every few days) one of the imap processes will 'hang', consuming all available CPU time. It does not seem to 'finish' in any reasonable amount of time (in one instance I waited a few days). This process will not even exit gracefully, it needs to be killed with 'kill -9 <PID>'. It has
2012 Jun 06
2
Dovecot 1.x on AIX -> Dovecot 2.x on Ubuntu
We are working on migrating Dovecot 1.2.17 running on AIX 5.3 (believe it or not!) to Dovecot 2.0.13 running on Ubuntu. We have hundreds of users mboxes we will be migrating. My question is regarding the index files. Should we remove those after the migration, but before we open it up to users so Dovecot can create new ones? I did a test migration of a single user, and Dovecot detects the
2008 Aug 05
1
Dovecot sieve plugin reject not working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm at a loss here. Details of my setup: OS: Solaris 10 gcc version: 3.4.3 postfix version 2.5.2 dovecot version 1.1.2 dovecot sieve version 1.1.5 How I installed: Postfix: make makefiles CCARGS='-DUSE_SASL_AUTH \-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/opt/csw/include' \AUXLIBS="-R/opt/csw/lib -L/opt/csw/lib
2008 Aug 04
2
Help with auto vacation replies
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm testing out dovecot with postfix. I'm running postfix 2.5.2 with dovecot version 1.1.1 with dovecot sieve plugin version 1.1.5. I have everything compiled and working except for the sieve plugin. I'm now trying to test out the sieve plugin and having no luck in getting a simple auto vacation reply to work. Here is my
2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to everyone else! I use the carbon version of R (1.5.1), not the Darwin version. After a bit of a battle, I'm getting to grips with using R, and really getting to like it, but I'm still having trouble customising startup the way I'd like it. Reading ?Startup, I see that I can specify some commands to be run
2013 Feb 12
1
Disabling the shutdown buttons in graphical login screen of CentOS 6.3
Hi, I am not sure if I probably have overlooked some important clue, but I am stuck with a problem with the gdm-greeter in CentOS 6.3 here since three days without finding any suitable solution. The problem: * I have to somehow deactivate the "Suspend", "Restart" and "Shutdown" options in the login screen. * This has to be done in CLI mode, as I have to change
2014 May 27
2
How to build and install python-libvirt
ubuntu@host-192-168-0-7:~/github$ git clone git://libvirt.org/libvirt-python.git ubuntu@host-192-168-0-7:~/github$ cd libvirt-python/ ubuntu@host-192-168-0-7:~/github/libvirt-python$ python setup.py build Package libvirt was not found in the pkg-config search path. Perhaps you should add the directory containing `libvirt.pc' to the PKG_CONFIG_PATH environment variable No package