.2020.family/dovecot.index.cache
Maildir/.INBOX.years.2020.family/dovecot.index.log
Maildir/.INBOX.years.2020.family/dovecot.index.log.2
Maildir/.INBOX.years.2020.family/maildirfolder
Maildir/dovecot-uidlist
Maildir/dovecot-uidvalidity
Maildir/dovecot-uidvalidity.5f7c4f24
Maildir/dovecot.index.log
Maildir/dovecot.list.index
Maildir/dovecot.list.index.log
Maildir/dovecot.list.index.log.2
Maildir/dovecot.mailbox.log
Maildir/subscriptions
nothing added to commit but untracked files present (use "git add" to track)
---
Thank you.
Adam
Hi David,
Please find answers bellow.
Kind regards,
Adam
-- Původní e-mail --
Od: David Myers
Komu: Adam , Dovecot Mailing List
Datum: 7. 10. 2020 8:44:28
Předmět: Re: Version controlled (git) Maildir generated by Dovecot
Hello Adam, and the dovecot list
> Just a question
bellow 10M, just add/commit it. Is it proper way of using git?
No. Does it work? Yes ;-).
I think that the difference between us is that I'm used to use git for
everything and you aren't which means neither you or I are correct ;-).
Kind regards,
Adam
-- Původní e-mail
Thank you Vitalii.
Could you please tell me / do you know if those dovecot* files have to be also
backed / archived?
Kind regards,
Adam
> -- Původní e-mail --
> Od: Vitalii
> Komu: Adam
> Datum: 7. 10. 2020 12:04:11
> Předmět: Re: Version controlled (git) Ma
Or on a testing system I can just stop Dovecot, remove everything that doesn't
start with a number and restart Dovecot and connect Thunderbird and see the
results. Thank you.
> -- Původní e-mail --
> Od: Gerald Galster
> Komu: dovecot@dovecot.org
> Datum: 7. 10. 2020 14:36:43
>
ts in the newer versions? I am using basic PAM Auth and
Maildir mailboxes on a Linux box. Let me know if you need any more
information to answer my questions.
Thanks,
Adam
Ping...
Any thoughts on this? Any assistance would be appreciated.
Thanks,
Adam
Adam wrote:
I am currently running v1.1.20 and was wondering if there is any
compelling reason to upgrade to v1.2 or v2.0?
For example is there any security updates in v1.2 or v2.0 that aren't
included in v1
lders, trash, sent items, etc.. in /home/username.
I am looking for some configuration information on making a smooth
transition from UW IMAP to Dovecot and keeping the existing directory
structure.
Any info or suggestions??
Thanks
Adam -
in the spam folder is the filtered version, but the
implicit-keep message is the original, unfiltered message. If I add an
explicit `keep;` to the end, it stores the filtered version into my inbox.
Based on the filter RFC, I was expecting the implicit keep to retain the
filtered version. Am I
On 21 Dec, 2017, at 14:37, Stephan Bosch wrote:
Op 12/19/2017 om 8:41 AM schreef Adam Weinberger:
I'm getting a behaviour with pigeonhole that I wasn't expecting. Am I
misunderstanding the design?
I run my messages through a vnd.dovecot.filter. It's essentially this:
filter &q
>> (2017/12/23 @ 1051 EST): Stephan Bosch said, in 2.0K: <<
> Op 12/22/2017 om 3:43 AM schreef Adam Weinberger:
> >> On 21 Dec, 2017, at 14:37, Stephan Bosch wrote:
> >>
> >> Op 12/19/2017 om 8:41 AM schreef Adam Weinberger:
> >>> I'm
hed || zstream->ostream.ostream.stream_errno != 0)
Fatal: master: service(imap): child 80266 killed with signal 6 (core not dumped
- set service imap { drop_priv_before_exec=yes })
They always come in pairs like that. Following is my doveconf. Let
me know what else I can provide here. Thanks!
# Adam
# 2.3.
killed with signal 6 (core not
dumped - set service imap { drop_priv_before_exec=yes })
Removing the (unused) zlib plugin made the errors disappear, at least.
# Adam
--
Adam Weinberger
ad...@adamw.org
http://www.adamw.org
gofilter_filter looks like this:
#!/bin/sh
cat /dev/stdin | /usr/local/bin/bogofilter -p -e -c
/path/to/bogofilter.cf
Images seem to come through fine. I didn't have this problem before the
upgrade. It could easily be a problem with bogofilter, but I figured
that I'd
On 19 Jan, 2018, at 4:39, Aki Tuomi wrote:
On 19.01.2018 04:35, Adam Weinberger wrote:
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled.
It seems to be happening when I use vnd.dovecot.filter. When I comment
out the block, things come through fine.
My filter block looks
On 19 Jan, 2018, at 4:39, Aki Tuomi wrote:
On 19.01.2018 04:35, Adam Weinberger wrote:
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled.
It seems to be happening when I use vnd.dovecot.filter. When I comment
out the block, things come through fine.
My filter block
On 20 Jan, 2018, at 10:05, Adam Weinberger wrote:
On 19 Jan, 2018, at 4:39, Aki Tuomi wrote:
On 19.01.2018 04:35, Adam Weinberger wrote:
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled.
It seems to be happening when I use vnd.dovecot.filter. When I comment
out the
I'm trying to get blow Sieve filter to work
require ["fileinto", "imap4flags", "mailbox", "body", "envelope",
"vnd.dovecot.pipe", "variables", "vnd.dovecot.execute"];
if envelope :matches "To" "*@*" {
set "recipient" "${0}";
set "user" "${1}";
set "recip_domain" "${2}";
}
if envelope :matc
-notification
To: adam@test.local
Date: Mon, 17 Sep 2018 16:21:45 -0400 (EDT)
From: postmaster@server.local
--=_Part_fba0c199dfcd4d60ae506b37a6320a84
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
BTW, this is the correct notification ... it should be "
I have tried to do something like
if body :content ["multipart"] :matches ["Original-Message-ID" “*”] { set
"Original_Message_ID" "${0}"; }
but instead getting Original Message ID I’m getting value from previous match
which was
if envelope :matches "From" "*" { set "sender" "${0}"; }
Is there
I know your example will work but I'm looking for something similar like
if envelope :matches "From" "*" { set "sender" "${0}"; }
but with the body :content
On 9/19/18, 6:22 PM, "Doug Hardie" wrote:
> On 19 Septembe
Hello everyone. I'm close to completing my first build of a mail server
- Postfix, Dovecot, Postgres (I know, sounds like overkill), Rspamd with
Redis and Unbound (please infer a mega lack of experience disclaimer).
The model is standalone internet with remoted sasl-authenticated
clients.
T
required to generate keys
3. Any help in understanding the limitations such as password changes or
caveats around generating keys securely
I am happy to take my notes and update the wiki to help others.
Thanks, Adam
# 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.8 (b7b03ba2
der test
348: starting `:matches' match with `i;ascii-casemap' comparator:
348: extracting `From' headers from message
348: matching value `Tamara Denning '
348: with key `.*<[a-z0-9-]*@[a-z0-9-.]*>' => 0
348: finishing match with result: not matched
I would appreciate advice on why the match is failing, or what I can
change to make it match.
Thank you!
Adam
had no problem to run it.
Any thoughts on that?
Thanks,
Adam
15:15:37 systemd[1]: Failed to start LSB: Dovecot init script.
Mar 19 15:15:37 systemd[1]: Unit dovecot.service entered failed state.
Mar 19 15:15:37 systemd[1]: dovecot.service failed.
Any thoughts on that matter?
Thanks,
Adam
Hi,
Is there any way to disable Dovecot LDA? I want to always send email via
postfix and relay server even it will be a local delivery within the Dovecot
server
Thanks,
Adam
But then it loops again when get back to the postfix as an incoming message
(doesn't know that a...@localdomain.com is located on that Dovecot)
<https://img.newoldstamp.com/r/292975/p>
Adam Raszkiewicz
p: 845.896.0191
e: araszkiew...@medallies.com
w: www.medallie
ions/1010325/postfix-via-relay-server-and-lmtp-configuration-for-incoming-delivery-to-local-m
Thanks for any help!
~Adam
On 4/1/20, 6:45 PM, "dovecot on behalf of Dauser Martin Johannes"
wrote:
On Dienstag, 31. März 2020 21:14:26 CEST Adam Raszkiewicz wrote:
> But then it
So there is no way to skip Postfix for incoming messages and go directly to
LMTP/LDA but I need two instances of Postfix in that case?
Regarding your second question - it is required to be complaint with Direct
Trust.
Thanks,
Adam
On 4/2/20, 3:07 PM, "dovecot on behalf of Juri Habe
/user@domain/folder/` but I have no idea where it is defined.
Thanks,
Adam
reated a brand new key pair, csr and the cert but still it complains to
start.
Any thoughts on that?
Thanks,
Adam
f that
means I'm SOL, or is there an alternate approach that does roughly the
same thing?
(I understand the general security logic for that decision. I have
root access on the server in question if that helps.)
Thank you for any help you can provide!
Adam
The procmail code was:
# a bunch o
On Wed, Feb 08, 2017 at 01:41:01AM +0100, Stephan Bosch wrote:
| Op 2/8/2017 om 1:27 AM schreef Adam Shostack:
| > Hi,
| >
| > As I migrate to sieve, I would like to carry over the logic I had in
| > procmail rules, which let me take all mail where I'd never sent email
| > to
ersent"}
As an aside,
https://www.joachim-breitner.de/blog/441-Goodbye_procmail,_Hello_Sieve
contains a nice pattern, creating an include file to test, and that
addresses many, but not all of my use cases. Should I worry if the
match there is 5000+ strings?
Adam
sieve, I find myseld writing
["To","cc"] and wonder if there's a better way.
Adam
On Tue, May 09, 2017 at 11:27:22AM -0500, Larry Rosenman wrote:
| On 5/9/17, 11:25 AM, "dovecot on behalf of Christian Kivalo"
wrote:
| Am 9. Mai 2017 17:47:13 MESZ schrieb Adam Shostack :
| >Hi,
| >
| >Is there a clean way to match on an email addre
There or List-Id headers to match mailing
list traffic
| |
| | --
| | Christian Kivalo
| | >
| | >Adam
| |
| | I’ve been using:
| |
| | if header :contains ["List-Id","Mailing-List",
| | "S
"mailinglist";
When I run sievec, I see:
sievec(adam): Debug: Effective uid=1000, gid=1000, home=/home/adam
.dovecot: line 181: error: included personal script
'mailinglist' does not exist.
.dovecot: error: validation failed.
sievec(adam): Error: failed to compile sieve sc
ot an mbox)
Also, procmail is way out of date, no longer maintained, and there are
"semi" known vulnerabilities that haven't been fixed. See
http://marc.info/?l=openbsd-ports&m=141634350915839&w=2 & the
wikipedia page.
Adam
On Wed, May 17, 2017 at 06:10:13PM +0100, James
This took about 30 minutes of debugging so I figured I'd share.
The list-id block was giving me false positives, so I
changed a keep to a fileinto :create, as shown below.
Adam
# Mailman & other lists using list-id
elsif exists "list-id" {
if header :regex &q
Is there any way for a user to specify folders they want excluded from
fts xapian indexing? Or can this only be done globally in /etc?
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
2015-05-14
20:06:29.490617405 +0200
@@ -11,6 +11,8 @@
{
unsigned int addr;
+ if (!ip)
+ return FALSE;
if (ip->family == 0)
return FALSE;
if (ip->family == AF_INET) {
Thanks,
Adam
--
Adam a...@os.inf.tu
I’m almost embarrassed to submit the following patch.
cut here
--- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015
+++ dovecot-2.2.19/src/lib/bits.h Thu Nov 5 15:10:35 2015
@@ -10,7 +10,9 @@
#include
#include
-#include
+#ifdef HAVE_STDINT_H
+# include
+#endi
Hi Everyone,
We are running two CentOS 7.2 servers with Sendmail 8.14.7 V10 and Dovecot
2.2.10 installed on both and are trying to configure Master-Master
Replication using doveadm replicator.
We are using system users with PAM authentication but are receiving the
following fatal error when
x27;s not dumping core, and I get the message even with "protocols ="
Downgrading back to 2.2.24 fixes it. What info would be helpful for me to
provide here?
# Adam
--
Adam Weinberger
ad...@adamw.org
http://www.adamw.org
> On 1 Jul, 2016, at 10:52, Timo Sirainen wrote:
>
> On 01 Jul 2016, at 19:39, Adam Weinberger wrote:
>>
>> Hi,
>>
>> 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to
>> something similar (http://www.dovecot.org/list/dovec
> On 1 Jul, 2016, at 18:30, Adam Weinberger wrote:
>
>> On 1 Jul, 2016, at 10:52, Timo Sirainen wrote:
>>
>> On 01 Jul 2016, at 19:39, Adam Weinberger wrote:
>>>
>>> Hi,
>>>
>>> 2.2.25 crashes on FreeBSD with a kqueue-related me
-domain.conf.ext
map {
pattern = priv/quota/storage
table = used_quota_domain
username_field = domain
value_field = bytes
}
map {
pattern = priv/quota/messages
table = used_quota_domain
username_field = domain
value_field = messages
}
--
Adam Szpakowski
e can see (http://wiki2.dovecot.org/Quota/Dict):
"If username is left empty, the logged in username is used (this is
typically what you want). Another useful username is '%d' for supporting
domain-wide quotas."
--
Adam Szpakowski
In future the quota enforcement on domain level could be a nice add-on,
but for now it is not so important for us.
--
Adam Szpakowski
cord. This will allow us to do something
like this:
SELECT domain, sum(bytes) as sum_bytes, sum(messages) as sum_messages
FROM used_quota GROUP BY domain
The missing domain info can be updated regularly via some cron script.
This could be a workable solution.
--
Adam Szpakowski
sers (user@domain) and domains. It is not
making sense for me, so I'm assuming that its the missing percentage of
the working part ;)
Tu sum-up the thread. I went for updating periodically the basic quota
table with missing domain names. Working great.
Thanks all for suggestions.
--
Adam Szpakowski
ona w $PERCENT%.
Your mailbox is now $PERCENT% full.
EOF
--
Adam Szpakowski
problem, but with no clear solution.
We are using Dovecot 2.0.15. Mail is delivered via LMTP (MDA/postfix is
on separate machine then MAA/dovecot).
--
Adam Szpakowski
On 21.02.2012 23:57, Timo Sirainen wrote:
On 22.2.2012, at 0.46, Adam Szpakowski wrote:
In one installation we are using sieve "redirect :copy" to create copy of the
incoming email (local boss gets copy of its employees mails).
There is a problem when the incoming email has mult
On 22.02.2012 00:09, Timo Sirainen wrote:
On 22.2.2012, at 1.02, Adam Szpakowski wrote:
On 21.02.2012 23:57, Timo Sirainen wrote:
On 22.2.2012, at 0.46, Adam Szpakowski wrote:
In one installation we are using sieve "redirect :copy" to create copy of the
incoming email (local boss
on the postfix side: http://www.postfix.org/SASL_README.html#server_dovecot
--
Adam Szpakowski
On 23.02.2012 02:15, Stephan Bosch wrote:
On 2/22/2012 12:15 AM, Adam Szpakowski wrote:
Maybe there is a way to use a procmail with something like this:
:0 Wh: msgid.lock
| formail -D 8192 .msgid.cache
But is there a safe way to use it together with sieve? Using
Pigeonhole Sieve Pipe Plugin
.
--
Adam Szpakowski
r the configuration, it is almost always the better. Maybe you
can stay with one server in yours primary location?
--
Adam Szpakowski
On 27.02.2012 19:21, Charles Marcus wrote:
On 2012-02-27 12:59 PM, Adam Szpakowski wrote:
I do have a basic question... How many users will be in this new,
remote location? Will the traffic be so vast, that 1GbE link will not
be enough, or are you using two servers for reliability?
Yeah, I
se be careful and very selectively install packages from testing. If
possible, the package dependences should be installed from stable/security.
--
Adam Szpakowski
f.ext
map
{
pattern = priv/quota/storage
table = used_quota
username_field = username
value_field = bytes
}
map
{
pattern = priv/quota/messages
table = used_quota
username_field = username
value_field = messages
}
--
Adam Szpakowski
On Tue, Nov 20, 2007 at 10:20:49PM -0500, Adam McDougall wrote:
I noticed this today, I had a user outside of our department test out
dovecot. They were using squirrelmail and I noticed that dovecot thinks
this user is subscribed to ALL public folders even though a dovecot
ACL prevents
Thanks so much Timo, all of the errors below seem when using 1.1beta9
and a shared index on NFS. Great!
On Tue, Nov 06, 2007 at 03:57:24PM -0500, Adam McDougall wrote:
Two nights ago I took a leap and extended my testing of dovecot 1.1 by
replacing 1.0 for the approx 15 users I had on 1.0
Last night I enabled imap_quota so dovecot could report usage reported
by disk quota. I don't intend to actually use the quota plugin to place
any limits anytime soon though. How much overhead does this add to
normal operations that allocate disk space? Ideally I'd like a situation
where the on
On Fri, Nov 30, 2007 at 01:16:25PM +0200, Timo Sirainen wrote:
On Fri, 2007-11-30 at 12:00 +0100, DINH Vi?t Ho? wrote:
> On Nov 30, 2007 11:38 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> > Zimbra is apparently building full text search indexes while appending,
> > so this test doesn't m
On Wed, Jul 25, 2007 at 08:28:52PM +0300, Timo Sirainen wrote:
On 25.7.2007, at 19.13, pod wrote:
>> TS> It's mostly there just to make sure that ~/ or ~user/ can't be
>> TS> used to open mailboxes where you weren't supposed to have access
>> TS> to. I didn't think anyone would re
On Sun, Dec 02, 2007 at 10:02:07AM -0500, Charles Marcus wrote:
On 12/2/2007, Timo Sirainen ([EMAIL PROTECTED]) wrote:
>> On Sat, 2007-12-01 at 18:56 -0500, Charles Marcus wrote:
>>> I don't see any mention of support for SiS (single-instance-storage) as
>>> discussed previously on the list, ev
On Sun, Dec 02, 2007 at 09:21:19PM +0100, Alexander 'Leo' Bergolth wrote:
On 12/02/2007 08:59 PM, Benjamin R. Haskell wrote:
> On Sun, 2 Dec 2007, Timo Sirainen wrote:
>> On Sat, 2007-12-01 at 23:59 +0100, Alexander 'Leo' Bergolth wrote:
>>> I'd like to provide shared mailboxes with maildi
On Sun, Dec 02, 2007 at 03:01:51AM -0500, Adam McDougall wrote:
On Wed, Jul 25, 2007 at 08:28:52PM +0300, Timo Sirainen wrote:
On 25.7.2007, at 19.13, pod wrote:
>> TS> It's mostly there just to make sure that ~/ or ~user/ can't be
>> TS> used
On Sat, Jan 19, 2008 at 11:07:58AM -0500, Charles Marcus wrote:
On 1/19/2008 Luigi Rosa wrote:
>> On one hand we have Dovecot that kill itself until someone kicks it back
>> on, on the other hand we have just some errors on the logfile.
>>
>> Well, IMHO at least there could be a configuration
I've been glancing at the hg changelogs, watching a number of basic fixes
going in, including squat and uidlist fixes. Are there any plans for a beta14
release soon to increase exposure to these fixes, or is it in flux too much?
My time lately to spend on dovecot has been sparse but I can definite
Tomi Hakala wrote:
Timo Sirainen wrote:
On 20.1.2008, at 19.40, Jerry Yeager wrote:
Undefined symbols:
"_posix_fallocate", referenced from:
_file_set_size in liblib.a(file-set-size.o)
Fixed: http://hg.dovecot.org/dovecot/rev/6c868e7fe7b2
You can also fix it by removing HAVE_POSIX_FA
;st) < 0) {
+ mail_storage_set_error(storage, "lstat failed!");
+ return -1;
+ }
+ if (st.st_mode & S_IFLNK) {
+ return 0; /*ignore*/
+ }
+ /* end ACS local modification */
+
*dirp = opendir(*path == '\0' ? &
Marc Perkel wrote:
OK - I didn't know that I might be reporting something new. Here's
some more details. I leave my computer on at might (Windows XP) and
it's worse in the morning when I wake up. Thunderbird's checks the
email every 1 minute and it's set up to check several IMAP folders.
I'm r
In the past I dabbled with the imap quota plugin with the fs backend
because I wanted
to report usage to my users (not limit them). At the time, the quota
plugin would make
dovecot crash when trying to write to a folder (I can bring up this
report if needed).
However, in a later beta of dovecot
I noticed these happen when one of my users searches his Trash folder
which he doesn't empty.
He uses thunderbird and it is reproducable.
Feb 5 22:47:39 boomhauer dovecot: IMAP(username): file
message-header-parser.c: line 350 (message_parse_header_next): assertion
failed:
+(IS_LWSP(line->va
Adam McDougall wrote:
I noticed these happen when one of my users searches his Trash folder
which he doesn't empty.
He uses thunderbird and it is reproducable.
Feb 5 22:47:39 boomhauer dovecot: IMAP(username): file
message-header-parser.c: line 350 (message_parse_header_next):
asse
I discovered by chance while migrating some user email to dovecot,
one of them had a mailbox called "Inbox" and my script migrated it to
a Maildir called .Inbox but Thunderbird could not see it at all, even in
subscription lists. I tested with my account and it looks like mutt CAN
see it. This s
Timo Sirainen wrote:
On Wed, 2008-02-06 at 00:28 -0500, Adam McDougall wrote:
I noticed these happen when one of my users searches his Trash folder
which he doesn't empty.
He uses thunderbird and it is reproducable.
Feb 5 22:47:39 boomhauer dovecot: IMAP(username): file
message-h
Timo Sirainen wrote:
I think the latest http://dovecot.org/patches/1.1/listescape-plugin.c
should work with latest Dovecot from hg. At least I fixed the most
obvious problems.
Thats great to hear. Do you generally expect it to stay compatible with
1.1.x from now on?
I'm in the beginning pro
I haven't seen this before 1.1b16, it happened to two users today while
they were searching
using fts.
Feb 18 16:41:36 hill dovecot: IMAP(username): file buffer.c: line 288
(buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
Feb 18 16:41:36 hill dovecot: child 53560 (imap) kill
Timo Sirainen wrote:
On Tue, 2008-02-19 at 01:04 -0500, Adam McDougall wrote:
I haven't seen this before 1.1b16, it happened to two users today while
they were searching
using fts.
Hmm. You sure this is with beta16? Because:
#5 0x004a6fd9 in charset_to_utf8_t
Adam McDougall wrote:
Timo Sirainen wrote:
On Tue, 2008-02-19 at 01:04 -0500, Adam McDougall wrote:
I haven't seen this before 1.1b16, it happened to two users today
while they were searching
using fts.
Hmm. You sure this is with beta16? Because:
#5 0x004a6f
dovecot 1.1b16
Feb 19 23:32:41 hill dovecot: IMAP(username): Disconnected for
inactivity bytes=29831/872
Feb 19 23:32:41 hill dovecot: IMAP(username): file message-parser.c:
line 764 (message_parser_parse_next_block): assertion failed:
(ctx->input->eof)
Feb 19 23:32:41 hill dovecot: child 608
For quite some time I have seen dovecot imap exit with a sig11 without
any other error message,
but usually with the frequency of between once per week and once per day
(per server). A few weeks
ago I finally enabled core dumping with debug symbols and it seemed to
happen less often. I finally
A co-worker edited a dovecot-acl file and accidently introduced a space
at the end of a "user=username lrwstie"
entry. Fortunately he noticed errors in his own mail client, but I'm
not sure what may have happened to other users.
Would it be possible to make dovecot more forgiving by ignoring
wh
I don't know how this happened. I'm not sure if there is a coredump
somewhere because
I don't know what user, and I have nothing for 'root' or 'dovecot'. Any
advice, or should
I make all my coredumps go to a central writable directory so I have
better chance of
catching it if it happens again?
Timo Sirainen wrote:
On Sun, 2008-03-09 at 03:50 -0400, Adam McDougall wrote:
Mar 8 17:02:17 boomhauer dovecot: auth-worker(default): BUG: PASSV had
missing parameters
Thanks, I kept trying to figure out what caused this and then started
wondering about password escaping and
Timo Sirainen wrote:
On Sun, 2008-03-09 at 11:48 -0400, Adam McDougall wrote:
Mar 8 17:05:17 boomhauer dovecot: child 72819 (login) killed with signal 11
1. I could enable this:
# sysctl -d kern.sugid_coredump
kern.sugid_coredump: Enable coredumping set user/group ID processes
2
On Mon, Mar 10, 2008 at 08:12:37PM -0400, Peter Tripp wrote:
Hello all,
I've got an issue I'm almost positive is not related to Dovecot, but was
wondering whether anyone else has had similar problems or could duplicate
Me: SYN
Paradox: SYN, ACK
Me: ACK
Me: Client Hello
Parado
On Mon, Mar 10, 2008 at 05:04:19PM -0700, Asheesh Laroia wrote:
On Mon, 10 Mar 2008, Joseph Norris wrote:
>> Questions:
>>
>> Do I have to get an ssl certificate to make it work? ( cost ouch!)
>> Is there a way around this using my own self-signed certificates?
>> Is there a cheaper ssl cer
Timo Sirainen wrote:
I think the latest http://dovecot.org/patches/1.1/listescape-plugin.c
should work with latest Dovecot from hg. At least I fixed the most
obvious problems.
I have been using it for a few weeks and it has been working well, but
yesterday I noticed it also seems to be escap
Stewart Dean wrote:
and here are some clients fighting over the lock
Mar 6 09:05:48 mercury mail:info imapd[970952]: Killed (lost mailbox
lock) user
=x host=cpe-24-161-103-11.hvc.res.rr.com [24.161.103.11]
Mar 6 09:08:04 mercury mail:info imapd[844000]: Killed (lost mailbox
lock) user
=
Saw this just come through for 8-current, 7-stable ought to have it in a week or so. I have not encountered the problem so I would not be able to judge if this fixes it.
Patch here:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c.diff?r1=1.27;r2
Geoffroy Desvernay wrote:
For those who wants testing 1.1rc3 on FreeBSD, this is a simple patch
against /usr/ports/mail/dovecot.
To apply:
# cd /usr/ports/mail/dovecot
# patch -p1 < /tmp/patch_dovecot_1.0.13-1.1.rc3.diff
Hope I did not forget something important... This is an adaptation of
the
I looked on the dovecot website, but didn't find an answer. With
dovecot 1.0, is there a way to keep users from deleting their email? So
that when they click the delete button on their email client, nothing
happens/dovecot refuses to delete email, etc?
Charles Marcus wrote:
I was thinking about a possible plugin - call it maybe 'fake-delete or
something - that would move all messages that a user deletes to a
hidden folder in their maildir, for admin purposes... you could also
use the expire plugin to keep this from growing indefinitely.
But
1 - 100 of 365 matches
Mail list logo