Re: Cannot rebuild Sendmail (with sasl2) **FIXED**

2007-08-31 Thread Giorgos Keramidas
On 2007-08-31 18:29, brad davison <[EMAIL PROTECTED]> wrote: > I would like to send a heartfelt 'THANK YOU' to everyone who > contributed info to this thread. I had to use bits a pieces of > everyone's input to make it finally do what I wanted it to do.. which > it finally does! Hurray! :-) > TH

Re: Cannot rebuild Sendmail (with sasl2) **FIXED**

2007-08-31 Thread brad davison
as <[EMAIL PROTECTED]> To: brad davison <[EMAIL PROTECTED]> CC: freebsd-questions@freebsd.org Subject: Re: Cannot rebuild Sendmail (with sasl2) Date: Thu, 30 Aug 2007 23:40:43 +0300 On 2007-08-30 17:48, brad davison <[EMAIL PROTECTED]> wrote: > Thank you for your help. > >

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-30 Thread Giorgos Keramidas
On 2007-08-30 17:48, brad davison <[EMAIL PROTECTED]> wrote: > Thank you for your help. > > We seem to be further now. Running the 'make cleandir' twice seems to have > gotten us past that hangup. Now the buildworld and buildkernel and > installkernel all worked. > > It seems, however, t

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-30 Thread brad davison
reebsd-questions@freebsd.org Subject: Re: Cannot rebuild Sendmail (with sasl2) Date: Thu, 30 Aug 2007 07:15:16 +0300 On 2007-08-30 02:14, brad davison <[EMAIL PROTECTED]> wrote: >>> After installing the cyrus-sasl2-saslauthd port, I am now unable to >>> rebuild sendmail a

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-30 Thread Gerard
On August 29, 2007 at 02:02PM brad davison wrote: > After installing the cyrus-sasl2-saslauthd port, I am now unable to rebuild > sendmail and/or The World. [snip] The following is an excerpt from an article on FreeBSD regarding problems with 'buildworld' URL: http://www.freebsd.org/doc/en_U

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread Giorgos Keramidas
On 2007-08-30 02:14, brad davison <[EMAIL PROTECTED]> wrote: >>> After installing the cyrus-sasl2-saslauthd port, I am now unable to >>> rebuild sendmail and/or The World. >> >> You need the security/cyrus-sasl2 port, not sasl2-saslauthd. > > I have the cyrus-sasl2 as well as cyrus-sasl2-saslauthd

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread brad davison
I wanted to make sure my sources were up to date, so here is a snip from my 'script' > Hello. > I am a new FreeBSD user (almost converted from Linux). My company is > switching over mail servers from an (expensive and old) Red Hat server > to FreeBSD 6.2. Yippie! Welcome to the FreeBSD si

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread Giorgos Keramidas
On 2007-08-29 18:02, brad davison <[EMAIL PROTECTED]> wrote: > Hello. > I am a new FreeBSD user (almost converted from Linux). My company is > switching over mail servers from an (expensive and old) Red Hat server > to FreeBSD 6.2. Yippie! Welcome to the FreeBSD side of the world :-) :-) > I ha

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread Yuri Pankov
On Wed, Aug 29, 2007 at 07:00:42PM +, brad davison wrote: > Yuri, thank you for your reply. > > my make.conf: > # SASL (cyrus-sasl v2) sendmail build flags... > SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl2 > # Adding to enable altern

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread brad davison
t; CC: freebsd-questions@freebsd.org Subject: Re: Cannot rebuild Sendmail (with sasl2) Date: Wed, 29 Aug 2007 22:20:13 +0400 On Wed, Aug 29, 2007 at 06:02:01PM +, brad davison wrote: > Hello. > > I am a new FreeBSD user (almost converted from Linux). My company is > switch

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread Chuck Swiger
On Aug 29, 2007, at 11:02 AM, brad davison wrote: I have gotten nearly everything configured and running smoothly except for SMTP AUTH. Before I tried to build in the SASL2 stuff, I had done a full src- all update via cvsup, and at that time, I was able to rebuild sendmail, and rebuild the

Re: Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread Yuri Pankov
fter doing a 'find / -name libsmutil.a' > libsmutil.a exists at: /usr/obj/usr/src/lib/libsmutil/libsmutil.a > > I had googled the problem, and 2 years ago this guy had a similar problem. > Sendmail with sasl2 build fails. *FIX* > Richard Mcintyre rem at thecompanyonline.com &

Cannot rebuild Sendmail (with sasl2)

2007-08-29 Thread brad davison
y had a similar problem. Sendmail with sasl2 build fails. *FIX* Richard Mcintyre rem at thecompanyonline.com Wed May 4 12:03:08 PDT 2005 He pointed to some advice he had found on a mailing list, but did not provide details. Any direction that could assist me would make me EXTREMELY grateful

Sendmail with SASL2

2005-09-05 Thread Frank Staals
Recently I recompiled my system and installed a mailserver according to this ( http://www.puresimplicity.net/~hemi/freebsd/sendmail.html ) howto. So far everything seemed to work. I can read my mail and I can send mail from the server itself. But when I try to send e-mail from my laptop when us

Re: Sendmail with sasl2 build fails. *FIX*

2005-05-04 Thread Richard Mcintyre
Richard Mcintyre wrote: All, I've checked the mailing lists and it appears that this has been a problem for other people in the past, but I can't seem to fix the issue I'm having. I have installed cyrus-sasl2-saslauthd from ports. I then added the following to /etc/make.conf: # SASL (cyrus-sasl

Re: Sendmail with sasl2 build fails.

2005-05-03 Thread Richard McIntyre
Richard Mcintyre wrote: Andy W. Clements wrote: On Tue, 2005-05-03 at 19:10 -0400, Richard Mcintyre wrote: I have installed cyrus-sasl2-saslauthd from ports. I then added the following to /etc/make.conf: # SASL (cyrus-sasl v2) sendmail build flags... SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL

Re: Sendmail with sasl2 build fails.

2005-05-03 Thread Richard Mcintyre
Andy W. Clements wrote: On Tue, 2005-05-03 at 19:10 -0400, Richard Mcintyre wrote: I have installed cyrus-sasl2-saslauthd from ports. I then added the following to /etc/make.conf: # SASL (cyrus-sasl v2) sendmail build flags... SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L

Re: Sendmail with sasl2 build fails.

2005-05-03 Thread Andy W. Clements
On Tue, 2005-05-03 at 19:10 -0400, Richard Mcintyre wrote: > I have installed cyrus-sasl2-saslauthd from ports. > > I then added the following to /etc/make.conf: > # SASL (cyrus-sasl v2) sendmail build flags... > SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 > SENDMAIL_LDFLAGS+= -L/usr/local/lib

Sendmail with sasl2 build fails.

2005-05-03 Thread Richard Mcintyre
All, I've checked the mailing lists and it appears that this has been a problem for other people in the past, but I can't seem to fix the issue I'm having. I have installed cyrus-sasl2-saslauthd from ports. I then added the following to /etc/make.conf: # SASL (cyrus-sasl v2) sendmail build flags