Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, I'm trying to get Mailman working in a 10.3 amd64 jail. Everything works, except Mailman doesn't talk to Postfix. Incoming mail works and posts to the list's archives but no outgoing email is sent. I asked in the Mailman list and they seem to think it's related to running in a jail. I

Re: Mailman in a jail

2016-04-21 Thread Matthew Seaman
On 04/21/16 16:21, Jim Ohlstein wrote: > I'm trying to get Mailman working in a 10.3 amd64 jail. Everything > works, except Mailman doesn't talk to Postfix. Incoming mail works and > posts to the list's archives but no outgoing email is sent. I asked in > the Mailman list and they seem to think it'

Re: Mailman in a jail

2016-04-21 Thread Jan Bramkamp
On 21/04/16 17:21, Jim Ohlstein wrote: Hello, I'm trying to get Mailman working in a 10.3 amd64 jail. Everything works, except Mailman doesn't talk to Postfix. Incoming mail works and posts to the list's archives but no outgoing email is sent. I asked in the Mailman list and they seem to think i

Re: Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, > On Apr 21, 2016, at 11:39 AM, Matthew Seaman wrote: > >> On 04/21/16 16:21, Jim Ohlstein wrote: >> I'm trying to get Mailman working in a 10.3 amd64 jail. Everything >> works, except Mailman doesn't talk to Postfix. Incoming mail works and >> posts to the list's archives but no outgoing

Re: Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, > On Apr 21, 2016, at 11:55 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > > Jim Ohlstein wrote on 04/21/2016 17:21: >> Hello, >> >> I'm trying to get Mailman working in a 10.3 amd64 jail. Everything >> works, except Mailman doesn't talk to Postfix. Incoming mail works and >> posts to t

Re: Mailman in a jail

2016-04-21 Thread Miroslav Lachman
Jim Ohlstein wrote on 04/21/2016 17:21: Hello, I'm trying to get Mailman working in a 10.3 amd64 jail. Everything works, except Mailman doesn't talk to Postfix. Incoming mail works and posts to the list's archives but no outgoing email is sent. I asked in the Mailman list and they seem to think

Re: Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, > On Apr 21, 2016, at 11:41 AM, Jan Bramkamp wrote: > >> On 21/04/16 17:21, Jim Ohlstein wrote: >> Hello, >> >> I'm trying to get Mailman working in a 10.3 amd64 jail. Everything >> works, except Mailman doesn't talk to Postfix. Incoming mail works and >> posts to the list's archives but

Re: Mailman in a jail

2016-04-21 Thread Alphons van Werven
Jim Ohlstein wrote: > Mailman logs show connection errors. I don't know exactly how Postfix and Mailman (try to) communicate with one another, but is it possible that SysV IPC has to be enabled for the jail? Or maybe raw sockets, although that's probably less likely. Fonz -- A.J. "Fonz" van W

Re: Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, On 4/21/16 1:31 PM, Alphons van Werven wrote: Jim Ohlstein wrote: Mailman logs show connection errors. I don't know exactly how Postfix and Mailman (try to) communicate with one another, but is it possible that SysV IPC has to be enabled for the jail? Or maybe raw sockets, although th

Re: Mailman in a jail

2016-04-21 Thread Jim Ohlstein
Hello, On 4/21/16 12:18 PM, David Wolfskill wrote: On Thu, Apr 21, 2016 at 11:21:36AM -0400, Jim Ohlstein wrote: Hello, I'm trying to get Mailman working in a 10.3 amd64 jail. Everything works, except Mailman doesn't talk to Postfix. Incoming mail works and posts to the list's archives but no

Re: Mailman in a jail

2016-04-21 Thread Michael Jung
On 2016-04-21 14:10, Jim Ohlstein wrote: Hello, On 4/21/16 1:31 PM, Alphons van Werven wrote: Jim Ohlstein wrote: Mailman logs show connection errors. I don't know exactly how Postfix and Mailman (try to) communicate with one another, but is it possible that SysV IPC has to be enabled for

Re: Mailman in a jail

2016-04-21 Thread Bob Eager
On Thu, 21 Apr 2016 15:02:05 -0400 Michael Jung wrote: > On 2016-04-21 14:10, Jim Ohlstein wrote: > > Hello, > > > > On 4/21/16 1:31 PM, Alphons van Werven wrote: > >> Jim Ohlstein wrote: > >> > >>> Mailman logs show connection errors. > >> > >> I don't know exactly how Postfix and Mailman (tr

Swift programming language

2016-04-21 Thread Steve Wills
Hi, I've been working on porting the Swift programming language. There's a port here: https://people.freebsd.org/~swills/swift.shar if folks would like to test it before I commit. The swiftpm component hasn't been ported yet, so you can't build native executables. Any feedback would be appreciat

compiling ports with --sysroot= and -isystem

2016-04-21 Thread Julian Elischer
How can I add entries (like the above) to a port compile? I want to ADD things to CFLAGS. If I add 'CFLAGS=...' to the build (for example, of lsof) it actually replaces all the CFLAGS already there. lsof (as the example) uses configure, so I would need to feed the added stuff into configure. Is

Re: compiling ports with --sysroot= and -isystem

2016-04-21 Thread olli hauer
On 2016-04-22 04:04, Julian Elischer wrote: > How can I add entries (like the above) to a port compile? > I want to ADD things to CFLAGS. > If I add 'CFLAGS=...' to the build (for example, of lsof) it actually > replaces all the CFLAGS already there. > lsof (as the example) uses configure, so I w

Re: compiling ports with --sysroot= and -isystem

2016-04-21 Thread Julian Elischer
On 22/04/2016 11:18 AM, olli hauer wrote: On 2016-04-22 04:04, Julian Elischer wrote: How can I add entries (like the above) to a port compile? I want to ADD things to CFLAGS. If I add 'CFLAGS=...' to the build (for example, of lsof) it actually replaces all the CFLAGS already there. lsof (as