-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 27 Nov 2013, R. Berger wrote:
Steffen Kaiser schreef op 27-11-2013 17:48:
On Wed, 27 Nov 2013, Benny Pedersen wrote:
Roger Berger skrev den 2013-11-27 11:41:
If I understand right it is not possible to use system
and virtual users togeth
Hi there,
Whilst trying to come up with a minimal configuration for Dovecot:
http://dabase.com/blog/Minimal_Dovecot/
I noticed the configuration syntax is a bit admin unfriendly. It's easy
to get an infamous Error code 89.
Is there any back story to the grammar or language this configuration is
OK,
My dovecot-sql.conf.ext looks like this:
connect = host=127.0.0.1 port=3306 user=postfix password=blabla
dbname=postfix
driver = mysql
default_pass_scheme = MD5-CRYPT
password_query = SELECT password,CONCAT('/mail/', maildir) AS userdb_home,\
'5000' AS userdb_uid, '5000' AS userdb_gid, a
Hello everyone,
I've trying to configure shared folders in dovecot 2.1.6 without success. My
configuration is:
mail_plugins = quota autocreate mail_log notify acl
...
plugin {
...
acl_shared_dict = file:/etc/dovecot/shared-mailboxes.db
...
}
Protocol imap {
...
mail_plugins = imap_quota i
D'oh. Replied to Timo instead of to the list. Apologies!
On Thu, Nov 28, 2013 at 1:07 PM, David Bishop wrote:
> On Thu, Nov 28, 2013 at 1:02 AM, Timo Sirainen wrote:
>
>> On 28.11.2013, at 5.17, David Bishop wrote:
>>
>> > There are trams shuttling back and forth along this road (stopping at
>
Steffen Kaiser schreef op 28-11-2013 10:08:
Here is my dovecot -n:
root@mail:/usr/local/etc/dovecot/conf.d # dovecot -n
# 2.2.6: /usr/local/etc/dovecot/dovecot.conf
mail_location = maildir:~/
you should not use the home directory as base for mail storage, use
~/Maildir
passdb {
args
On 28.11.2013, at 19.08, David Bishop wrote:
There are trams shuttling back and forth along this road (stopping at
>>> each
station), and adding a small box (such as a weatherproofed Raspberry Pi
with a wifi dongle) to transport files up and down the road is pretty
simple.
>>>
Kai Hendry wrote:
Whilst trying to come up with a minimal configuration for Dovecot:
http://dabase.com/blog/Minimal_Dovecot/
I think your characterization of the complexity of dovecot configuration
by simply counting configuration lines to get it working is off base.
It's conceivable to have
On Thu, Nov 28, 2013 at 05:20:38PM -0800, Joseph Tam wrote:
> the horse), but that doesn't make it less complex -- it just hides it.
> (See doveconf -a if you want to see what you're shorthanding).
I'm all for hiding complexity. Though `doveconf -a` is interesting to
see what I'm up against. Thank