Displaying 20 results from an estimated 23 matches for "beuchler".
2001 Aug 27
2
agent forwarding with v2
...I found an old newsgroup post that said it was not available but
an entry in the ChangeLog entry dated 20001113 seems to indicate that it was
added.
So. Does agent forwarding work while using v2 protocols? I've been unable to
get it to work since I switched to using v2.
Thanks,
Ben
--
Ben Beuchler There is no spoon.
insyte at emt-p.org -- The Matrix
2004 Oct 11
4
Detecting unused accounts
...ed in
to in over n days. It occurs to me that, perhaps, the way to do this
would be to look at the mtime on one of the dovecot-maintained files, like
'dovecot-uidlist'. Is there a particular file that would be modified on
(almost) every login, whether it be via POP or IMAP?
-Ben
--
Ben Beuchler There is no spoon.
insyte at emt-p.org -- The Matrix
2007 Apr 12
3
Comment from OpenLDAP developer regarding "deferring operations"
I received this response from a member of the OpenLDAP core team when
asking about meaning of the deferred operations I was seeing.
Is it possible that this is what I'm seeing, Timo?
-Ben
---------------------------------------------
I'd note that if your client is performing search + bind on the same
connection in an asynchronous manner, then the server behavior as per
RFC4511 is
2008 Dec 29
4
Using an Exec inside a define
I''m working on a definition for activating/deactivating Apache modules
on an Ubuntu system. Inside my Apache class I have this definition:
define module($ensure) {
case $ensure {
enabled: { exec { "a2enmod":
command => "/usr/sbin/a2enmod $name",
logoutput => on_failure,
2004 Dec 23
1
Moving existing MD5 passwords to LDAP?
...the existing MD5 passwords.
I've tried using ldapmodify to set "userPassword" to
{CRYPT}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
and
{MD5}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
In both cases, ldapmodify exits without errors but I cannot bind using the
new password.
Any ideas?
-Ben
--
Ben Beuchler There is no spoon.
insyte at emt-p.org -- The Matrix
2005 May 31
2
SSHA with LDAP?
Poking around in the code for dovecot-stable seems to indicate that
support has been added for the {SSHA} password scheme. This is not
reflected in dovecot-ldap.conf. Is the SSHA code actually functional?
Thanks!
-Ben
2001 Aug 27
1
Troubleshooting ssh-agent forwarding w/ v2 protocols
...lines in my /usr/local/etc/ssh_config:
Host *
ForwardAgent yes
ForwardX11 no
<snip>
The config looks the same on b.
I have upgraded all three machines to OpenSSH 2.9p2.
Would it be worthwhile to post debugging output from either the client or the
server?
Thanks,
Ben
--
Ben Beuchler There is no spoon.
insyte at emt-p.org -- The Matrix
2007 Apr 10
4
rc31 -> "deferring operation: binding"
I hate to bring up anything that might delay 1.0, but the behavior I'm
seeing is rather... weird.
I'm running rc31, using "userdb static" and "auth_bind=yes".
With rc1 (what I had been running) I would occasionally get some
"deferring operation" complaints from LDAP, but very rarely. Every
now and then it would start to throw "deferring operation:
2007 Apr 10
1
"TLS handshake" errors, frozen IMAP
Another new issue has cropped up with my rc1 -> rc31 upgrade:
This morning, right around the typical morning email surge, Dovecot
stopped accepting new IMAP connections. I didn't get a chance to do
much troubleshooting and a restart of Dovecot fixed it. The only
thing I've been able to find in the logs is a bunch of entries like
this one:
Apr 10 09:11:36 cliff dovecot: imap-login:
2004 Nov 08
0
Excessive imap-login and pop3-login processes
...= no
login_processes_count = 10
login_max_processes_count = 128
login_max_logging_users = 256
The mail server receives about 1.5 - 3 logins per second and usually has
around 75 simultaneous IMAP sessions. There are rarely more than 1 or 2
simultaneous POP3 sessions open.
Thanks...
-Ben
--
Ben Beuchler There is no spoon.
insyte at emt-p.org -- The Matrix
2004 Nov 15
2
eudora issue
There seems to be a protocol mismatch between eudora and dovecot when
using pop. The login interchange with, for example, mozilla, is as
follows:
MO: [connects]
DC: +OK dovecot ready.
MO: CAPA
DC: +OK
DC: CAPA
DC: TOP
DC: USER
DC: UIDL
DC: RESP-CODES
DC: STLS
DC: SASL PLAIN
DC: .
MO: USER yyy
DC: +OK
MO: PASS xxxxxxxx
DC: +OK Logged in.
But with eudora, with apparently equivalent
2004 Nov 19
2
.INBOX required?
Hi,
Newbie to Dovecot and IMAP in general. The system in question is RH 9,
Dovecot 0.99.11, Maildir, accessing mail with SquirrelMail, Thunderbird,
Kmail, Mutt, Entourage and Mail.app.
I've set up the maildir for users in ~/Maildir. Inside that I have other
folders, .Sent, .Drafts, .Trash, .Junk, .MakeJunk, .MakeGood.
~/Maildir itself has the cur, new, and tmp folders, but I note that
there
2005 Aug 04
1
How is the correct "auth" method selected in 1.0-stable?
In the example config for 1.0-stable, I see several "auth <blah> {}"
blocks. The only one uncommented is the "auth default{}" block. How
does dovecot decide which one to use? If I want it to use LDAP,
should I just modify the "userdb" and "passdb" entries in the "auth
default" block? Or should I be using the "auth ldap" block
2005 Aug 19
2
"stable" v. "alpha"
Is "alpha" the new "-stable"? Should I switch?
Gracias!
-Ben
2005 Aug 29
2
Sig11 and some corrupted indexes after 1.0-stable -> 1.0.alpha1
I just upgraded my production box from 1.0-stable to 1.0.alpha1. I've
noted some new errors in my dovecot logs:
Aug 28 23:23:56 cliff dovecot: IMAP(rsferra): Corrupted index cache
file /mail/mcad.edu/rsferra/Maildir/.Sent Items/dovecot.index.cache:
indexid changed
Aug 28 23:33:57 cliff dovecot: IMAP(acarr): Corrupted transaction log
file /mail/mcad.edu/acarr/Maildir/.Deleted
2005 Sep 22
1
Debian packages of alpha2?
Is anyone maintaining Debian packages of alpha2? The official
packages aren't even up to -stable yet.
-Ben
2010 Feb 03
2
Avoiding duplicate definitions
I''m building modules for the various web services I manage and I''m
running into trouble in defining the dependencies. For example, two
of my services require the same Apache module. If I define the
package resource in both modules and then try to include them both on
a single node, I get a "Duplicate definition" error. I can avoid this
by defining a class that just
2005 Aug 19
1
Weird series of errors with dovecot-stable
I'm using the dovecot-stable from 7/30, authenticating against an
OpenLDAP server. From time to time, dovecot stops responding to new
queries. It seems to be a self-correcting problem, lasting about 20
minutes.
Here's how it starts:
Aug 18 19:38:23 cliff dovecot: imap-login: Disconnected: Inactivity
[150.253.42.12]
Aug 18 19:38:36 cliff dovecot: pop3-login: Disconnected: Inactivity
2009 Mar 04
17
Community: How to deal with attempts at sabotage
Hi all,
The underlying assumption of membership in any community is that your
participation is at worst neutral, and if possible positive.
Communities, online or off, generally do what they can to protect
themselves from detrimental influences, which is where policies,
politeness, moderators, and all that come into play.
Puppet''s community has been both fortunate and awesome,
2007 Apr 11
0
Building Dovecot to link against alternative libldap
I'm running Dovecot on an Ubuntu (Edgy) box. I'd like to link dovecot
against the latest stable version of the OpenLDAP libraries instead of
the system defaults. I can't really replace the existing libraries as
other packages rely on them.
If this didn't use libtool, I would be able to influence the runtime
linker by manipulating -rpath and -L. I can't seem to figure out