|
Sun 28 Nov 2021
OpenVPN Enabler For Mac OS Monterey
Category : Technology/OpenVPNEnablerForMOnterey3dot1dot1.txt
I've released version 3.1.1 of OpenVPN Enabler for Monterey. This fixes a bug with the launchd plist for the auto-scan job (for incoming threats to the mail server) that caused the job not to run. The Mail Threats table now separates new threats from threats that have already been blocked.There is now a time stamp shown for the last scan done on the mail server log, and the new threats are listed after that line. Also the table display always scrolls down to display the latest threats, if any. You can download it now. For free :). Enjoy!
Posted at 2:28PM UTC | permalink
Fri 26 Nov 2021
OpenVPN Enabler For Mac
Category : Technology/OpenVPNEnablerForMac.txt
Version 3.1 of the OpenVPN server installer for Mac, OpenVPN Enabler for Monterey, now features a user interface for the Mac OS Packet Filter (PF) Firewall. You can enter a table of IP addresses you want to keep out. And it automatically builds a table of mail-server-related threats by scanning the Postfix log at /var/log. You can set the scan job to run every few hours, so new threats are automatically swept up and nullified. OpenVPN Enabler for Monterey is free and available for download now.
Posted at 10:04AM UTC | permalink
Fri 19 Nov 2021
OpenVPN Enabler For Monterey
Category : Technology/OpenVPNEnablerForMonterey.txt
I've released OpenVPN Enabler For Monterey. It's free for download at http://cutedgesystems.com/software/OpenVPNEnablerForMonterey Now that I've been able to explore it again in depth, OpenVPN is surprisingly powerful. It does everything that the old Apple built-in VPNd can do. And it has the potential to do even more — if I can get more time to work on it. OpenVPN is very stable. Client profiles on the Mac and iOS devices are easy to set up. And, once you're connected to the VPN, all traffic to servers that you talk to, through the VPN, look like they're coming from the local network. And you can reach any resource on the local network using its local IP address, and this includes printers and other Macs (via Screen Sharing, File Sharing and Remote Login). Just like as if you're physically on the local network. Just about the only thing you can't do is browse the local network through a visual interface, like the Finder. For that, we'll need to go a few steps further and explore the use of the TAP interface. Now we're just using TUN. But maybe it's just as well not to expose too much of the local private network. OpenVPN Enabler For Monterey 3.0 is ready for download now.
Posted at 2:30PM UTC | permalink
Mon 08 Nov 2021
MailServe and WebMon MacOS Monterey
Category : Technology/MontereyApps2.txt
Finally, I've released MailServe for Monterey and WebMon for Monterey. I almost gave up when I couldn't get Dovecot to work on Monterey for the longest time. Now I can say, at least I've gotten back all the steps that I've lost when Apple started breaking things in Monterey. Now, I can move forward, at last, and do new things.
Posted at 10:17AM UTC | permalink
Wed 03 Nov 2021
Letsencrypt Enabler for Monterey
Category : Technology/MontereyAppsLetsencrypt.txt
Letsencrypt Enabler for Monterey is available here. This is the base, on top of which I can try to get the web server and mail server working again for Monterey. I'll work on the mail server next, now that I know how to get Dovecot working on Monterey again. As for the web server, the loss of PHP from a stock MacOS installation is a pain.
Posted at 3:58PM UTC | permalink
Tue 02 Nov 2021
MacOS Monterey "Enablers"
Category : Technology/MontereyApps.txt
I've released my first Monterey apps. DNS Enabler and DNS Agent for Monterey are both out. They can be found here (DNS Enabler) and here (DNS Agent). I've figured out how to make Dovecot run again on Monterey. A version of MailServe for Monterey will be out by the end of this week, together with a version of Letsencrypt Enabler for Monterey. As for WebMon, I have yet to figure out how to build PHP from source for Monterey, which does not come with a built-in PHP. AS usual, I would like to figure out how to build all these without Homebrew, if I can, which is an order of magnitude harder, but you'll learn more as you do it on your own.
Posted at 3:37AM UTC | permalink
Wed 08 Sep 2021
MacOS Monterey
Category : Technology/Monterey.txt
If you're wondering if I have a version of MailServe ready for Monterey, I have news for you — I can't (yet) make Dovecot work with Monterey. I think it's something Apple changed, related to setting entitlements for executables that need to do authentication or access system-level files. Anyway, I don't have much information to find a fix at the moment. Dovecot just doesn't work on Monterey. I barely got BIND/named working again on Monterey. I hate this ritual every year, fixing things that worked but are now breaking all over the place. Last I heard, Monterey doesn't have PHP. If we could have a stable OS to build on, we could make the Mac the best Unix platform ever. As it is, I wonder what Apple is thinking when it tries to make the Mac as closed as iOS. What if they released an OS and all the Unix people stayed away?
Posted at 8:41AM UTC | permalink
Mon 04 Nov 2019
OpenVPN Enabler
Category : Technology/OpenVPNEnabler.txt
This is an experimental version of an installer for both the client and server components of the OpenVPN Server (for macOS Catalina only) : OpenVPN Enabler For Catalina
Posted at 9:04AM UTC | permalink
Sat 12 Oct 2019
macOS Catalina
Category : Technology/macOSCatalinaEnablerApps.txt
My Catalina apps are (almost) all out...
I am still working on VPN Enabler for Catalina.
Posted at 2:13PM UTC | permalink
Wed 09 Oct 2019
MacOS Catalina
Category : Technology/macOSCat.txt
I'm still working on new Catalina versions of all my apps. I have some problems still with the new method of getting admin rights, using launchd. If you're interested to test a Catalina version of any of my apps, write me via email. The one app that I still can't get to work on Catalina is VPN Enabler. No more PPTP, and L2TP over IPSec seems to have some unfathomable problem. So, I'm not sure if I can even get that to work. More news over the weekend.
Posted at 6:34AM UTC | permalink
Tue 02 Oct 2018
macOS Mojave
Category : Technology/macOSMojaveEnablerApps.txt
This is the time of the year...
are all out.
Posted at 2:59PM UTC | permalink
Sat 07 Oct 2017
SSL Libraries and High Sierra
Category : Technology/HigHSierraSSL.txt
Apple’s move away from OpenSSL towards LibreSSL (and I’ve seen mention of BoringSSL, whatever that means), has caused problems with MailServe and DNS Enabler for High Sierra. It means that both Dovecot and the named server can’t find the ssl libraries in their usual places.
To solve this I have to bundle OpenSSL libraries inside MailServe and DNS Enabler for High Sierra, so Dovecot and the named server can find them.
Initially, for versions 11.0.1 of MailServe and DNS Enabler, I've placed my bundled openSSL libraries inside /usr/local, and everything works again.
But then I thought better of the location. Some users may already have their own custom versions of ssl libraries inside /usr/local, which is a popular location for such things. So, in order not to clash with them, the better place to put the ssl libraries specifically needed by MailServe and DNS Enabler is to put them inside /usr/local/cutedge.
So the latest version, 11.0.2, of both MailServe and DNS Enabler for High Sierra does that. But in order to do this, the user has to do a De-Install from the Help menu, so that the app has a chance to clear the previous stuff and make the new linkages for things to work again.
Very sorry about that. But Apple changes, relentlessly, and I’ve got to do my best to patch up and trudge along.
Posted at 4:53AM UTC | permalink Read more ...
|