In article <52219$45c784be$5449b38a$369@news.hispeed.ch> mega
<erich.titl@think.ch> writes:
>
>In my attempt to get my authentication running I reverted again to the
>code. Is anyone here with enough insight into the sendmail code to give
>me a few hints where to dig.
You seem to have started at least half a dozen different threads on this
subject - I don't know what you hope to achieve by that, but it
certainly doesn't make it any easier to out - nor does a meningless
Subject like the one you've chosen for this thread.
>This all refers to 8.13.8
>
>I found that in my case the D_NOTLS flag was set in the envelope at
>deliver.c line 2946, thus clearing the usetls flag and possibly
>inhibiting STARTTLS. Does anyone know where the offered server commands
>are set in the envelope?
>
>here the usetls flag gets reset
>
>usetls = bitset(MCIF_TLS, mci->mci_flags);
>if (usetls)
> usetls = !iscltflgset(e, D_NOTLS);
>
>The same appears to happen with the D_NOAUTH flag.
I answered your question about D_NOAUTH in another of your threads, the
answer for D_NOTLS is essentially the same.
--Per Hedeland
per@hedeland.org