Right, I should have posted my debug info, but my logs act like nothing is
wrong. I've checked maillog, authlog, daemon, every log I could possibly
think of that might have a clue, but I don't get any output even when I
kill -9 `head -1 /var/run/sendmail.pid`
sendmail -O LogLevel=14 -bs -Am
I might not be looking in the right places, but I can't find anything.
Thanks for your help and please let me know if there is something else I
should be doing. The debug section recommends that I check my sasl
configuration and all paths, so here is what I have checked:
ls -ld / /usr /usr/lib /usr/lib/sasl2 /usr/local /usr/local/lib
/usr/local/lib/sasl2 yields:
drwxr-xr-x 14 root wheel 512 Dec 28 02:50 /
drwxr-xr-x 15 root wheel 512 Sep 17 01:56 /usr
drwxr-xr-x 5 root wheel 4608 Jan 14 17:16 /usr/lib
lrwxr-xr-x 1 root wheel 20 Jan 14 17:16 /usr/lib/sasl2 ->
/usr/local/lib/sasl2
drwxr-xr-x 15 root wheel 512 Jan 15 10:00 /usr/local
drwxr-xr-x 4 root wheel 512 Jan 14 17:17 /usr/local/lib
drwxr-xr-x 2 root wheel 512 Jan 14 17:24 /usr/local/lib/sasl2
Did I miss something?
Thanks,
Quaker Oatmeal
Claus Aßmann <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de> wrote in message news:<bu57bc$tbm$1@zardoc.esmtp.org>...
> Quaker Oatmeal wrote:
>
> > I am using OpenBSD 3.4 and Sendmail 8.12.10 from source as well as
> > SASL 2.1.17 from source.
>
> > HRMMMM. Seems like everything is just peachy, but when I telnet
> > localhost 25, all I get is:
>
> [no AUTH...]
>
> Follow the debug steps at:
>
> http://www.sendmail.org/~ca/email/auth.html
>
> at least increase the LogLevel to 14 and try the test again,
> then check the logfile.