Thanks Steffen. I'll give that a try.
> >
> > I think you mean by %s. Correct?
>
> yes, %s = %{service}
>
> >> So, generate a passwd-file with namespace/inbox/inbox, make a script to
> >> strip this settings from it and dump into another file. This script is
> to
> >> run each time, the main
Hello Mark, nice to read you worked it out
Here a oneliner to learn the file name characters for dovecot-keywords
awk '{printf("%c: %2d %s\n", $1+97, $1, $2) }' dovecot-keywords
If you want to pre-populate dovecot-keywords, you would have to add the
file to all of the Maildir folders *before
2016-07-31 16:39 GMT+02:00 :
>
> > On July 27, 2016 at 2:08 AM Andreas Meyer
> wrote:
> >
> >
> > Hi,
> >
> >
> > I want to add a new password hashing scheme as plugin and provide it for
> > the dovecot project, so that it will be included as optional plugin in
> > future releases.
> >
> > Yet th
> On August 1, 2016 at 3:45 PM Andreas Meyer wrote:
>
>
> 2016-07-31 16:39 GMT+02:00 :
>
> >
> > > On July 27, 2016 at 2:08 AM Andreas Meyer
> > wrote:
> > >
> > >
> > > Hi,
> > >
> > >
> > > I want to add a new password hashing scheme as plugin and provide it for
> > > the dovecot project, s
> On August 1, 2016 at 3:45 PM Andreas Meyer wrote:
>
>
> 2016-07-31 16:39 GMT+02:00 :
>
> >
> > > On July 27, 2016 at 2:08 AM Andreas Meyer
> > wrote:
> > >
> > >
> > > Hi,
> > >
> > >
> > > I want to add a new password hashing scheme as plugin and provide it for
> > > the dovecot project, s
> On August 1, 2016 at 4:38 PM aki.tu...@dovecot.fi wrote:
>
>
>
> > On August 1, 2016 at 3:45 PM Andreas Meyer wrote:
> >
> >
> > 2016-07-31 16:39 GMT+02:00 :
> >
> > >
> > > > On July 27, 2016 at 2:08 AM Andreas Meyer
> > > wrote:
> > > >
> > > >
> > > > Hi,
> > > >
> > > >
> > > > I wan
2016-08-01 15:58 GMT+02:00 :
>
> > On August 1, 2016 at 4:38 PM aki.tu...@dovecot.fi wrote:
> >
> >
> >
> > > On August 1, 2016 at 3:45 PM Andreas Meyer
> wrote:
> > >
> > >
> > > 2016-07-31 16:39 GMT+02:00 :
> > >
> > > >
> > > > > On July 27, 2016 at 2:08 AM Andreas Meyer >
> > > > wrote:
> >
Hi,
[Steffen Kaiser] - [2016-07-26 09:05]
>> Could it be that I need to offer more login processes or that I should
>> raise some of my configuration values? The mail_max_userip_connections
>> does not seem to solve the problem.
> usually you get some warning in the logs, if such limit is reached
I'd like to implement the virtual plugin so that POP3 users can see emails
in their own inbox and a public namespace. As I understand it, I need to
set "inbox=yes" separately, depending on which service the user is using.
With passwd-file flat files, this means:
userdb {
args = ... /path/
The service specific passwd-file userdb is causing quota-status and lmtp to
fail.
Using:
userdb {
args = ... /etc/dovecot/auth.d/%d/userdb.%s
}
I'm getting the following in /var/log/mail.err when I try to send/receive
mail:
Aug 1 15:46:57 n6mef-gw dovecot: auth: Error:
passwd-file(mef...@emai
10 matches
Mail list logo