Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Andreas Helmcke
Am 23.04.2012 14:02, schrieb Timo Sirainen: > On 23.4.2012, at 14.40, Andreas Helmcke wrote: > >> namespace Allgemeines { > > Lowercase it: namespace allgemeines { > Did the trick, also. Sending as user vmail without the service config entry, which you recommended in the other mail, is working

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Andreas Helmcke
Am 23.04.2012 13:55, schrieb Timo Sirainen: > > See if this changes the behavior: > > service config { > unix_listener config { > mode = 0666 > } > } > > I'd guess that makes the vmail work also? Although it still doesn't explain > the difference between asking config from config proces

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Timo Sirainen
Oh, right: On 23.4.2012, at 14.40, Andreas Helmcke wrote: > namespace Allgemeines { Lowercase it: namespace allgemeines { This is a bit annoying bug, but I'm not entirely sure how to fix it properly.

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Timo Sirainen
On 23.4.2012, at 14.40, Andreas Helmcke wrote: > Am 23.04.2012 12:59, schrieb Timo Sirainen: >> On 19.4.2012, at 19.09, Andreas Helmcke wrote: >> >>> Apr 19 17:58:07 elablnmail02 dovecot: lda(ahelmcke): Debug: Namespace : >>> type=private, prefix=, sep=, inbox=no, hidden=no, list=yes, >>> subscri

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Andreas Helmcke
Am 23.04.2012 12:59, schrieb Timo Sirainen: > On 19.4.2012, at 19.09, Andreas Helmcke wrote: > >> Apr 19 17:58:07 elablnmail02 dovecot: lda(ahelmcke): Debug: Namespace : >> type=private, prefix=, sep=, inbox=no, hidden=no, list=yes, >> subscriptions=yes location=maildir:/home/mail/user/ahelmcke >

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-23 Thread Timo Sirainen
On 19.4.2012, at 19.09, Andreas Helmcke wrote: > Apr 19 17:58:07 elablnmail02 dovecot: lda(ahelmcke): Debug: Namespace > dummy: type=private, prefix=, sep=/, inbox=no, hidden=yes, list=no, > subscriptions=yes location=maildir:/home/mail/user/ahelmcke/public/ Here's the dummy namespace with prefix

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-19 Thread Andreas Helmcke
Am 19.04.2012 17:53, schrieb Timo Sirainen: > On 19.4.2012, at 17.56, Andreas Helmcke wrote: > >> namespace inbox { >> location = maildir:/home/mail/user/%u >> > > Move the location from the above namespace to global: > > mail_location = maildir:/home/mail/user/%u Actually it /had/ been

Re: [Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-19 Thread Timo Sirainen
On 19.4.2012, at 17.56, Andreas Helmcke wrote: > namespace inbox { > inbox = yes > location = maildir:/home/mail/user/%u > prefix = INBOX/ > separator = / > type = private > } Move the location from the above namespace to global: mail_location = maildir:/home/mail/user/%u Although it proba

[Dovecot] error when using dovecot-lda as non root (vmail) user

2012-04-19 Thread Andreas Helmcke
Hello, after finally having managed to setup up dovecot with virtual users and public folders I tried to get it connected to postfix. The problem is, that I can't get postix to deliver mail via dovecot-lda. After some testing it seems to come down to dovecot-lda behaving different when called as