Displaying 20 results from an estimated 8000 matches similar to: "convert plugin failing"
2008 Dec 02
5
[Bug 1543] New: ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Summary: ~C always opens command prompt on master session
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50754
1
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
2007 Jun 06
2
lookup in CSV recipe
I await Luke''s node settings implementation with interest. At the
moment however, I have this sort of ugliness:
$site = $hostname ? {
fred => "opsera",
barney => "bedrock",
default => "unknown site",
...
}
So I''ve knocked up this little function to use CSV files instead. Now
I can just do:
$site =
2007 Sep 13
3
Templates and undefined variables
Using puppet 0.23.2, I have a template where I wish to do something
like this:
<% if defined? some_variable %>
....
<% end %>
Ideally I''d like to tell these three cases apart:
a) defined to a non-empty value
b) defined to an empty value
c) undefined
However case c) causes problems - in
templatewrapper.rb::method_missing it causes an error to be thrown.
I''ve changed
2009 Nov 25
2
IPAPPEND breaks menu module
Just spent a few hours going mad(der) wondering why my menu config
wasn't working.
It looks like the change in 3.74 ("Add IPAPPEND to com32 modules,
especially needed for linux.c32") breaks menu.c32 (and possibly other
modules) since they aren't expecting it.
In particular menu.c32 uses that as an optional menu file, it then
complains "Initial menu has no LABEL
2008 Mar 26
1
(userdb/ldap) Set home dovecot variable - How?
Dovecot version dovecot-1.0.rc14-7 (opensuse)
Postfix is using Dovecot LDA.
I'm getting this error message, and I guess it's going to be a problem on my next task, which is to set up sieve scripts.
Is there something wrong/contraditory on my config or I forgot something? I want:
/var/dovecot-tests/: where user's inbox resides
/var/dovecot-tests/home/: home dir (users will not be
2008 Jan 03
1
Homedir permissions problems with LDAP
Sorry, my previous message entered like a reply, so I'm sending again to
keep the list in order.
Hi,
I'm using dovecot 1.0.5-1 (debian stable) and I'm trying to build a
virtual host machine with ldap.
In my dovecot-ldap.conf thats what I have:
uris = ldap://<ldapserver>/
dn = cn=Manager, dc=domain, dc=com, dc=br
dnpass = <ultra secret passwd>
sasl_bind = no
tls = no
2007 Jun 07
1
ensuring apt-get update is run first
I''m trying to do bootstrapping of debian boxes using pxeboot, debian
preseeding files and then puppet. Over time I''d like more and more to
be done in puppet :)
One issue I''m hitting is the repository configuration. Depending on
the node configuration, I''m supplying various files (with repository
information or proxy settings). I then have an update line.
2007 Mar 26
7
MANAGESIEVE patch v3 for dovecot 1.0.rc28
Hello dovecot users,
I have updated the MANAGESIEVE patch to apply and compile against
dovecot 1.0.rc28. Not much has changed with respect to the functionality
of the previous version however:
ChangeLog vs v2
- Updated source to compile with dovecot 1.0.rc28, tested with rc27
(debian package)
- Daemon now uses the same location for .dovecot.sieve as dovecot-lda
This is typically
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
2007 Mar 23
4
1.0.rc28 released
http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz.sig
Still a bit more fixes. My coding TODO list is again empty. Unless
something special happens in the next few weeks, I'll still make rc29
with the documentation included and v1.0 will be released April 13.
* deliver + userdb static: Verify the user's existence from passdb,
2007 Mar 23
4
1.0.rc28 released
http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz.sig
Still a bit more fixes. My coding TODO list is again empty. Unless
something special happens in the next few weeks, I'll still make rc29
with the documentation included and v1.0 will be released April 13.
* deliver + userdb static: Verify the user's existence from passdb,
2012 May 26
2
[ANNOUNCE] conntrack-tools 1.2.0 release
Hi!
The Netfilter project proudly presents:
conntrack-tools 1.2.0
This release is a major milestone that includes support for
expectation synchronization and the new nfct utility that, by now,
only supports the new cttimeout infrastructure.
See ChangeLog that comes attached to this email for more details.
You can download it from:
2007 Mar 29
3
MANAGESIEVE patch v4 for dovecot 1.0.rc28
Hello dovecot users,
I have updated the MANAGESIEVE patch to fix the currently known small
problems with the protocol implementation. It is designed for rc28, but
also compiles cleanly with the current cvs branch_1_0.
Change Log V4
-------------
- Added managesieve_implementation_string setting to the managesieve
configuration. This can be used to customize the default
2007 Mar 22
4
1.0.rc28 / v1.0 plans
I'll probably release 1.0.rc28 in a few days. Would be nice to get some
testing for it first. http://dovecot.org/nightly/dovecot-latest.tar.gz
contains pretty much what it's supposed to be.
I've now replied to all the mails I was planning on replying, excluding
the few patches that are v1.1 material. If you think I forgot to reply
to some mail, please resend it.
I think the
2008 Jan 27
1
Dovecot + Windows AD + Postfix + quota
Hello,
I'm almost sure that all topics and problems mentioned below were
separately posted to this list already. But after spending 4 days on
searching, I did'n find a compilation similar to my case. So maybe
some of you guys, are able to answer to help me solve this:
1. I'd like to use userdb and passdb of Dovetcot to work with Windows AD.
2. I have to use them both because I'd
2006 Aug 17
5
Supporting local and virtual LDAP users, with seperate mail_env
Is it possible to have local users with mail in
maildir:%h/.maildir
and virutal users with mail in
maildir:/home/exim/%u/.maildir
I seem to have authentication working for both local users and LDAP users.
But I'm getting this error trying to access a virtual users mail.
Aug 17 08:12:08 hostname dovecot: IMAP(Firstname Lastname): maildir:
2011 Jan 06
2
puppetdoc - referring to main class
I''m being a good boy and using the puppetdoc tool to document my
classes, however I''m hitting a minor annoyance.
The top level documentation for a module (let''s call it "example) is
pulled from example/README (not example/manifests/init.pp), okay I can
cope with that.
The documentation for the class in example/manifests/init.pp ends up
as example::example (hmm,
dovecot-auth: sockbuf.c:91: ber_sockbuf_ctrl: Assertion `( (sb)->sb_opts.lbo_valid == 0x3 )' failed.
2008 Jan 28
2
dovecot-auth: sockbuf.c:91: ber_sockbuf_ctrl: Assertion `( (sb)->sb_opts.lbo_valid == 0x3 )' failed.
2008/1/28, Maciej Paczesny <maciunio2 at gmail.com>:
> Hello,
>
> I'm almost sure that all topics and problems mentioned below were
> separately posted to this list already. But after spending 4 days on
> searching, I did'n find a compilation similar to my case. So maybe
> some of you guys, are able to answer to help me solve this:
>
> 1. I'd like to use
2007 Jun 05
2
Latest MANAGESIEVE patch -- how to start daemon?
Hello list,
I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest
MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all
hunks succeeded and no compilation problems.
Now this may be stupid question with an obvious answer, but I am at a
loss at how to start the daemon? What's the binary called that starts
the sieve server? Is there a special way to
2006 Jun 16
1
Problem with default_mail_env in beta9
Hallo,
I am playing arround with dovecot
I hat version 1.0.beta7 running fine. After installing beta9 there is a problem with default_mail_env setting.
I have all users in ldap.
there is an attribute "mailMessageStore" which contains a relative path to users maildir
mailMessageStore: sca/
my mailer completes this relative pathinformation to /var/mail/sca/
therefor I setup