search for: insyte

Displaying 20 results from an estimated 23 matches for "insyte".

2001 Aug 27
2
agent forwarding with v2
...try 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
...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
2004 Nov 08
0
Excessive imap-login and pop3-login processes
...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
2004 Dec 23
1
Moving existing MD5 passwords to LDAP?
...quot;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
2001 Aug 27
1
Troubleshooting ssh-agent forwarding w/ v2 protocols
...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
2006 Nov 09
0
Debug Level 3 Error
...sh -l admin <host>, it doesn't except the password. The server is Linux Kernal 2.6. Hope I have provided sufficient info! Let me know if you need any more to help me solve this one. Many thanks, Chris Bertrand Software Engineer Christchurch Bae Systems Integrated Systems Technologies (Insyte) Xchrch (gnet 615) 4204 (01202) 404204 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the...
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
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,
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:
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
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
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 Aug 29
0
IMAP noticeably slower after 1.0-stable -> 1.0.alpha1
Not much else to say... All LDAP interaction is noticeably slower, from logging in to moving messages between folders. Configuration options: ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu --with-ldap --disable-ipv6 --without-pam
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 Apr 21
1
Overriding a resource created in a define
I''m using the resolv.conf pattern described here: http://projects.puppetlabs.com/projects/puppet/wiki/Resolv_Conf_Patterns In my node templates I have a "base" class that does all of the housekeeping chores to set up a basic server (install preferred editors, subversion, etc.). I added a call to the resolv_conf define to set up the standard /etc/resolv.conf file used by 95%
2009 Jan 15
1
variable scope is making my head hurt
I''m trying to add a "node type" variable that can be interpolated into source values. In this, my latest attempt, $nodetype always ends up as "base": # manifests/nodes $nodetype = "base" node "base" { include postfix ...snip... } node "www01", "www02", ... , "www10" inherits "base" { $nodetype