Untrusted TLS connection appearing in logs

2020-07-16 Thread Robert Chalmers (Author)
I’m seeing this in my log file on outgoing test mail. Can’t seem to find a solution. The mail does go through, but leaves this “Untrusted” message in its wake. Jul 16 15:33:37 www postfix/587/smtp[35313]: Untrusted TLS connection established to

blocking unknown useers...

2020-07-06 Thread Robert Chalmers (Author)
From what I”m looking at, both these achieve much the same thing Mine: A much longer list… but still unknowns. grep unknown /var/log/postfix.log | grep -E -o "([0-9]{1,3}[\.]){3}[0-9]{1,3}" | sort -n | uniq > output.txt Pretty good… from Jerry. Very nice and very short list of unknowns.

Re: Can I further block dodgy attempts at passwording

2020-07-06 Thread Robert Chalmers (Author)
That’s pretty good Jerry, thanks. A much reduced list of bad ips robert > On 6 Jul 2020, at 16:31, Jerry wrote: > > On Mon, 6 Jul 2020 11:06:17 -0400 (EDT), Wietse Venema stated: >> Robert Chalmers (Author): >>> >>> >>> Such as this one? >&

Re: Can I further block dodgy attempts at passwording

2020-07-06 Thread Robert Chalmers (Author)
Such as this one? Jul 06 08:10:03 www postfix/smtpd[6155]: disconnect from unknown[45.125.65.52] ehlo=1 auth=0/1 quit=1 commands=⅔ So I have anyway written this to find them sudo grep unknown /var/log/postfix.log | grep -E -o "([0-9]{1,3}[\.]){3}[0-9]{1,3}" | sort -n | uniq > output.txt

Can I further block dodgy attempts at passwording

2020-07-06 Thread Robert Chalmers (Author)
I’m getting lots and lots of these types of login attempts; warning: unknown[45.125.65.52]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 (postfix log) Info: pam(s...@robert-chalmers.uk,45.125.65.52): unknown user (given password: sale01)(dovecot log) and I’m

Can I just check Makefile instructions syntax please

2020-06-28 Thread Robert Chalmers (Author)
Thanks, I’m just checking. This does the makefiles, and make successfully completes ok, but I want to check that the directories will be built into the build correctly. Everything below /usr/local make -f Makefile.init dynamicmaps=yes CCARGS='-I/usr/local/Cellar/berkeley-db@4/4.8.30/include

make looking for non-existent dyld file?

2020-06-27 Thread Robert Chalmers (Author)
Each time I build now, I get this from Postconf. Postfix 3.5.3 Mac OSX 10.15.5 It pops up as an OSX error message. Dyld Error Message: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users/USER/*/postconf Reason: image not found I’ve looked at

Postfix on OSX 10.15.5 being overwritten by OS updates

2020-06-27 Thread Robert Chalmers (Author)
I’m wondering if it’s possible to install Postfix onto the OSX, so that it doesn’t get overwritten by new updates to the OS every time. I have changed things a few times but really. There must be a solution. Does anyone have a useful suggestion? Thanks Robert

OSX 10.15.5 #error "Unsupported Berkeley DB version"

2020-06-26 Thread Robert Chalmers (Author)
Trying to build 3.5.3 on OSX 10.15.5 and running into this problem again. dict_db.c:768:2: error: "Unsupported Berkeley DB version" #error "Unsupported Berkeley DB version” Build script. make -f Makefile.init dynamicmaps=yes CCARGS='-I/usr/local/Cellar/berkeley-db/18.1.32_1/include -DHAS_MYSQL