Displaying 20 results from an estimated 9000 matches similar to: "doveadm mailbox create error codes"
2015 Oct 12
2
ssh-keyscan non-standard port broken
Hello,
If one passes the -p option for a non-standard port to ssh-keyscan when
using the -f option to pull hosts from a file, it results in a
known_hosts entry that is incorrect:
micah at muck$ cat /tmp/try
199.254.238.47 micah.riseup.net,199.254.238.47
ssh-keyscan -t rsa -p 4422 -f /tmp/try > /tmp/known
micah at muck$ cat /tmp/known
[micah.riseup.net,199.254.238.47]:4422 ssh-rsa
2011 Nov 23
1
doveadm import assertion failed
Restoring a user's mailbox yesterday resulted in 'doveadm import'
panic'ing with an assertion failure and giving a backtrace:
/usr/bin/doveadm import -u <user> mdbox:/maildir/riseup.net/a/<user>/.daily.1/mdbox restored_from_backups/daily1 all
doveadm(<user>): Error: Transaction log
2016 Dec 16
2
making a plugin encrypt index data
Hello,
I'm encrypting mail on disk using a plugin[0], but the index files are
not encrypted (specifically the dovecot.index.cache can be read).
I want to do is encrypt index on disk, so I'm looking for how a plugin
can achieve that by hooking into the right locations. Is that easily
possible in a plugin?
I can turn off those indexes by passing INDEX=MEMORY, but that isn't
possible
2007 Apr 13
3
Config is not actually up to date
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''ve been trying out some configurations and been frustrated because
they weren''t working how I would expect. After trying practically
everything I could think of, I tried removing everything except the most
basic elements to see what was going on. It turns out that my client is
thinking that there is no configuration change, when
2005 Sep 15
2
Bug#328632: Please include README.logcheck-database.gz
Package: logcheck
Version: 1.2.41
Severity: minor
man (8) logcheck says:
For hints on how to maintain rules, see README.logcheck-database.gz,
but this file is not included in /usr/share/doc/logcheck.
micah
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel:
2007 Aug 20
6
Using case in class
OK, I started down this road a few months ago and got side tracked
with project work. I have a class called "install" that I want to use
with only machines on one protected subnet. In my site.pp file, among
other node entries, I have -
node default {
install
}
The class itself -
class install {
case $domain {
"test.example.com": {
file:
2011 Feb 24
6
[Bug 1869] New: ssh-add can no longer read from FIFOs as of 5.7p1
https://bugzilla.mindrot.org/show_bug.cgi?id=1869
Summary: ssh-add can no longer read from FIFOs as of 5.7p1
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-add
AssignedTo: unassigned-bugs at mindrot.org
2007 Nov 04
21
Package management
Anyone care to share how they handle yum updates?
We have a script that runs yum update nightly and then emails us the
results when there are packages to be updated. Ideally I''d like a way to
keep a class in site.pp that can be uncommented to run yum update -y
after the update list is reviewed by a human.
Tim
2012 Oct 31
1
Error: Internal quota calculation error
Hello,
I'm using 2.1.7 with seive and mysql quotas. We had an outage the other
day where the database server where quotas are stored was not available
for a short period of time.
In dovecot land, the following types of errors occured in that scenario:
Oct 26 22:19:01 grosbeak dovecot: lda(example at riseup.net): Error: Internal quota calculation error
Oct 26 22:19:01 grosbeak dovecot:
2015 Apr 06
3
setting service_count results in Permission denied
The load on our machines has gotten too high, so I started to see log
messages that directed me to look at this page for config changes:
https://pad.riseup.net/redirect#http%3A//wiki2.dovecot.org/SocketUnavailable
One of the things I wanted to do on that page was to set the:
service imap { service_count = 100 }
but when I added that to the service imap block, and restarted dovecot,
I see this
2015 Apr 01
2
Couldn't set transaction log view (seq 9..13)
Hello,
I'm using 2.2.13 on Debian stable, and I perform regular dsync
backups. Typically if there is an error, dsync can recover from it the
next time it is run, but I've been encountering a new error that doesn't
seem to self-heal:
# /usr/bin/dsync -u gae backup ssh -i /root/.ssh/id_rsa backmaildir at internal.example /usr/bin/dsync -u micah
dsync-remote(micah): Error:
2004 Aug 12
2
MagiC PC installer doesn't like wine
I've wine installed as part of SuSE Linux 9.1 Pro and it works fine for several windows prgs.
I try to install the Atari emulator Magic PC (because it is better than STonX).
Wine starts the installer of MagiC, Setup.exe, which gives the message "can't open ...
Setup.ex_".
Setup.exe works under win98 but under wine it looks for itself with the wrong extension .ex_
MagiC PC test
2007 Sep 19
1
custom fact not being synced
I''ve got one node that doesn''t seem to want to load my custom fact. I''ve
got ''factsync = true'' in my puppet.conf, and I know I can manually go
onto the node and issue a ''puppetd -vt --factsync'' to get it to sync up,
but I''d like to know why its not picking this fact up, because this could
become problematic.
Any tips on
2010 Nov 11
1
problem booting files with .bin in their name (eg. memtest86+.bin)
It took me forever to figure out why I couldn't tftp boot into
memtest86+, I had the file "memtest86+.bin" installed into my tftproot,
and it was being loaded when I selected that menu item, but it would
result in a series of repeating numbers on the left hand side of the
screen.
Eventually, after trying a million different things, and then asking
someone I know who has fought
2013 Sep 13
2
Migrating from dovecot 2.1 to 2.2
Due to the incompatibilities with the dsync protocol version between 2.1
and 2.2, I am unable to use dsync to move users to a new machine where
we have 2.2.5 setup. This wouldn't normally be a problem, as I could
just rsync the user's mdbox and dovecot would happily do the right
thing. However, on the new system I've placed the indexes into a faster
storage medium, where on the older
2007 Nov 13
16
Switching from webrick to mongrel
I got tired of restarting my puppetmaster when it stopped responding and
finally switched to mongrel last night.
When running under mongrel, what sort of concurrent connection rates are
people able to get? I dont know how many individual puppetmaster
processes I should spawn, or how to tell when I should span more.
Perhaps I need more than two, because this morning I had a look at how
2011 Sep 19
2
dsync with quotas
I have been working on converting people from courier maildir -> dovecot
mdbox and during some of the dsync runs I'm seeing the
quota_exceeded_message be printed as an Error:
dsync(<user>): Error: Can't save message to mailbox INBOX: You are over quota. To avoid losing mail, immediately empty your Trash and Sent folders and \
delete emails with large attachments.
2013 Jan 30
1
dsync timeout?
I'm using dsync for a regular backup. The backup system flocks so that
two cannot run at the same time, which is generally a good thing. The
problem is that it seems like dsync sometimes goes off into the weeds
and never comes back, leaving a process running and doing nothing
forever, hogging the lock and causing my backups never to run again. I
just finally figured out that was what was
2015 Oct 21
1
migration from zimbra to dovecot
Hello,
Are there any migration scripts to handle UID conversion for moving from
a zimbra setup to dovecot? It would be nice to move all the mail without
having re-download it all!
thanks!
micah
ps - asking for a friend
2011 Oct 06
2
doveadm mailbox subscribe wildcard
Hi,
I noticed that wildcards work like the following, as described in the
man page:
# doveadm mailbox list -s -u bob dovecot*
dovecot
dovecot/pigeonhole
dovecot/pigeonhole/2.0
however, wildcard subscriptions don't work:
# doveadm mailbox subscribe -u bob dovecot*
# doveadm mailbox list -s -u bob dovecot*
dovecot
dovecot*
dovecot/pigeonhole