Displaying 18 results from an estimated 18 matches for "dominikbreu".
2015 May 29
2
Enabling Master User for migration
On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> Hello Charles,
>
> the bare minimum ist just the first passdb entry
> auth_master_user_separator = *
> passdb {
> driver = passwd-file
> args = /etc/dovecot/passwd.masterusers
> master = yes
> pass = yes
> }
>
> this will do the trick...
2015 May 11
1
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
On 5/11/2015 9:26 AM, Dominik Breu wrote:
> Hello,
>
> did an test Install on my system get some nice SEGFAULT
> wich backtrace here: https://dominikbreu.de/Stikked/view/8b6b7e5b
> version is following:
> aptitude versions dovecot-sieve i 2:2.2.17~rc1-1~auto+4
I cannot view that URL (some broken SSL error). You can just put the
backtrace in the email itself.
Regards,
Stephan.
> best regards
> dominik
>
> Am Montag, den 11.05....
2015 May 29
3
Enabling Master User for migration
Hi all,
Ok, just need a quick-n-dirty way to enable a master user for a migration...
Reading the docs, I'm not sure what the bare minimum is I need to do this...
At: http://wiki2.dovecot.org/Authentication/MasterUsers
The Example config shows:
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
2015 May 29
1
Enabling Master User for migration
...s = sieve
> > }
> > protocol imap {
> > mail_max_userip_connections = 20
> > }
>
>
>
> Charles
>
>
>
> On 5/29/2015 9:55 AM, Charles Marcus <CMarcus at Media-Brokers.com> wrote:
> > On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> >> Hello Charles,
> >>
> >> the bare minimum ist just the first passdb entry
> >> auth_master_user_separator = *
> >> passdb {
> >> driver = passwd-file
> >> args = /etc/dovecot/passwd.masterusers
> >>...
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
> On Dec 22, 2015, at 9:49 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> the autoexpunge feature only removes mails wich have the \Delete Flag so no deletion of mails wich doesn't have this Flag(see https://tools.ietf.org/html/rfc4315#section-2.1 or http://wiki2.dovecot.org/Tools/Doveadm/Expunge)
>
> you could run a cron job with a doveadm...
2015 May 16
2
Core dump at imap process
hello list,
testing the 2.18 release i got following core dump. Maybe Timo you can
get a look at it.
greetings dominik
Core Dump:
root at hbs-buko:/var/vmail/hbs-buko.info/dominik.breu#
gdb /usr/lib/dovecot/imap core
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is
2015 May 10
5
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
Hello Dovecot users,
Here's the Pigeonhole RC that goes with the Dovecot RC. It includes a
few small fixes and one new feature.
Changelog v0.4.8.rc1:
* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to
include %{delivery_time}. This prompted changes in Pigeonhole that
make this release dependent on Dovecot v2.2.17.
+ Implemented magic to make sieve_default script
2015 May 10
5
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
Hello Dovecot users,
Here's the Pigeonhole RC that goes with the Dovecot RC. It includes a
few small fixes and one new feature.
Changelog v0.4.8.rc1:
* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to
include %{delivery_time}. This prompted changes in Pigeonhole that
make this release dependent on Dovecot v2.2.17.
+ Implemented magic to make sieve_default script
2015 Apr 09
1
Calendar and address book with Dovecot
We tried radicale, it didn't work at all as we found out the db support was completely broken.
> On Apr 9, 2015, at 12:34 PM, Dominik Breu <dominik at dominikbreu.de> wrote:
>
> Hello,
>
> if you don't depend on a fancy webinterface give http://radicale.org/ a
> shot you can auth users aganst your imap server.
>
> greets
>
> Am Donnerstag, den 09.04.2015, 17:46 +0100 schrieb mimicafe at gmail.com:
>> Hi all
>>...
2015 May 11
0
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
Hello,
did an test Install on my system get some nice SEGFAULT
wich backtrace here: https://dominikbreu.de/Stikked/view/8b6b7e5b
version is following:
aptitude versions dovecot-sieve i 2:2.2.17~rc1-1~auto+4
best regards
dominik
Am Montag, den 11.05.2015, 00:42 +0200 schrieb Stephan Bosch:
> Hello Dovecot users,
>
> Here's the Pigeonhole RC that goes with the Dovecot RC. It includes...
2015 May 16
0
Core dump at imap process
On 16 May 2015, at 11:28, Dominik Breu <dominik at dominikbreu.de> wrote:
>
> hello list,
>
> testing the 2.18 release i got following core dump. Maybe Timo you can
> get a look at it.
That's not v2.2.18 release though, it's the hg version after v2.2.18 release.
> Program terminated with signal SIGSEGV, Segmentation fault.
>...
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
I have configured autoexpunge on some folders:
namespace inbox {
inbox = yes
location =
mailbox Junk {
auto = subscribe
autoexpunge = 30 days
special_use = \Junk
}
mailbox Trash {
auto = subscribe
autoexpunge = 2 weeks
special_use = \Trash
}
prefix =
separator = /
}
After adding these and restarting, logging in and out several times, I still see messages
2015 May 29
0
Enabling Master User for migration
...> protocol lda {
> auth_verbose = yes
> mail_plugins = sieve
> }
> protocol imap {
> mail_max_userip_connections = 20
> }
Charles
On 5/29/2015 9:55 AM, Charles Marcus <CMarcus at Media-Brokers.com> wrote:
> On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
>> Hello Charles,
>>
>> the bare minimum ist just the first passdb entry
>> auth_master_user_separator = *
>> passdb {
>> driver = passwd-file
>> args = /etc/dovecot/passwd.masterusers
>> master = yes
>> pass = yes
>...
2015 Apr 09
15
Calendar and address book with Dovecot
Hi all
I recently install Postfix and Dovecot, and so far so good. My assumption
was that calendar and address book (similar to Gmail calendar or address
book) are part of Dovecot. However I do not see anything concerning them in
any of the docs I have read so far.
What other software (ideally open source, free) do I need in other to have
Calendar and address book so my users can manage their
2015 Feb 12
1
Missing amd64 on butobuild Server
Hello List,
is there a Reason why the build server at http://xi.rename-it.nl/debian/
aren?t delivering amd64 since nearly an month?
best regards
dominik
2015 Apr 09
0
Calendar and address book with Dovecot
Hello,
if you don't depend on a fancy webinterface give http://radicale.org/ a
shot you can auth users aganst your imap server.
greets
Am Donnerstag, den 09.04.2015, 17:46 +0100 schrieb mimicafe at gmail.com:
> Hi all
>
> I recently install Postfix and Dovecot, and so far so good. My assumption
> was that calendar and address book (similar to Gmail calendar or address
>
2015 May 29
0
Enabling Master User for migration
Hello Charles,
the bare minimum ist just the first passdb entry
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
this will do the trick.
greetings
dominik
Am Freitag, den 29.05.2015, 09:03 -0400 schrieb Charles Marcus:
> Hi all,
>
> Ok, just need a quick-n-dirty way to enable a master user for a
2014 Dec 11
2
Migrate with Dsync
Hello List,
i have a simple and maybe stupid question but,
read the guide on http://wiki2.dovecot.org/Migration/Dsync now i wonder
where to put this configuration ? May i oversee something but i would
appreciate any hint toward solving my problem.
regards,
dominik