Ok, just for the record, and so this thread has a solid ending, I've tracked down my error. Perhaps my trials will help someone else down the road.
I have written a patch which adds DRAC capabilities to courier. It is not a pretty patch, and it doesn't make DRAC configurable. If it did, I would write up some doco and submit it. As it is, it's about 10 lines of poorly written C. With my new custom RPM I was playing around with different configure options. As I've mentioned I used --with-trashquota. In addition I tend to use --enable-workarounds-for-imap-client-bugs (though I wish the world was perfect and I didn't have to). This time around I also added --without-ipv6, seeing as I didn't think we'd need it for this RPM. Well, that is the part that broke my patch. I had previously used strrchr to remove the non-ipv4 stuff from "::ffff:127.0.0.1". Well, when there wasn't any non-ipv4 stuff, that resulted in very bad things. I've now fixed my RPM and all is well in the world. The moral of the story: Change one thing at a time, and test each and every time. Thanks Sam. On Mon, Jul 01, 2002 at 01:47:22AM -0400, Joshua E Warchol wrote: > Just to update, I'm a knob. I'm not sure why I'm a knob yet, > but building a stock courier rpm works. Thanks anyway for your > help Sam. Thanks for courier. > > On Mon, Jul 01, 2002 at 01:34:16AM -0400, Joshua E Warchol wrote: > > I'm pretty sure all the permissions are proper. Nothing appears > > to have the sticky bit set. And nothing is being logged, so that > > probably isn't it. Hmm. > > > > It definately seems to be after authentication, since I get an error > > (password error) if I put in the WRONG password. I've installed 1.4.5 > > on the same server, same ldap, same mailboxes and it works. I've > > cross checked the authldaprc files and they are set exactly the > > same (except for a few new items that I have not touched, such as > > email maps, etc). > > > > I'm going to try building a completely stock courier-imap rpm, installing > > that and then configuring it in place (since part of my custom RPM > > is a patch for default config changes). I'll post how that goes. > > > > Thanks, and if you have any other ideas, let me know and I'll give > > them a shot. > > > > On Mon, Jul 01, 2002 at 01:18:40AM -0400, Sam Varshavchik wrote: > > > Joshua E Warchol writes: > > > > > > >I may have not been clear. After authldap does the lookup, pop3d > > > >disconnects the session from the user. I didn't mean to say that > > > >authldap disconnects from the LDAP server, of course it does that. > > > > > > > >After the lookup is done, pop3d exits without giving an error. What > > > >is an effective process for troubleshooting this? The same LDAP > > > >setup is used on my 1.4.5 systems and works perfectly. It only seems > > > >reasonable that something changed with 1.5.0(1). > > > > > > > >Does authldap or pop3d report why it exists? I don't mean to badger > > > >you over this, but without a logged error message, troubleshooting > > > >becomes a black art. > > > > > > The only thing that comes to mind is that pop3 now checks the sticky bit on > > > the home directory and exits, like IMAP. A message is logged both to > > > syslog and to the mail client if that's the case, though. > > > > -- > > Joshua Warchol > > UNIX Systems Administrator > > DSL.net > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > courier-users mailing list > > [EMAIL PROTECTED] > > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > > -- > Joshua Warchol > UNIX Systems Administrator > DSL.net > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users -- Joshua Warchol UNIX Systems Administrator DSL.net ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
