Re: Freebsd 10 to 11 sendmail compile issues..

2017-10-21 Thread Yasuhiro KIMURA
From: Howard Leadmon Subject: Freebsd 10 to 11 sendmail compile issues.. Date: Sat, 21 Oct 2017 19:22:40 -0400 > I have the following flags in /etc/make.conf: > > SENDMAIL_CFLAGS= -I/usr/local/include -DSASL=2 -DDNSMAP -DSTARTTLS > SENDMAIL_LDFLAGS= -L/usr/local/lib > SENDMAIL_LDADD= -lsasl2 -ls

Re: Freebsd 10 to 11 sendmail compile issues..

2017-10-21 Thread Ian Lepore
On Sat, 2017-10-21 at 19:22 -0400, Howard Leadmon wrote: >   Hopefully someone can help or give me a pointer to a solution to this  > one.   Running FreeBSD 10.3 and figured I would do a source build and  > jump to FreeBSD 11.1.  For the most part this seemed to be going well,  > but when it goes t

Freebsd 10 to 11 sendmail compile issues..

2017-10-21 Thread Howard Leadmon
 Hopefully someone can help or give me a pointer to a solution to this one.   Running FreeBSD 10.3 and figured I would do a source build and jump to FreeBSD 11.1.  For the most part this seemed to be going well, but when it goes to compile sendmail, it spits out the following error: bmake[4]:

Re: 802.1X authenticator for FreeBSD

2017-10-21 Thread Peter Blok
Although WPA2 enterprise authentication works perfectly on FreeBSD with free radius, some functionality (like the built in DHCP) is not implemented due to lack of PF_LINK, SOCK_RAW. FreeBSD uses bpf for this. Don’t know if this is required for what you want, but be aware. I am interested in swi