On Mon, 2010-08-02 at 20:42 +1000, John O'Brien wrote:
> As a result of a suggestion from Pascal late last week I spent today loading
> 2.0.rc3 and converting the plugin to the "new form".
>
> What a nightmare.
>
> Is there an easy way to have a plugin included in the configuration and built
>
Pascal,
On 02/08/2010, at 2:22 AM, Pascal Volk wrote:
> On 08/01/2010 08:37 AM John O'Brien wrote:
>> Hi,
>>
>> I'm very confused - that's not too difficult for me.
>>
>> I have written a small plugin change_passwd_plugin.c
>> I would like this custom IMAP command to be available to all users.
On 11:59 AM, John O'Brien wrote:
>
> dovecot.conf
> mail_plugins = change_passwd_plugin
> mail_plugin_dir = /usr/lib/dovecot/imap
> imap_capability = XCHANGEPASSWORD
>
> %ls -la /usr/lib/dovecot/imap
> ls -la /usr/lib/dovecot/imap
> total 28
> drwxr-xr-x 2 root root 4096 Aug 1 16:03 .
> drwxr-x
On 08/01/2010 08:37 AM John O'Brien wrote:
> Hi,
>
> I'm very confused - that's not too difficult for me.
>
> I have written a small plugin change_passwd_plugin.c
> I would like this custom IMAP command to be available to all users.
>
> The code contains the following.
>
> void change_passwd_pl
Hi,
I'm very confused - that's not too difficult for me.
I have written a small plugin change_passwd_plugin.c
I would like this custom IMAP command to be available to all users.
The code contains the following.
void change_passwd_plugin_init(void)
{
command_register("XCHANGEPASSWORD
Many thanks for the patch
Got a clear error message this time. Dovecot had not been built with
PAM support
Starts up OK now, although still not working as I had hoped; may have
to post again
At 19:14 12/08/2008, you wrote:
On Aug 8, 2008, at 3:55 AM, Hodges wrote:
Just installed dovecot
On Aug 8, 2008, at 3:55 AM, Hodges wrote:
Just installed dovecot 1.1.2. downloaded from dovecot.org. Seemed to
compile and install OK but I get the following error when I try to
start it
"child 28410 (auth) returned error 89 (fatal failure)"
This shows that dovecot-auth process exited. Doe
Just installed dovecot 1.1.2. downloaded from dovecot.org. Seemed to
compile and install OK but I get the following error when I try to start it
"child 28410 (auth) returned error 89 (fatal failure)"
I just want to use it for SMTP/SASL authorization, not Pop3 or IMAP, as yet
It looks as though I