docs/93363: Handbook 23.11. SMTP-Authentifizierung
Harald
development at langner.net
Tue Feb 14 22:20:15 UTC 2006
>Number: 93363
>Category: docs
>Synopsis: Handbook 23.11. SMTP-Authentifizierung
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 14 22:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Harald
>Release: 6.0
>Organization:
>Environment:
FreeBSD www 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root at x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Hello,
I have following the discription. 23.11. SMTP-Authentifizierung
There was 2 error's:
First: I have also do
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
>make cleandir
>make obj
>make
>make install
in /usr/src/lib/libsmutil
/usr/src/lib/libsm
because some file was missed from taht directories when try to make sendmail in:
cd /usr/src/usr.sbin/sendmail
Second:
It was written in point 3. of the docu:
"fill in /etc/make.conf the next rows..."
SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl
This is now wrong! I have correct it to:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
The different is that now SASL2 comes with the ports, but the docu is not upto date.
I hope this help You.
>make cleandir
>make obj
>make
>make install
in /usr/src/lib/libsmutil
and /usr/src/lib/libsm
-----------------------------------------------------
in /etc/make.conf
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
More information about the freebsd-doc
mailing list