Re: 3.4 postmap throwing Segmentation:11

2018-11-30 Thread rachalmers
Following up to my last message. The output from the original 3.1.4 postmap, and then the output from the 3.4 postmap. Both in Verbose mode. 3.1.4 is clean - no segmentation fault, the second has it right at the end. sudo postfix-3.1.4/bin/postmap -v -q rob...@robert-chalmers.uk mysql:/usr/local/

Re: 3.4 postmap throwing Segmentation:11

2018-11-30 Thread rachalmers
Ok, fixed it. Once again, library locations not specified correctly. Sorry. 'AUXLIBS_MYSQL=-L/usr/local/lib -lmysqlclient -lz -lm' \ It's working now. Robert -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: Upgraded to 3.4 today. All logging has Stopped?

2018-11-30 Thread rachalmers
Interesting - but I'm at a loss as to how to actually solve the logging problem here. It's a bit iffy with no Postfix mail logs. Dovecot is logging fine, but that's only half the story. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Since 3.4 upgrade, no incoming mail to server is allowed in?

2018-11-30 Thread rachalmers
Well, I can't see what's happening here. 3.4 isn't presenting me with mail.logs on the Mac. Mojave. Internally, I can send mail to myself, but I now no longer get mail from outside? Sending to myself /usr/sbin/sendmail -bv works. It's all internal Sending to anything outside kind of works - it g

Re: Since 3.4 upgrade, no incoming mail to server is allowed in?

2018-11-30 Thread Richard
> Date: Friday, November 30, 2018 07:54:08 -0700 > From: rachalmers > > Well, I can't see what's happening here. 3.4 isn't presenting me > with mail.logs on the Mac. Mojave. > Internally, I can send mail to myself, but I now no longer get mail > from outside? > > Sending to myself > /usr/sbin/

FYI: Logging mail on Postfix 3.4 and Mojave (OSX 10.11)

2018-11-30 Thread rachalmers
This streams in real time, and works ok: log stream --predicate '(process == "smtpd") || (process == "smtp")' --info gratefully accepted from the Apple user community. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: Upgraded to 3.4 today. All logging has Stopped?

2018-11-30 Thread Bill Cole
On 29 Nov 2018, at 12:07, Viktor Dukhovni wrote: On Nov 29, 2018, at 9:15 AM, Robert Chalmers wrote: I upgraded to and installed 3.4 today. It appears to be running, but all logging has stopped. The last entry in the log file was at the exact time I started the new version. Apple changed

Re: FYI: Logging mail on Postfix 3.4 and Mojave (OSX 10.11)

2018-11-30 Thread Bill Cole
On 30 Nov 2018, at 10:24, rachalmers wrote: > This streams in real time, and works ok: > log stream --predicate '(process == "smtpd") || (process == "smtp")' --info > > gratefully accepted from the Apple user community. If you want ALL Postfix messages, this would do it: log stream --info --pr