Compiling Sendmail

2005-06-06 Thread Timothy Horie
Hello, I have 3.6 and I downloaded sendmail 8.13.0. I ran sh Build, and got the following compile error: cc -O -I. -I../../sendmail -I../../include -DNEWDB -DNIS -DMAP_REGEX -DNETISO -DFAST_PID_RECYCLE -DNOT_SENDMAIL -c debug.c In file included from debug.c:11: ../../sendmail/sendmail.h:9

Re: Compiling Sendmail

2005-06-06 Thread Jason Crawford
I suggest either upgrading to 3.7 (has sendmail version 8.13.3) or a snapshot (has sendmail version 8.13.4). These are both newer versions of sendmail than the one you're compiling, as well as newer versions of OpenBSD, with lots of cool new features. If you're really looking for stability, maybe j

Re: Compiling Sendmail

2005-06-06 Thread Joel Dinel
On 6/6/05, Timothy Horie <[EMAIL PROTECTED]> wrote: > Hello, > > I have 3.6 and I downloaded sendmail 8.13.0. > I ran sh Build, and got the following compile error: You are probably not going to get any help here on that subject. The sendmail version that comes with OpenBSD is more than fine for

Re: Compiling Sendmail

2005-06-06 Thread Stephen Marley
On Mon, Jun 06, 2005 at 12:18:33PM -0700, Timothy Horie wrote: > I have 3.6 and I downloaded sendmail 8.13.0. > I ran sh Build, and got the following compile error: > > How can I get the netiso header files? > Why would you want to do that? 3.6 comes with 8.13.0 in the base install? Download an

Re: Compiling Sendmail

2005-06-06 Thread Timothy Horie
I need to recompile it without TLS. I've tried a lot of ways to get rid of it without a recompile, but all paths led nowhere. I don't want TLS, I don't want to Start TLS, I don't want any error messages in the logs regarding TLS, I don't want to have to disable or enable TLS, I don't want anyth

Re: Compiling Sendmail

2005-06-06 Thread Todd C. Miller
Edit devtools/OS/OpenBSD and remove -DNETISO from confENVDEF - todd

Re: Compiling Sendmail

2005-06-06 Thread Jason Crawford
Like everyone (including me) has said, just use OpenBSD source. It looks like TLS is enabled in OpenBSD's sendmail, so it's just a simple matter of commenting out the few lines in the Makefile(s) to disable it, then recompiling. The source code is all there, please just take a look. You're still un

Re: Compiling Sendmail

2005-06-06 Thread Claus Assmann
On Mon, Jun 06, 2005, Timothy Horie wrote: > I need to recompile it without TLS. I've tried a lot of ways to get rid > of it without a recompile, but all paths led nowhere. I don't want TLS, > I don't want to Start TLS, I don't want any error messages in the logs > regarding TLS, I don't want to

Re: Compiling Sendmail

2005-06-06 Thread Joel Dinel
On 6/6/05, Timothy Horie <[EMAIL PROTECTED]> wrote: > I need to recompile it without TLS. I've tried a lot of ways to get rid > of it without a recompile, but all paths led nowhere. I don't want TLS, > I don't want to Start TLS, I don't want any error messages in the logs > regarding TLS, I don't w

Re: Compiling Sendmail

2005-06-06 Thread Hugo Villeneuve
On Mon, Jun 06, 2005 at 04:27:39PM -0400, Joel Dinel wrote: > On 6/6/05, Timothy Horie <[EMAIL PROTECTED]> wrote: > > I need to recompile it without TLS. I've tried a lot of ways to get rid > > of it without a recompile, but all paths led nowhere. I don't want TLS, > > I don't want to Start TLS, I

Re: Compiling Sendmail

2005-06-07 Thread Alexander Bochmann
...on Mon, Jun 06, 2005 at 03:27:42PM -0400, Jason Crawford wrote: > least, since current is so busy right now. If you really want to stick > with OpenBSD 3.6, maybe just grab sendmail source from 3.7 or current, > however you're unsupported there, and no guarantees if it'll work. To add some

Re: Compiling Sendmail

2005-06-09 Thread Timothy Horie
I finally got sendmail recompiled and it's working. I'm stuck on something though, and I can't seem to fix it I pasted my message to http://thorie.com/sendmail.txt I put this message on the sendmail newsgroup as well, but nobody seems to know the answer. Can anyone give me some hints? Or if not,

Re: Compiling Sendmail

2005-06-09 Thread Fred Crowson
Timothy Horie wrote: I finally got sendmail recompiled and it's working. I'm stuck on something though, and I can't seem to fix it I pasted my message to http://thorie.com/sendmail.txt I put this message on the sendmail newsgroup as well, but nobody seems to know the answer. Can anyone give me

Re: Compiling Sendmail

2005-06-09 Thread Timothy Horie
Here's a more detailed posting http://thorie.com/sendmail I have uploaded all of my sendmail config files and maillog and even a copy of the error message that is returned to the sender. I don't know how to make it so the recipient addresses don't become @internal.host... when it reaches int

Re: Compiling Sendmail

2005-06-09 Thread Timothy Horie
I don't need the LOCAL_RULE but if I get rid of the MAIL_HUB, then all the mail goes to local (even when it's addressed to @domain.com) and the microsoft server never receives that mail. I played with some ways to get around that using mailertable and SMART_HOST but couldn't get it to work.

Re: Compiling Sendmail

2005-06-09 Thread Timothy Horie
It's there. It's right under FEATURE(`masquerade_entire_domain') in the .mc file. Stephen Marley wrote: On Thu, Jun 09, 2005 at 04:32:03PM -0700, Timothy Horie wrote: I just noticed you don't have dnl dnl Enable support for /etc/mail/mailertable. dnl FEATURE(`mailertable', `hash -o /etc/mail/m

compiling sendmail with sasl support

2005-08-15 Thread Jernej Vodopivec
Hello! I am having headaches with enabling sasl in sendmail. Please give me some hints how to do it.. My goal is to enable authentication in sendmail.. I've installed cyrus-sasl-2.1.20p3. After that I've downloaded the sources and try to recompile sendmail. I've found out that I have to put these

Re: compiling sendmail with sasl support

2005-08-15 Thread Michael Erdely
echo "WANT_SMTPAUTH=1">>/etc/mk.conf cd /usr/src/gnu/usr.sbin/sendmail make obj; make depend; make; sudo make install -ME On 8/15/05, Jernej Vodopivec <[EMAIL PROTECTED]> wrote: > Hello! > > I am having headaches with enabling sasl in sendmail. Please give me > some hints how to do it.. My goal