Per Jessen:
> Wietse Venema wrote:
>
> > Per Jessen:
> >> Perhaps I could have expanded "didnt seem to work" to "despite <>
> >> being present in my smtp_sasl_password_maps table, when a bounce is
> >> sent, no suitable userid+password is chosen for sasl authentication".
> >> I'll be continuing the debugging today.
> >
> > Instead of debugging, may I suggest reading the POSTFIX DOCUMENTATION.
> >
> > Specifically, the documentation that refers to the
> > smtp_sasl_password_maps feature.
>
> Hi Wietse,
> I have read those three lines on the postconf page, but
> maybe I'm not reading them right, I'm clearly missing something.
>
> From my debugging (see trace in separate post), I noticed that there
> is no lookup done on sender='<>', but should I not be seeing such a
> lookup? When no match is found on the sender-address, I see a lookup
> being done on the destination host (as expected).
For a detailed discussion of using SASL authentication, don't waste
time debugging, and instead find the answer in the (surprise)
SASL_README file.
I have a great deal of respect for system administrators. I put
about the same time into documenting Postfix as into writing code.
When you are looking for something that is not in the documentation
then that is NOT IMPLEMENTED.
Wietse