On Wed, 22 Oct 2014 01:12:02 +0200
Benny Pedersen wrote:
> On October 22, 2014 12:57:34 AM Anders Wegge Keller wrote:
>
> > On Tue, 21 Oct 2014 16:28:46 -0500
> > Cliff Hayes wrote:
> > > Does dovecot have any dictionary attack defenses yet?
> > In my opinion
On Tue, 21 Oct 2014 16:28:46 -0500
Cliff Hayes wrote:
> Does dovecot have any dictionary attack defenses yet?
> In the past I have had to implement defense from outside dovecot, but
> since dovecot is at the front lines and therefore is the first to know
> I'm hoping by now there is something w
A frind of mine and I are running a dedicated server, that among
other things host mail for ourselves and friends and families. All in
all about 15 different domains with 35-40 users. The machine in
question is old, so we are doing a slow transition from the old server
to the new one. So far, we'
ns the expected result:
A4 UID SORT RETURN (COUNT PARTIAL 1:5) (FROM) UTF-8 (SUBJECT "RFC")
* ESEARCH (TAG "A4") UID PARTIAL (1:5 5) COUNT 1
A4 OK Sort completed (0.000 secs).
It may be that UIDs are used instead of sequence numbers.
Regards
Anders
Great, thanks!
Den 7. feb. 2014, Timo Sirainen skrev:
> On 21.1.2014, at 10.44, Anders Thøgersen <> wrote:
>
>
> > I am looking at PARTIAL responses using a dovecot version 2.2.5 and am
> > running
> > into an inconsistency with the RFC which I would like t
RCH RETURN (PARTIAL 23500:24000) UNDELETED
S: * ESEARCH (TAG "A02") UID PARTIAL (23500:24000 1:9)
S: A02 OK Search completed (0.000 secs).
The folder that is selected contains 9 emails with the UIDs 1-9. Should the
server return
NIL Instead of returning 1:9?
Thanks!
Anders
Hi,
My colleague just pointed me to the recent fix of this issue, thanks!
On Tue, 2012-01-10 at 15:05 +0100, Anders wrote:
> > the socket connection being closed without warning:
> > UID SEARCH RETURN (SAVE COUNT) CHARSET UTF-8 (UNDELETED TEXT "foo")
>
> You mean it closes with above also? It works fine with me.
No, that also works f
on to IMAP so maybe it has been
decided to
not add these keywords until a later time?
I am using dovecot version 2.0.15 (with patches from Apple).
Best Regards
Anders
the conversion. However, lots of
small problems with Dovecot just disappeared when getting rid of 0.99 ...
Anders.
, the load goes so high that I have to stop
> dovecot
> to let procmail deliver the message or even reboot the machine.
How about doing some rate limiting in Postfix, or even moving that to a
different server?
Anders.
dress)
What is it that you want to do with this APPEND Sieve support?
You must always send the message via SMTP, so any IMAP solution on top
of that means that you will have to transmit the message twice.
Anders.
oring server-side options
If you are able to identify the sender, you can use something like the
always_bcc setting in Postfix, and have it bcc to a filter that stores
the message back in the right Sent folder.
Anders.
Leroy Philippe wrote:
> notify
> :method "mailto:[EMAIL PROTECTED]"
> :message "Vous avez recu un message sur votre adresse";
This seems to work:
notify
:method "mailto"
:options "[EMAIL PROTECTED]"
:message "Vous avez recu un message sur votre adresse";
Cheers,
Anders.
init;(t, flags, keywords,
received_date,
Cheers,
Anders.
Timo Sirainen wrote:
> http://hg.dovecot.org/dovecot-1.1/rev/d46b9e8dcf13
"AC_DEFINE(HAVE_BZLIB,, Define if you have zlib library)"
There seems to be a copy/paste error with the "zlib" there ...
Cheers,
Anders Nitpicker
is
called "expunge", and you do that in Thunderbird by selecting "Compact"
on a folder. There are options to do it automatically in Account
Settings, too. Check it out, and ask further questions on a Thunderbird
list :-).
Cheers,
Anders.
ispam stable for Dovecot v1.1?
Cheers,
Anders.
it appears to cause trouble for suspend)
I have not seen the problem since applying those two changes, and am not
currently willing to find out whether one of them is enough :)
Cheers,
Anders.
Charles Marcus wrote:
Time is critical on servers... you need to fix this. Are you running
ntp client (NOT ntpdate)? Is this running in a virtual machine.
If running in a virtual machine, say KVM, what do you propose to do
about the time issue?
Anders.
"Spamq";
> stop;
> }
I think that you need more escaping: ".*\\+\\+\\+\\+"
I would also think that the X-Spam-Score header would contain a number,
but that is just me ...
Cheers,
Anders.
Linspeed wrote:
> Anders-19 wrote:
>> I think this might help: http://wiki.dovecot.org/ACL
> I've added this line to my configuration:
>
> plugin {
> acl = vfile:/etc/dovecot/acls
> }
>
> And I have /etc/dovecot/acls as follows:
Read the wiki more closely
Linspeed wrote:
> I want to stop users being able to rename existing folders and to stop
> them creating new ones.
I think this might help: http://wiki.dovecot.org/ACL
Anders.
Nicolas Letellier wrote:
What the script must doing? It sends an email? It deletes some emails?
http://dovecot.org/list/dovecot/2008-June/031456.html
Anders
Bill Cole wrote:
> At 11:10 AM +0200 6/20/08, Anders wrote:
>>By that line, the entire "time moved backwards" thing does not belong
>>in Dovecot.
>
> I suspect that you don't understand why that is in Dovecot. Timo has
> explained it in detail a few times, b
Johannes Berg wrote:
On Fri, 2008-06-20 at 11:10 +0200, Anders wrote:
Johannes Berg <[EMAIL PROTECTED]> writes:
On Fri, 2008-06-20 at 10:53 +0200, Anders wrote:
I was puzzled that it was always 4398 seconds, in particular because
this server runs an NTP daemon. A little searching fo
Johannes Berg <[EMAIL PROTECTED]> writes:
> On Fri, 2008-06-20 at 10:53 +0200, Anders wrote:
>>
>> I was puzzled that it was always 4398 seconds, in particular because
>> this server runs an NTP daemon. A little searching for this problem
>> shows that it
approach, apart from the uglyness?
I just picked the 4395-4400 values by chance. Can you figure out how
big the window should be?
Thanks,
Anders.
--- ./src/lib/ioloop.c-orig 2008-06-20 10:45:54.0 +0200
+++ ./src/lib/ioloop.c 2008-06-20 10:47:36.0 +0200
@@ -230,8 +230,13
Drew Marshall wrote:
[...] Could some one tell me where I can find this or am I
supposed to make my own? If so is there and example that I can follow?
Yes, make your own, it can do anything you want.
Here is an example:
#!/bin/bash
PERCENT=$1
echo "Your mailbox is now $PERCENT% full.
Timo Sirainen wrote:
> I think this will finally fix it:
> http://hg.dovecot.org/dovecot-1.1/rev/5f481022db04
This has finally gotten rid of the problem: no more 1970 in rawlog after
three days of logging. Thanks!
Anders.
Steve Fosdick wrote:
What is the status of dbox in dovecot 1.1 please?
I asked the same question some time ago, with no real answers,
http://dovecot.org/list/dovecot/2008-March/029260.html
Probably nobody dares to be the first one using dbox and finding the
issues :-).
Anders.
void* to any other pointer type is not allowed
in C++, either)
Anders.
Timo Sirainen wrote:
> On Tue, 2008-06-03 at 17:28 +0200, Anders wrote:
>> I have not been able to reproduce this at will, but do see 1-Jan-1970 in
>> rawlog about two times every day now (with some 80 accounts and probably
>> thousands of deliveries).
>
> Could you
Timo Sirainen wrote:
> On Wed, 2008-06-04 at 11:37 +0200, Anders wrote:
>> Timo Sirainen wrote:
>>
>> >+ deliver: Added -c parameter to provide path to delivered mail.
>> > This allows maildir to save identical mails to multiple recipients
>> >
nks = yes" for "deliver" to pick it
up, even though this is supposed to be the default.
Also, the W= size thing is not added to filenames when using -p.
Cheers,
Anders.
Anders wrote:
> Anders wrote:
>
>> Well, I got another report about a 1970 timestamp :-(.
>>
>> Now I have enabled rawlog for all users that are still on Procmail
>> delivery. Will this be useful? Is there something else that I can do?
[...]
> It seems that wh
Timo Sirainen wrote:
> Works with Sieve too.
So, just to be sure, this patch will solve my problem described here:
http://www.dovecot.org/list/dovecot/2008-March/029548.html ?
Thanks,
Anders.
destination instead of
> copying it.
Excellent, this could save lots of disk space.
Does this also work through the Sieve plugin, or is Sieve doing its own
writing?
Anders
Anders wrote:
> Well, I got another report about a 1970 timestamp :-(.
>
> Now I have enabled rawlog for all users that are still on Procmail
> delivery. Will this be useful? Is there something else that I can do?
Hi. I now caught this issue once with rawlog. I hope Squirrelmail doe
Anders wrote:
> Hopefully it is all fixed, then.
Well, I got another report about a 1970 timestamp :-(.
Now I have enabled rawlog for all users that are still on Procmail
delivery. Will this be useful? Is there something else that I can do?
Cheers,
Anders.
Juan Asensio Sánchez wrote:
> I am using Dovecot1.1 rc15 compiled from Debian source repositories
> (http://xi.rename-it.nl/debian/) and last version of antispam plugin,
> obtained with git. Any idea or help to debug?
I believe that antispam has not been announced working with 1.1 yet.
Anders.
Juan Asensio Sánchez wrote:
> Personal sieve script is not sure to exist, only if the user has
Unfortunately, included files must exist. See
http://dovecot.org/list/dovecot/2008-February/029090.html
Cheers,
Anders.
Timo Sirainen wrote:
> On Mon, 2008-05-26 at 00:18 +0200, Anders wrote:
>> Timo Sirainen <[EMAIL PROTECTED]> writes:
>>
>> > I could yesterday also reproduce the broken INTERNALDATE pretty
>> > easily, but I can't anymore after that patch..
>>
>
08-05-26 00:06:25.194555 Got valid RFC822.SIZE 1104: 1 (UID 1369 FLAGS ()
INTERNALDATE "26-May-2008 00:06:19 +0200" RFC822.SIZE 1104)
I can only get this with Procmail delivery, not Dovecot "deliver".
Anders.
Timo Sirainen wrote:
I could yesterday also reproduce the broken INTERNALDATE pretty easily,
but I can't anymore after that patch..
So what can I do to help you reproduce it? I am still getting it quite
often, though I am unable to create a scenario where it always shows up.
Anders.
Timo Sirainen wrote:
On Fri, 2008-05-23 at 11:12 +0200, Anders wrote:
Timo Sirainen wrote:
Right, that helped me to reproduce it. Fixed:
http://hg.dovecot.org/dovecot-1.1/rev/cb1c6c942768
Hi again.
That fixed my testcase as well, but now I just got another report of a
mail with an epoch
http://wiki.dovecot.org/Quota/New
Cheers,
Anders.
g of me starting the second instance.
It still only fails with procmail delivery, not Dovecot's deliver.
Regards,
Anders.
you need to create a
dovecot-shared file with the permissions that you want. I never tried this,
though.
Anders.
open?
Cheers,
Anders.
Timo Sirainen wrote:
On Fri, 2008-05-09 at 18:12 +0200, Anders wrote:
Timo Sirainen wrote:
On May 9, 2008, at 10:42 AM, Asheesh Laroia wrote:
http://dovecot.org/list/dovecot/2008-March/029282.html
That was fixed in v1.1.
Seems not ;-)
I confirm it not being fixed.
Can you reproduce it
TE "01-Jan-1970 00:00:00 +0000" RFC822.SIZE 3132)
The dovecot -n is in here:
http://dovecot.org/list/dovecot/2008-May/030470.html
Thanks,
Anders.
Timo Sirainen wrote:
> On May 8, 2008, at 6:15 PM, Anders wrote:
>
>> We have a few users that every so often get empty data in their
>> message
>> overview. From and subject are empty, and the date is 1-Jan-1970. When
>> opening the message in full view, all things
:
http://dovecot.org/list/dovecot/2008-March/029282.html
The server is Linux, ext3, no NFS, and Dovecot 1.1.rc4. The few clients
that have had this problem so far have been Outlook Express.
What can be done to debug this?
Thanks,
Anders.
es = max_mail_processes setting
> - max_user_watches = max_mail_processes setting*2
I think max_user_watches is per instance, so should that just be 2?
Cheers,
Anders.
Anders wrote:
> What does the warning "Inotify instance limit for user exceeded,
> disabling." mean, and how do I get rid of it? I assume that I have to
> change a limit somewhere?
Okay, reading the source has me think that this is an OS limit, so I
increased /
Hi.
What does the warning "Inotify instance limit for user exceeded,
disabling." mean, and how do I get rid of it? I assume that I have to
change a limit somewhere?
Regards,
Anders.
of restarts.
Regards,
Anders.
Timo Sirainen wrote:
On Fri, 2008-05-02 at 11:09 +0200, Anders wrote:
Corrupted index cache file /.../Maildir/.Sent/dovecot.index.cache:
used_file_size too large
What OS and filesystem are you using? Anything special like
NFS/clusterfs/etc.? Could you post your dovecot -n output?
This was
ich is why I worry
slightly about the warning.
Cheers,
Anders.
st your hardware, user count, mailbox backend, and
file system information, as I suppose that this kind of improvement is not
universal.
Anders.
3, dsn=5.3.0,
status=bounced (Command died with signal 11:
"/usr/local/bin/deliver-wrapper")
Cheers,
Anders.
master users.
Okay, I disabled the ACL plugin for master users by creating a global
.DEFAULT acl file:
user=master lrwstiekxa
owner lrwstiekxa
Was that how you meant?
Thanks,
Anders.
Anders wrote:
Anders <[EMAIL PROTECTED]> writes:
It logs the correct value for "home" with mail_debug=yes. It is also
able to print the correct quota values, so Dovecot seems to end up
at the right place.
It was actually auth_debug that I turned on, not mail_de
how this is supposed to work. It seems that the dict
process is not started immediately. I have to go into a folder and expunge
(delete message, then compact folder in Thunderbird) the oldest message
before dict starts up.
Regards,
Anders.
Timo Sirainen wrote:
> On Fri, 2008-04-25 at 02:06 +0200, Anders wrote:
>> If no attributes are read via LDAP, auth will segfault. So as I have the
>> home and quota, with home being static, it will crash if the quota is
>> not in LDAP for that user.
>
> I'm not
ssage timestamp, so I will
actually have to way a few days to see it work?
Cheers
Anders.
Timo Sirainen wrote:
On Fri, 2008-04-18 at 20:07 +0200, Anders wrote:
Anyway, it does not really work, I guess it might be a bug. When I drop
the attribute, the variables in the template are not interpolated, so I
end up with home literally being "/var/mail/vhosts/%d/%n" for a
o have you back :-).
Thanks,
Anders.
Timo Sirainen wrote:
On Tue, 2008-04-08 at 09:58 +0200, Anders wrote:
Anders wrote:
I am unable to find information about what happens to the index file if I
use something like the cron script at the bottom of
http://wiki.dovecot.org/Plugins/Expire
There must be some information in the index
Timo Sirainen wrote:
> But anyway, can't you now just change user to "uid" with pass_attrs:
That was a contrived example. I do not actually have this problem right
now, I merely noticed the issue and wanted to report it in case it was
unintended.
Anders.
variable is lost.
Cheers,
Anders.
r your distribution is.
cheers
Anders.
Anders <[EMAIL PROTECTED]> writes:
> It logs the correct value for "home" with mail_debug=yes. It is also
> able to print the correct quota values, so Dovecot seems to end up
> at the right place.
It was actually auth_debug that I turned on, not mail_debug. Here is
the
Timo Sirainen <[EMAIL PROTECTED]> writes:
> On Sat, 2008-04-12 at 17:28 +0200, Anders wrote:
>> I am trying to use a master user. The login works. However, a LIST
>> command gives me only the INBOX. Is this to be expected? When logging in
>> normally, I do g
Timo Sirainen wrote:
On Sat, 2008-04-12 at 22:37 +0200, Anders wrote:
user_attrs =
uid=home=/var/mail/vhosts/%d/%n,gosaMailQuota=quota_rule=*:bytes=%$M
Just drop the "uid", like: =home=/var/mail/..
Hi.
This is not documented, I think?
Anyway, it does not really work,
me to be able to trust
the result. Unfortunately, I do not have the time to turn the guesses into
knowledge.
Cheers,
Anders.
Wojtek Bogusz wrote:
i need to offer users simple way of changing the password and editing
mail address aliases. i was thinking of writing a simple web interface.
but maybe there are already programs for doing this?
I found Phamm and GOsa while looking for this kind of thing.
Anders.
Hi Johannes.
I wanted to try out the antispam plugin for a Dovecot 1.1 install, only to
learn that 1.1 is actually not supported.
Are there any plans to remedy this? If not, is it known how much effort is
required? (i.e. could I do it myself?).
Thanks,
Anders.
night, and never touched
during the day.
I wonder what can be done to debug this? Using the find -delete way of
removing old mail seems a bit crude, especially with regards to the index.
Regards,
Anders.
much. It may be broken; I found
some old mails where Timo says that it has not been tested in recent times.
Anders.
scalable: I have to pick a different, always-existing LDAP attribute for
each static extra field that I want to set.
Is there some LDAP configuration syntax like the SQL "SELECT '/var/...'
AS home" ?
Thanks,
Anders.
Hello again.
I am trying to use a master user. The login works. However, a LIST
command gives me only the INBOX. Is this to be expected? When logging in
normally, I do get the full list of folders.
(using Dovecot 1.1 rc3.)
Anders.
Anders wrote:
> I am unable to find information about what happens to the index file if I
> use something like the cron script at the bottom of
> http://wiki.dovecot.org/Plugins/Expire
>
> There must be some information in the index that is no longer needed. When
> and how will
Hi.
I am unable to find information about what happens to the index file if I
use something like the cron script at the bottom of
http://wiki.dovecot.org/Plugins/Expire
There must be some information in the index that is no longer needed. When
and how will Dovecot clean this up?
Thanks,
Anders.
Fábio M. Catunda wrote:
I would like to know if it's possible to avoid message deletion in a
specific folder.
You can make that with access control, see http://wiki.dovecot.org/ACL
Anders.
Kyle Wheeler wrote:
I've been slowly moving our site in the direction of using the Dovecot
LDA to deliver mail. Is there a way (via a plugin, maybe?) to get the
LDA to mark mail as "read" when it is delivered?
You can do this with Sieve, at least (imapflags, \\seen).
Anders.
ng.
Using Maildir, by the way, and I have not touched the
maildir_copy_with_hardlinks setting.
TIA,
Anders.
tch,
http://hg.dovecot.org/dovecot-1.1/rev/631fd6f25e41
which was mentioned in an unrelated thread earlier today. I also
struggled for some time until I realized this. Hopefully rc3 will be out
quickly :-)
HTH,
Anders.
Timo Sirainen wrote:
>> [ .customflags -> dovecot-keywords ]
> Looking at the conversion code in v1.0 it seems a rename is enough.
> But I don't really remember to be sure, so verify first.
I was hoping for a more authoritative answer :-). Anyway, a rename seems
to work. Thanks!
Anders.
(as we skipped the 1.0 version, and the
conversion code appears to be removed in 1.1). Is there some way to
convert this? Is it just a rename?
Thanks,
Anders.
advantages that I should pursue?
I read in the wiki that the migration is straightforward, but I did not
manage to find an exact description. Pointers? Also, is it possible to
migrate back, should it not work out?
Thanks,
Anders.
d not have to
drag around obscure modifications.
Probably the cron script is how it will end up.
Anders.
Anders wrote:
I (think that I) want a global Sieve setup like this:
require ["include"];
include :global "spam.sieve";
include :personal "folders.sieve";
include :personal "vacation.sieve";
Okay, no help for having an optional include. My fall
roblem if
more information is needed.
Anders.
11:56:33 localhost dovecot: auth(default): ldap([EMAIL PROTECTED],127.0.0.1):
user search: base=o=hosting,dc=invalid, dc=dk scope=subtree filter=user_filter
= (&(objectClass=JammMailAccount)([EMAIL
PROTECTED])(accountActive=TRUE)(delete=FALSE)) fi
Any ideas how to do something like that?
I read the source, but it seems that a failed include will exit the
Sieve, so the above will not work.
Incidentally, I think I found a typo, so a patch is below.
Anders.
--- dovecot-sieve-1.1.4/src/sieve-cmu.c~2008-02-16 19:24:51.0
Timo Sirainen wrote:
A lot of this is now done in v1.1 code tree. auth and master processes
could still use some timeout fixing though.
Hi.
It seems that index-mailbox-check.c is still running a timer every
second, is there any way to get rid of that?
Regards,
Anders.
a different
way?
There seems to be no one-shot timer support, right?
Is there a Dovecot coding style document? (I did notice that there
appears to be an 80 char width that I exceeded)
Cheers,
Anders
diff -ur dovecot-1.0.9-orig/src/auth/auth-request-handler.c dovecot-1.0.9/src/auth/auth-request
98 matches
Mail list logo