> On Fri, May 29, 2009 at 04:51:58PM +0200, Simon Matter wrote:
>> In auth_unix.c/mymemberof() I have added the following line at the
>> beginning of the function:
>>
>> syslog(LOG_ERR, "mymemberof() userid: %s, identifier: %s",
>> auth_state->userid, identifier);
>
> Yikes. Seriously? auth_state
On Fri, May 29, 2009 at 04:51:58PM +0200, Simon Matter wrote:
> In auth_unix.c/mymemberof() I have added the following line at the
> beginning of the function:
>
> syslog(LOG_ERR, "mymemberof() userid: %s, identifier: %s",
> auth_state->userid, identifier);
Yikes. Seriously? auth_state->userid
> Simon Matter wrote:
>>> Hi,
>>>
>>> I'm in the process of upgrading to 2.3.14 and looking at the gcc
>>> warnings resulted in this change:
>>>
>>> diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c
>>> index 3df2911..36d53bc 100644
>>> --- a/imap/lmtpengine.c
>>> +++ b/imap/lmtpengine.c
>>> @@ -8
Simon Matter wrote:
>> Hi,
>>
>> I'm in the process of upgrading to 2.3.14 and looking at the gcc
>> warnings resulted in this change:
>>
>> diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c
>> index 3df2911..36d53bc 100644
>> --- a/imap/lmtpengine.c
>> +++ b/imap/lmtpengine.c
>> @@ -802,7 +802,7
> Hi,
>
> I'm in the process of upgrading to 2.3.14 and looking at the gcc
> warnings resulted in this change:
>
> diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c
> index 3df2911..36d53bc 100644
> --- a/imap/lmtpengine.c
> +++ b/imap/lmtpengine.c
> @@ -802,7 +802,7 @@ static int savemsg(struct c
Hi,
I'm in the process of upgrading to 2.3.14 and looking at the gcc
warnings resulted in this change:
diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c
index 3df2911..36d53bc 100644
--- a/imap/lmtpengine.c
+++ b/imap/lmtpengine.c
@@ -802,7 +802,7 @@ static int savemsg(struct clientdata *cd,
st
>
>
> On Fri, 29 May 2009 10:12 +0200, "Simon Matter"
> wrote:
>> > I can confirm that anonymous posting to a shared folder with
>> 'anonymous p'
>> > rights works on the 64bit version but not on the 32bit version.
>> > So there must be a change between 2.3.13 and 2.3.14 which breaks
>> something
On Fri, 29 May 2009 10:12 +0200, "Simon Matter" wrote:
> > I can confirm that anonymous posting to a shared folder with 'anonymous p'
> > rights works on the 64bit version but not on the 32bit version.
> > So there must be a change between 2.3.13 and 2.3.14 which breaks something
> > on 32bit sy
> Is there anybody around who can confirm this?
I can repeat it on my 32bit machine with saslperld, but it seems an odd
regression.
The only thing I can see in the codepaths is that it does depend what
authentication mechanism you're using - but everything seems to support
anonymous. What p
> --On 29. Mai 2009 10:12:32 +0200 Simon Matter
> wrote:
>
>>> I can confirm that anonymous posting to a shared folder with 'anonymous
>>> p' rights works on the 64bit version but not on the 32bit version. So
>>> there must be a change between 2.3.13 and 2.3.14 which breaks something
>>> on 32bit
--On 29. Mai 2009 10:12:32 +0200 Simon Matter
wrote:
I can confirm that anonymous posting to a shared folder with 'anonymous
p' rights works on the 64bit version but not on the 32bit version. So
there must be a change between 2.3.13 and 2.3.14 which breaks something
on 32bit systems but not on
>>> On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
> Hi,
>
> I have a server which I upgraded recently from 2.3.13 to 2.3.14.
> Now I realized that sending mail to shared folders doesn't work
anymore.
> I have verified the problem on a test box and it lo
>> On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
>>> > Hi,
>>> >
>>> > I have a server which I upgraded recently from 2.3.13 to 2.3.14.
>>> > Now I realized that sending mail to shared folders doesn't work
>>> anymore.
>>> > I have verified the problem on a test box and it looks lik
> On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
>> > Hi,
>> >
>> > I have a server which I upgraded recently from 2.3.13 to 2.3.14.
>> > Now I realized that sending mail to shared folders doesn't work
>> anymore.
>> > I have verified the problem on a test box and it looks like this:
> On Thu, May 28, 2009 at 03:23:13PM +0200, Simon Matter wrote:
>> Hi Bron,
>>
>> I tried to find out more but with no success. Here is what works and
>> what
>> not:
>>
>> x86_64 works OK:
>> localhost.localdomain> lam system
>> group:leitung lrswipkte
>> simat lrswipcda
>> gamat lrswipcda
>> anon
On Thu, May 28, 2009 at 03:23:13PM +0200, Simon Matter wrote:
> Hi Bron,
>
> I tried to find out more but with no success. Here is what works and what
> not:
>
> x86_64 works OK:
> localhost.localdomain> lam system
> group:leitung lrswipkte
> simat lrswipcda
> gamat lrswipcda
> anonymous p
>
> i3
On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
> > Hi,
> >
> > I have a server which I upgraded recently from 2.3.13 to 2.3.14.
> > Now I realized that sending mail to shared folders doesn't work anymore.
> > I have verified the problem on a test box and it looks like this:
> >
> > M
> On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
>> > Hi,
>> >
>> > I have a server which I upgraded recently from 2.3.13 to 2.3.14.
>> > Now I realized that sending mail to shared folders doesn't work
>> anymore.
>> > I have verified the problem on a test box and it looks like this:
> Simon Matter a écrit :
>>> The mailbox has the following permissions:
>>>
>>> localhost.localdomain> lam system
>>> anonymous p
>>> anyone lrs
>>>
>>
>> What fails with 2.3.14 is append_check() in verify_user().
>>
>> Any ideas?
>>
>
> You need "anyone p" ("anyone lrsp" in your case) to deliver m
On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote:
> > Hi,
> >
> > I have a server which I upgraded recently from 2.3.13 to 2.3.14.
> > Now I realized that sending mail to shared folders doesn't work anymore.
> > I have verified the problem on a test box and it looks like this:
> >
> > M
Simon Matter a écrit :
>> The mailbox has the following permissions:
>>
>> localhost.localdomain> lam system
>> anonymous p
>> anyone lrs
>>
>
> What fails with 2.3.14 is append_check() in verify_user().
>
> Any ideas?
>
You need "anyone p" ("anyone lrsp" in your case) to deliver messages in
a
> Hi,
>
> I have a server which I upgraded recently from 2.3.13 to 2.3.14.
> Now I realized that sending mail to shared folders doesn't work anymore.
> I have verified the problem on a test box and it looks like this:
>
> May 28 11:01:49 install lmtpunix[15085]: accepted connection
> May 28 11:01:4
Hi,
I have a server which I upgraded recently from 2.3.13 to 2.3.14.
Now I realized that sending mail to shared folders doesn't work anymore.
I have verified the problem on a test box and it looks like this:
May 28 11:01:49 install lmtpunix[15085]: accepted connection
May 28 11:01:49 install lmtp
23 matches
Mail list logo