OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix/Cyrus/Shared folders delivery problem

From: Jeroen Benckhuijsen (jeroenthemindconnection.com)
Date: Tue Aug 03 2004 - 07:39:03 CDT


I managed to solve that problem, the problem was a patch that got
applied by the RPM build. After removing that patch, lmtpd runs fine.
However the delivery doesn't work well. It seems that the nexthop
attribute is specified in lower case, while it's specified in all caps
in my LDAP database. Because of this, cyrus is instructed to store the
message in "myfolder" instead of "MYFOLDER". Any idea how i can instruct
postfix to specify the message using all caps (or is this a cyrus
problem???)

greets

Jeroen

On Tue, 2004-08-03 at 12:37, Magnus Bäck wrote:
> On Tuesday, August 03, 2004 at 12:18 CEST,
> Jeroen Benckhuijsen <jeroenthemindconnection.com> wrote:
>
> > I've been trying to setup cyrus and postfix as my mail system. I want
> > to deliver some mail to shared folders, so no user exists for them. I
> > used transport_maps to specify these mails and set a special transport
> > "cyrusshr", which is defined in master.cf as:
> >
> > cyrusshr unix - n n - - pipe -v
> > user=cyrus argv=/usr/lib/cyrus-imapd/deliver -r ${sender} -m
> > ${nexthop}
> >
> > I specified the nexthop of the transport maps as the target shared
> > folder, thus creating a command like:
> >
> > /usr/lib/cyrus-imapd/deliver -r some.sendersomehost.com -m
> > The.Shared.Folder
> >
> > This fails however. Maillog of the delivery is printed below. Anybody an
> > idea what i'm doing wrong?
>
> [...]
>
> > Aug 3 11:51:23 LinuxServer master[24773]: process 24787 exited,
> > signaled to death by 11
>
> The lmtpunix process had a segmentation fault. Try invoking the command
> manually from the shell (as the cyrus user). Does that work?
>
> [...]