Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-30 Thread Simon Matter
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-30 Thread Bron Gondwana
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Dave McMurtrie
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Gabor Gombas
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> > > 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Bron Gondwana
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Bron Gondwana
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> --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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Sebastian Hagedorn
--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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
>>> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
>> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
> 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:

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Bron Gondwana
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Bron Gondwana
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
> 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:

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
> 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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Bron Gondwana
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread nodens2099
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

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
> 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

2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread Simon Matter
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