J.D. Bronson:
> At 08:34 AM 8/9/2008 -0400, Wietse Venema wrote:
> >This is not surprising. Maybe -ldb41 will work. Maybe it will blow
> >up when something else wants to use the default Berkeley DB.
> >
> >What problem are you trying to solve? Is there a problem with the
> >default Berkeley DB library?
> >
> > Wietse
>
> -ldb41 did work. It built and linked accordingly. Will it work
> or just blow up down the road? - I havent tested yet.
>
> Cyrus Sasl Port required the use of db41 port as well. It is all
> linked against that and I have found that if I build postfix or any
> other MTA and do not link all of the same, sasl auth doesnt work properly.
>
> I dont like sasl, but my ISP requires AUTH-LOGIN to submit mail.
> Thats the only need for SASL. We dont need or do anything else.
> If my ISP didnt require this, I wouldnt add it to postfix.
>
> Is any better way of doing this?
All other options require writing Postfix code, or having Postfix
send through an SMTP proxy.
There is SASL code that Peter Biering wrote way back when. It should
plug in neatly into Postfix's XSASL interface. Thanks to the XSASL
layer, Postfix can choose between Dovecot and Cyrus SASL without
having to patch Postfix source all over the place.
Unfortunately, I cannot make the time to port Peter's code to the
XSASL interface and do the quality assurance that Postfix requires.
Wietse