Re: stat .../.dovecot.sieve/tmp failed: Not a directory

2016-06-01 Thread Steffen Kaiser

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 1 Jun 2016, Robert Schetterer wrote:


Am 1. Juni 2016 09:33:11 MESZ, schrieb Steffen Kaiser 
:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 1 Jun 2016, Robert Schetterer wrote:


Hi, i have

stat .../.dovecot.sieve/tmp failed: Not a directory

using

sieve = file:~/sieve;active=~/.dovecot.sieve

dovecot_2.2.24-1-auto-38

cause i can subscribe to dovecot sieve

cant remember to see this in previous versions


you are sure that home dir != mail location, arn't you? :-)


Stephan allready posted a solution found in archive set
Maildir_stat_dirs yes fixed it, but should be avoided if possible


that's the workaround, if you have homedir == mail location, for the 
penalty of performance decrease


- -- 
Steffen Kaiser

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEVAwUBV0/KjXz1H7kL/d9rAQKmHwgAs2Clz55db+5WQkTGB11Gv2iONSD0CndK
BSZjuIoOxbzqQYNP3lkwXNw+/cCKRVqATNqKxkylnA9uglEV71ebFStu+4OE/Zxm
nH8nGzX8g2hYtPuznpkLfc+7DnGvVAYudm5/ObYrWgUdRFr/auoXg7HmO6ph06zT
EJGRM23Pr5l77QPUF9qPg366E8Yp8RpAt+K2xk9uXiPR1H897+HnBw9ti7mIPF98
3SuOAKAiI6s5Z8LEDT46k9WaejyR2Ip1uRJWwYtaYkc4HmXm43eNC70lR0Px4ZfW
Q/WIgq81Xfm07gRgfSVh2jsc+O13B59jqjhqxb+c6hPadcn7vmXipg==
=9X4C
-END PGP SIGNATURE-


Re: Marking an entire mailbox read

2016-06-01 Thread @lbutlr
On Jun 1, 2016, at 1:58 PM, @lbutlr  wrote:
> find ~/Maildir/.Archive/cur/* -type f -name “1*:2” --exec mv {} {}S \;

For the record,I did the following, which appears to have worked:

find . -type f -name "1*2,*" -not -name "*2,S*" -exec mv {} {}S \;


-- 
It wasn't that her [Susan's] parents didn't believe in such things. They
didn't need to believe in them. They knew they existed. They just wished
they didn't.


special-use for virtual folder

2016-06-01 Thread Wolfgang Rosenauer
Hi,

I'm running two different Dovecot servers (actually more but those are
pretty similar and same versions 2.2.24).

Today I configured a virtual All folder on both:

namespace {
  location = virtual:/etc/dovecot/virtual:INDEX=~/virtual
  prefix = virtual.
  separator = .
}

  mailbox virtual.All {
special_use = \All
  }

On this system the special-use flag is not applied to the folder (checked
via LIST "" "*").

On the other system:
namespace {
  location = virtual:/etc/dovecot/virtual:INDEX=~/virtual
  prefix = virtual/
  separator = /
}
  mailbox virtual/All {
special_use = \All
  }

On the second system I can see
* LIST (\HasNoChildren \All) "/" virtual/All

Besides the separator I don't see a big difference between both
configurations.

Any idea?


Thanks,
 Wolfgang


Marking an entire mailbox read

2016-06-01 Thread @lbutlr
I have an archive mailbox that contains in excess of 100,000 mail messages 
(stored in maildir) that accidentally got marked as unread. It is too large for 
my mail client to select all the mail and mark it as read without throttling.

Is there a simple way that I can use doveadm or something to simply mark every 
message in that maildir as read? Or do I just loop through every message and 
move it to +S?

find ~/Maildir/.Archive/cur/* -type f -name “1*:2” --exec mv {} {}S \;

-- 
By the way, I think you might be the prettiest girl I've ever seen
outside the pages of a really filthy magazine


Re: forwarding emails using sieve

2016-06-01 Thread Thorsten von Eicken

On 6/1/2016 7:58 AM, Stephan Bosch wrote:


It looks like the dovecot sieve implementation doesn't let me change 
the From header in the sieve script. Is there a way to accomplish 
what I'm looking for?


Changing the "From" header field can be done using the "editheader" 
extension (https://tools.ietf.org/html/rfc5293).


require "editheader";

deleteheader "From";
addheader "From" "User ";

Note that this extension is not enabled by default and thus requires 
explicit configuration.

That's what I was missing, thanks!
Thorsten


Re: forwarding emails using sieve

2016-06-01 Thread Robert Schetterer
Am 01.06.2016 um 16:58 schrieb Stephan Bosch:
> 
> 
> Op 1-6-2016 om 3:39 schreef Thorsten von Eicken:
>> I know this is a tad tangential to dovecot, but maybe someone has some
>> pointers for me. I'm trying to forward emails using the sieve
>> filtering and redirect doesn't do it because it doesn't wrap the
>> message in a new email, instead, it seems to just change the envelope
>> From (and To). This causes the outbound relay to reject the message
>> for security/spam reasons (forged From).
> 
> Forwarding like that is currently not possible with the Sieve language.
> The "enclose" extension seems to come close, but it explicitly has no
> effect on redirected messages, which I find rather strange.
> 
>> It looks like the dovecot sieve implementation doesn't let me change
>> the From header in the sieve script. Is there a way to accomplish what
>> I'm looking for?
> 
> Changing the "From" header field can be done using the "editheader"
> extension (https://tools.ietf.org/html/rfc5293).
> 
> require "editheader";
> 
> deleteheader "From";
> addheader "From" "User ";
> 
> Note that this extension is not enabled by default and thus requires
> explicit configuration.
> 
> Regards,
> 
> Stephan.

you may read this ( german )

https://sys4.de/de/blog/2016/01/24/e-mail-weiterleitungen-mit-dovecot-sieve-ohne-spf-dmarc-und-dkim-konflikte-2/

highly experimental !

remember Stephan s post before give it a try


Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Schleißheimer Straße 26/MG, 80333 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein


Re: forwarding emails using sieve

2016-06-01 Thread Stephan Bosch



Op 1-6-2016 om 3:39 schreef Thorsten von Eicken:
I know this is a tad tangential to dovecot, but maybe someone has some 
pointers for me. I'm trying to forward emails using the sieve 
filtering and redirect doesn't do it because it doesn't wrap the 
message in a new email, instead, it seems to just change the envelope 
From (and To). This causes the outbound relay to reject the message 
for security/spam reasons (forged From).


Forwarding like that is currently not possible with the Sieve language. 
The "enclose" extension seems to come close, but it explicitly has no 
effect on redirected messages, which I find rather strange.


It looks like the dovecot sieve implementation doesn't let me change 
the From header in the sieve script. Is there a way to accomplish what 
I'm looking for?


Changing the "From" header field can be done using the "editheader" 
extension (https://tools.ietf.org/html/rfc5293).


require "editheader";

deleteheader "From";
addheader "From" "User ";

Note that this extension is not enabled by default and thus requires 
explicit configuration.


Regards,

Stephan.


Re: sieve vacation script exclude based on sender email address

2016-06-01 Thread Stephan Bosch



Op 31-5-2016 om 17:50 schreef Harondel J. Sibble:

I thought I'd asked this question a few years ago but can't seem to find any 
eveidence of that so
here goes.

I've been looking at the sieve docs and recipes, done a lot of googling but no 
joy so far.

Using stanard vacation script and that works great, however I want to exclude 
certain sender
email addressess from ever receiving a vacation autoresponse, how do I go about 
adding that to
my existing vacation recipe.

I suspect my search terminology is what is causing me not to find anything as I 
typically am using
exclude and similar search terms.


Just use the envelope test:

https://tools.ietf.org/html/rfc5228#section-5.4

Regards,

Stephan.


Increased errors "Broken MIME parts" in log file

2016-06-01 Thread Alessio Cecchi

Hi,

after the last upgrade to Dovecot 2.2.24.2 (d066a24) I see an increased 
number of errors "Broken MIME parts" for users in dovecot log file, here 
an example:


Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 34 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch 
(parts=41005b077b07fc0a400b030048008007600064002000210001004000260827002900ea00f00044005d091e002000b308e0082d00010041007b09b208de08)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 35 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch 
(parts=41005b077b07fd0a410b030048008007600064002000210001004000260827002900eb00f10044005e091e002000b308e0082d00010041007c09b208de08)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): 
unlink(/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache) 
failed: No such file or directory (in mail-cache.c:28)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 49 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch (parts=)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): 
unlink(/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache) 
failed: No such file or directory (in mail-cache.c:28)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 50 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch (parts=)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): 
unlink(/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache) 
failed: No such file or directory (in mail-cache.c:28)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 54 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch (parts=)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): 
unlink(/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache) 
failed: No such file or directory (in mail-cache.c:28)
Jun 01 15:25:29 Error: imap(alessio.cec...@skye.it): Corrupted index 
cache file 
/home/domains/skye.it/alessio.cecchi/Maildir/dovecot.index.cache: Broken 
MIME parts for mail UID 55 in mailbox INBOX: Cached MIME parts don't 
match message during parsing: Cached header size mismatch (parts=)


I try to run:

- doveadm index -u alessio.cec...@skye.it INBOX
- doveadm force-resync -u alessio.cec...@skye.it INBOX
- delete all dovecot.* files for user

but the error reappears always (for the same UID) when I do "search" 
from webmail. All works fine for the users but I don't think is good to 
have these errors in log file.


My configuration:

# dovecot -n
# 2.2.24.2 (d066a24): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.14 (5986a78)
# OS: Linux 2.6.32-642.el6.x86_64 x86_64 CentOS release 6.8 (Final)
auth_cache_negative_ttl = 2 mins
auth_cache_size = 20 M
auth_cache_ttl = 20 mins
auth_master_user_separator = *
auth_mechanisms = plain login
auth_worker_max_count = 50
deliver_log_format = msgid=%m, from=%f, subject="%s": %$
dict {
  acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
  expire = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
  sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
disable_plaintext_auth = no
first_valid_gid = 89
first_valid_uid = 89
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep tb-lsub-flags
imap_idle_notify_interval = 29 mins
imap_logout_format = in=%i out=%o session=<%{session}>
imap_max_line_length = 2 M
last_valid_gid = 89
last_valid_uid = 89
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = 10.0.0.157
login_trusted_networks = 10.0.0.0/24
mail_fsync = always
mail_location = maildir:~/Maildir
mail_plugins 

Full subject on dovecot log

2016-06-01 Thread Fabio S. Schmidt
Hi,

I've noticed that when a subject is very long Dovecot doesn't show its full
lenght on the logs. Is there any way to always register the full subject on
the log? (I'm using dovecot 2.2)

My best regards,
Fabio S. Schmidt


Re: Fatal Error with sdbox and attachment storage

2016-06-01 Thread Wolfgang Baumgartner
I now can reproduce the error with some Mails which are in deferred 
queue of postfix because of this fatal error.

The error in postfix is
"lost connection with mail.hswt.de[141.40.2.7] while sending end of data 
-- message may be sent more than once"


The mails are mails from a listserver (sympa) with attachment.

If I do "postqueue -i ID" of this mail, two of the recipients are 
delivered, then "fatal error", "postqueue -i ID" next two, then "fatal 
error" and so on.


Greetings.
Wolfgang


Hello,

we've shortly migrated to sdbox with attachment storage. Now there are 
many errors like this:


May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Panic: file fs-api.c: line 615 (fs_copy): assertion

failed: (src->fs == dest->fs)
May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6b6fe) 
[0x7fae10a6d6fe] -> /usr/lib/dovecot/libdovecot.so.0(+0x6b7ec) 
[0x7fae10a6d7ec] -> /usr/lib/dovecot/libdovecot.so.0(i_fatal+0) 
[0x7fae10a248fb] -> /usr/lib/dovecot/libdovecot.so.0(fs_copy+0x90) 
[0x7fae10a2e4a0] -> 
/usr/lib/dovecot/libdovecot-storage.so.0(sdbox_copy+0x4e0) 
[0x7fae10d20c10] -> 
/usr/lib/dovecot/modules/lib10_quota_plugin.so(+0xbaab) 
[0x7fae10037aab] -> 
/usr/lib/dovecot/libdovecot-storage.so.0(mailbox_copy+0x7d) 
[0x7fae10d5d01d] -> 
/usr/lib/dovecot/libdovecot-lda.so.0(mail_deliver_save+0x196) 
[0x7fae110049d6] -> 
/usr/lib/dovecot/libdovecot-lda.so.0(mail_deliver+0xf3) 
[0x7fae11004e13] -> dovecot/lmtp [DATA](+0x6171) [0x7fae11434171] -> 
/usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x3f) 
[0x7fae10a7ed0f] -> 
/usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0xf9) 
[0x7fae10a7fd09] -> 
/usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x9) 
[0x7fae10a7ed79] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x38) 
[0x7fae10a7edf8] -> 
/usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) 
[0x7fae10a29dc3] -> dovecot/lmtp [DATA](main+0x165) [0x7fae114329b5] 
-> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) 
[0x7fae10678b45] -> dovecot/lmtp [DATA](+0x4a95) [0x7fae11432a95]
May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Fatal: master: service(lmtp): child 21310 killed with signal 6 (core 
dumps disabled)


What can we do now?  Migrate back to Maildir?

Greetings
Wolfgang Baumgartner





--
--
Hochschule Weihenstephan-Triesdorf, Rechenzentrum
Dipl.-Ing. (FH) Wolfgang Baumgartner
Am Weihenstephaner Berg 4, 85350 Freising
Tel. 08161/71-5276   Fax: 08161/71-5116
E-Mail: wolfgang.baumgart...@hswt.de
--




smime.p7s
Description: S/MIME Cryptographic Signature


Fatal Error with sdbox and attachment storage

2016-06-01 Thread Wolfgang Baumgartner

Hello,

we've shortly migrated to sdbox with attachment storage. Now there are 
many errors like this:


May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Panic: file fs-api.c: line 615 (fs_copy): assertion

failed: (src->fs == dest->fs)
May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6b6fe) 
[0x7fae10a6d6fe] -> /usr/lib/dovecot/libdovecot.so.0(+0x6b7ec) 
[0x7fae10a6d7ec] -> /usr/lib/dovecot/libdovecot.so.0(i_fatal+0) 
[0x7fae10a248fb] -> /usr/lib/dovecot/libdovecot.so.0(fs_copy+0x90) 
[0x7fae10a2e4a0] -> 
/usr/lib/dovecot/libdovecot-storage.so.0(sdbox_copy+0x4e0) 
[0x7fae10d20c10] -> 
/usr/lib/dovecot/modules/lib10_quota_plugin.so(+0xbaab) [0x7fae10037aab] 
-> /usr/lib/dovecot/libdovecot-storage.so.0(mailbox_copy+0x7d) 
[0x7fae10d5d01d] -> 
/usr/lib/dovecot/libdovecot-lda.so.0(mail_deliver_save+0x196) 
[0x7fae110049d6] -> 
/usr/lib/dovecot/libdovecot-lda.so.0(mail_deliver+0xf3) [0x7fae11004e13] 
-> dovecot/lmtp [DATA](+0x6171) [0x7fae11434171] -> 
/usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x3f) [0x7fae10a7ed0f] 
-> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0xf9) 
[0x7fae10a7fd09] -> 
/usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x9) 
[0x7fae10a7ed79] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x38) 
[0x7fae10a7edf8] -> 
/usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) 
[0x7fae10a29dc3] -> dovecot/lmtp [DATA](main+0x165) [0x7fae114329b5] -> 
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fae10678b45] 
-> dovecot/lmtp [DATA](+0x4a95) [0x7fae11432a95]
May 30 14:11:17 rzw-x-mail2 dovecot: lmtp(21310, xxx@hswt.de): 
Fatal: master: service(lmtp): child 21310 killed with signal 6 (core 
dumps disabled)


What can we do now?  Migrate back to Maildir?

Greetings
Wolfgang Baumgartner




System: Debian 8 with Dovecot 2.2.13
dovecot -n

# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.4
auth_master_user_separator = *
auth_mechanisms = plain login
auth_verbose_passwords = yes
disable_plaintext_auth = no
mail_attachment_dir = /srv/archive/attachments
mail_location = auto:
mail_plugins = quota zlib acl
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope 
encoded-character vacation subaddress comparator-i;ascii-numeric 
relational regex imap4flags copy include variables body enotify 
environment mailbox date ihave

namespace {
  hidden = no
  list = children
  location = auto:
  prefix = shared.%%n.
  separator = .
  subscriptions = yes
  type = shared
}
namespace inbox {
  hidden = no
  inbox = yes
  list = yes
  location =
  mailbox Drafts {
special_use = \Drafts
  }
  mailbox Junk {
special_use = \Junk
  }
  mailbox Sent {
special_use = \Sent
  }
  mailbox "Sent Messages" {
special_use = \Sent
  }
  mailbox Trash {
special_use = \Trash
  }
  prefix = INBOX.
  separator = .
  subscriptions = yes
  type = private
}
passdb {
  args = /etc/dovecot/master-users
  driver = passwd-file
  master = yes
  pass = yes
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
plugin {
  acl = vfile
  acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes
  quota = dict:User quota::file:%h/dovecot-quota
  quota_grace = 20M
  quota_rule = *:storage=400M
  quota_rule2 = INBOX.Archiv:ignore
  quota_rule3 = INBOX.Trash:storage=+20M
  quota_status_nouser = DUNNO
  quota_status_overquota = 552 5.2.2 Mailbox is full / Mailbox ist voll
  quota_status_success = DUNNO
  quota_warning = storage=95%% quota-warning 95 %u
  quota_warning2 = storage=80%% quota-warning 80 %u
  sieve = ~/.dovecot.sieve
  sieve_default_name = roundcube
  sieve_dir = ~/sieve
  sieve_max_redirects = 15
  zlib_save = gz
  zlib_save_level = 6
}
protocols = " imap lmtp sieve pop3"
service auth {
  inet_listener saslauth_via_dovecot {
address = 141.40.2.7
port = 12341
  }
  unix_listener auth-userdb {
group = vmail
user = vmail
  }
}
service imap-login {
  process_min_avail = 4
  service_count = 0
}
service imap {
  process_limit = 8192
}
service lmtp {
  inet_listener lmtp {
address = 141.40.2.7
port = 24
  }
}
service managesieve-login {
  inet_listener sieve {
port = 4190
  }
  inet_listener sieve_deprecated {
port = 2000
  }
}
service pop3-login {
  process_min_avail = 4
  service_count = 0
}
service quota-status {
  client_limit = 1
  executable = quota-status -p postfix
  inet_listener {
address = 141.40.2.7
port = 12340
  }
}
service quota-warning {
  executable = script /usr/local/bin/quota-warning.sh
  unix_listener quota-warning {
user = vmail
  }
  user = vmail
}
ssl_cert = ssl_cipher_list = 
EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA

ssl_key = 

smime.p7s
Description: S/MIME Cryptographic 

Re: stat .../.dovecot.sieve/tmp failed: Not a directory

2016-06-01 Thread Robert Schetterer
Am 1. Juni 2016 09:33:11 MESZ, schrieb Steffen Kaiser 
:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>On Wed, 1 Jun 2016, Robert Schetterer wrote:
>
>> Hi, i have
>>
>> stat .../.dovecot.sieve/tmp failed: Not a directory
>>
>> using
>>
>> sieve = file:~/sieve;active=~/.dovecot.sieve
>>
>> dovecot_2.2.24-1-auto-38
>>
>> cause i can subscribe to dovecot sieve
>>
>> cant remember to see this in previous versions
>
>you are sure that home dir != mail location, arn't you? :-)
>
>- -- 
>Steffen Kaiser
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1
>
>iQEVAwUBV06Pt3z1H7kL/d9rAQJPgAgAqinz9UpDofcUsjG5KYbqStZHWeQAgD15
>r4ntBPC9Ru66cbfdpROUgIHNBx0xZy4g5SXT20u8k/Eob5i/24ikhltkt9NJQVJd
>+1jU2hzHbaKqobOehZQskpWWmN7xN82VtO+oXVBkztiDkQHmwlJ1Yn7lCcgcQh4T
>naWTAcLUerXiEJpKJU967/GHFrnllWncLhd83s5C0b9f5tDsqMqnYc+uk2Ya5B43
>gglbIMSjxF+6w+S5C752f2js4WaSmomYj1O0BwwgEtzba9dpK5XhTmFBFxSoV8Sc
>sopxt27e/ZkGKqLzeq2F8PWHlDGQi+RLLp20fZEJqDZiZjQcxO8vLg==
>=DV+s
>-END PGP SIGNATURE-

Stephan allready posted a solution found in archive set
Maildir_stat_dirs yes fixed it, but should be avoided if possible
-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein


Re: doveadm-server protocol change?

2016-06-01 Thread Stephan Bosch



Op 30-5-2016 om 22:06 schreef aki.tu...@dovecot.fi:

On May 30, 2016 at 10:26 PM Heiko Schlittermann  wrote:


Heiko Schlittermann  (Mo 30 Mai 2016 21:18:09 CEST):

Hi Aki,

aki.tu...@dovecot.fi  (Mo 30 Mai 2016 20:57:58 CEST):
…

You can get packages from http://xi.dovecot.fi/debian/,  if it helps. The HTTP 
API should not suffer from the username problem.

Thank you. I just used ppa:patrickdk/production, but probably will try
the xi.dovecot.fi packages.

The question is, which of these locations is more trustworthy in the
sense of 'production ready'?

--
Heiko

I'd consider xi.dovecot.fi more reliable myself.


The wiki should be pretty clear about this. Using Xi packages for 
production systems is a very bad idea, unless perhaps you carefully 
review and test it on another system before every update.


If the developers commit a horrible bug to the repositories, you're 
likely going to be one of the first to notice. Keep that in mind!


Regards,

Stephan.


Re: Ubuntu package - Was: Re: doveadm-server protocol change?

2016-06-01 Thread Heiko Schlittermann
Hi Patrick,

Patrick Domack  (Mi 01 Jun 2016 02:22:17 CEST):
> Those are my packages. I try to track each release, and bug fixed.
…
> I do consider them stable enough for other people to use, but again, your at
> my mercy. (But these are what I use on my production systems so)

Thank you for your response, we're using your packages now in a
production ready environment I'll contact you in case of any issues.

(The environment uses a directors/backends setup.)

Best regards from Dresden/Germany
Viele Grüße aus Dresden
Heiko Schlittermann
-- 
 SCHLITTERMANN.de  internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --- key ID: F69376CE -
 ! key id 7CBF764A and 972EAC9F are revoked since 2015-01  -


signature.asc
Description: Digital signature