| Summary: | Online documentation for enabling SMTP auth has error | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | bitbucket63-it |
| Component: | Books & Articles | Assignee: | Gregory Neil Shapiro <gshapiro> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
bitbucket63-it
2007-05-18 04:00:08 UTC
That's funny, I built my sendmail with the flags as documented, and it worked just fine. -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Fufie> snow should be on the tv and in the mountains, not here State Changed
From-To: open->feedback
I too build my sendmail using '-I/usr/local/include/sasl' and it works
just fine. I'm using cyrus-sasl-2.1.22 from the ports system and the
include files are installed under /usr/local/include/sasl/:
> cd /usr/local/include/sasl/
> ls -l
total 102
-r--r--r-- 1 root wheel 1368 Jul 30 2006 hmac-md5.h
-r--r--r-- 1 root wheel 1442 Jul 30 2006 md5.h
-r--r--r-- 1 root wheel 1007 Jul 30 2006 md5global.h
-r--r--r-- 1 root wheel 7273 Jul 30 2006 prop.h
-r--r--r-- 1 root wheel 49845 Jul 30 2006 sasl.h
-r--r--r-- 1 root wheel 32920 Jul 30 2006 saslplug.h
-r--r--r-- 1 root wheel 2648 Jul 30 2006 saslutil.h
The only way -I/usr/local/include will work instead is if you did
one of the following:
1. Installed cyrus-sasl in a customized fashion.
2. Instead of using -DSASL, you used -DSASL=2 or -DSASL=20000 (or higher)
Responsible Changed
From-To: freebsd-doc->gshapiro
I too build my sendmail using '-I/usr/local/include/sasl' and it works
just fine. I'm using cyrus-sasl-2.1.22 from the ports system and the
include files are installed under /usr/local/include/sasl/:
> cd /usr/local/include/sasl/
> ls -l
total 102
-r--r--r-- 1 root wheel 1368 Jul 30 2006 hmac-md5.h
-r--r--r-- 1 root wheel 1442 Jul 30 2006 md5.h
-r--r--r-- 1 root wheel 1007 Jul 30 2006 md5global.h
-r--r--r-- 1 root wheel 7273 Jul 30 2006 prop.h
-r--r--r-- 1 root wheel 49845 Jul 30 2006 sasl.h
-r--r--r-- 1 root wheel 32920 Jul 30 2006 saslplug.h
-r--r--r-- 1 root wheel 2648 Jul 30 2006 saslutil.h
The only way -I/usr/local/include will work instead is if you did
one of the following:
1. Installed cyrus-sasl in a customized fashion.
2. Instead of using -DSASL, you used -DSASL=2 or -DSASL=20000 (or higher)
State Changed From-To: feedback->closed Unable to reproduce and no response from original reporter. |