<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mac OS X Server Archives - Garbage In Garbage Out</title>
	<atom:link href="https://gigoblog.com/tag/mac-os-x-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigoblog.com/tag/mac-os-x-server/</link>
	<description>Tech tips &#38; other words</description>
	<lastBuildDate>Mon, 03 Nov 2025 17:28:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Clear Mac OS DNS cache via command line</title>
		<link>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/</link>
					<comments>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 10:52:59 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=631</guid>

					<description><![CDATA[<p>The method for clearing or flushing the local cache in Mac OS has changed over the years. Here are all the Mac OS versions on one page that details how to clear Mac OS DNS cache via command line. TLDR; Add this alias to your .zshrc file: alias flushdns="sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/">Clear Mac OS DNS cache via command line</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firewall locked you out of screensharing on OS X?</title>
		<link>https://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/</link>
					<comments>https://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 13 Nov 2014 21:17:13 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[screen sharing]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=626</guid>

					<description><![CDATA[<p>Sadly, I had this experience lately. Even though I had the firewall explicitly set to allow connections using Screen Sharing, for some reason my Mavericks OS X 10.9 server hiccuped and I couldn&#8217;t access it via screen sharing. Here&#8217;s how I resolved my dilemma: I was thankfully able connect via SSH; so I first checked [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/">Firewall locked you out of screensharing on OS X?</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fix SpamAssassin Error on Mavericks Server 3</title>
		<link>https://gigoblog.com/2014/11/05/fix-spamassassin-error-on-mavericks-server-3/</link>
					<comments>https://gigoblog.com/2014/11/05/fix-spamassassin-error-on-mavericks-server-3/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Wed, 05 Nov 2014 20:24:10 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[Spam]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=624</guid>

					<description><![CDATA[<p>Every once in awhile Apple&#8217;s shitty Server 3 throws errors that prevent SpamAssassin from processing new spam. The error shows up when I run spam trainer. The error it throws looks like: ERROR: Bayes dump returned an error, please re-run with -D for more information bayes: cannot open bayes databases /Library/Server/Mail/Data/scanner/amavis/.spamassassin/bayes_* R/O: tie failed: Permission [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2014/11/05/fix-spamassassin-error-on-mavericks-server-3/">Fix SpamAssassin Error on Mavericks Server 3</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2014/11/05/fix-spamassassin-error-on-mavericks-server-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set up Mavericks Server 3 for email and train bayes spam filter</title>
		<link>https://gigoblog.com/2014/08/11/set-up-mavericks-server-3-for-email-and-train-bayes-spam-filter/</link>
					<comments>https://gigoblog.com/2014/08/11/set-up-mavericks-server-3-for-email-and-train-bayes-spam-filter/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Mon, 11 Aug 2014 16:20:37 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[Sendmail]]></category>
		<category><![CDATA[Spam]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=615</guid>

					<description><![CDATA[<p>OS X Mavericks 10.9 Server 3 ships with SpamAssassin, but there are almost no controls available to admins (shame on you, Apple). Of course, a well-trained Bayes spam filter will cut down on annoying spam messages. Thanks to the good folks at topicdesk.com, it&#8217;s super easy to set up the server for training the onboard [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2014/08/11/set-up-mavericks-server-3-for-email-and-train-bayes-spam-filter/">Set up Mavericks Server 3 for email and train bayes spam filter</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2014/08/11/set-up-mavericks-server-3-for-email-and-train-bayes-spam-filter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adding SSL certificate to Mavericks Server 3 on Mac OS X 10.9</title>
		<link>https://gigoblog.com/2014/01/02/adding-ssl-certificate-to-mavericks-server-3-on-mac-os-x-10-9/</link>
					<comments>https://gigoblog.com/2014/01/02/adding-ssl-certificate-to-mavericks-server-3-on-mac-os-x-10-9/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 02 Jan 2014 21:50:25 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[SSL]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=596</guid>

					<description><![CDATA[<p>I wanted to add a cheap SSL certificate to my Mac OS X Mavericks 10.9.1 server. I purchased a Comodo PositiveSSL certificate for $9 from Namecheap.com. After generating the signed certificate request using the Server.app tool, I followed their directions and finally got the certificate. But after installing it, Server.app and Keychain both reported that [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2014/01/02/adding-ssl-certificate-to-mavericks-server-3-on-mac-os-x-10-9/">Adding SSL certificate to Mavericks Server 3 on Mac OS X 10.9</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2014/01/02/adding-ssl-certificate-to-mavericks-server-3-on-mac-os-x-10-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Test whether outbound port is open on Mac OS X 10.9, 10.8, 10.7</title>
		<link>https://gigoblog.com/2013/12/02/test-if-outbound-port-is-open-on-mac-os/</link>
					<comments>https://gigoblog.com/2013/12/02/test-if-outbound-port-is-open-on-mac-os/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 14:56:08 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=588</guid>

					<description><![CDATA[<p>Wondering if a certain outbound port on your Mac is open or closed? Here&#8217;s a way to determine outbound open ports on Mac OS using netcat via the command line in terminal. We’ll use  using a free service from portquiz.net. From the terminal, enter: nc -v portquiz.net 443 where 443 is the port number you want [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/12/02/test-if-outbound-port-is-open-on-mac-os/">Test whether outbound port is open on Mac OS X 10.9, 10.8, 10.7</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/12/02/test-if-outbound-port-is-open-on-mac-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Dropbox clone on Mac OS X Mavericks using OwnCloud</title>
		<link>https://gigoblog.com/2013/11/14/create-a-dropbox-clone-on-mac-os-x-mavericks-using-owncloud/</link>
					<comments>https://gigoblog.com/2013/11/14/create-a-dropbox-clone-on-mac-os-x-mavericks-using-owncloud/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 14 Nov 2013 23:28:31 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[OwnCloud]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=504</guid>

					<description><![CDATA[<p>My company uses Dropbox extensively for sharing project files. It truly is an enhancement to our workflow. But, we don&#8217;t like the privacy concerns of hosting our contracts and other confidential information in their cloud, nor do we like the cost. We like everything else. OwnCloud is an open source alternative to Dropbox, and provides [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/11/14/create-a-dropbox-clone-on-mac-os-x-mavericks-using-owncloud/">Create a Dropbox clone on Mac OS X Mavericks using OwnCloud</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/11/14/create-a-dropbox-clone-on-mac-os-x-mavericks-using-owncloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add Internationalization extension to PHP on Mac OS X 10.9 Mavericks Server</title>
		<link>https://gigoblog.com/2013/11/14/add-internationalization-extension-to-php-on-mac-os-x-10-9-mavericks-server/</link>
					<comments>https://gigoblog.com/2013/11/14/add-internationalization-extension-to-php-on-mac-os-x-10-9-mavericks-server/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 14 Nov 2013 20:53:52 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=576</guid>

					<description><![CDATA[<p>You can easily install the intl international support extension to PHP 5.4 on Mac OS X 10.9 Mavericks Server. Here&#8217;s how: Mavericks Upgrade Notice If you&#8217;ve upgraded to Mavericks from an earlier version, and you&#8217;ve installed PHP extensions using MacPorts, read this article to upgrade PHP extensions for Mavericks server before continuing with this article. Download [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/11/14/add-internationalization-extension-to-php-on-mac-os-x-10-9-mavericks-server/">Add Internationalization extension to PHP on Mac OS X 10.9 Mavericks Server</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/11/14/add-internationalization-extension-to-php-on-mac-os-x-10-9-mavericks-server/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Add mcrypt PHP extension to Mac OS X Mavericks server</title>
		<link>https://gigoblog.com/2013/11/14/add-mcrypt-php-extension-to-mac-os-x-mavericks-server/</link>
					<comments>https://gigoblog.com/2013/11/14/add-mcrypt-php-extension-to-mac-os-x-mavericks-server/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 14 Nov 2013 19:37:25 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=543</guid>

					<description><![CDATA[<p>You can easily install the mcrypt extension to PHP 5.4 on Mac OS X 10.9 Mavericks Server. Here&#8217;s how: Mavericks Upgrade Notice If you&#8217;ve upgraded to Mavericks from an earlier version, and you&#8217;ve installed PHP extensions using MacPorts, read this article to upgrade PHP extensions for Mavericks server before continuing with this article. Download and install [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/11/14/add-mcrypt-php-extension-to-mac-os-x-mavericks-server/">Add mcrypt PHP extension to Mac OS X Mavericks server</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/11/14/add-mcrypt-php-extension-to-mac-os-x-mavericks-server/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Add the ssh2 extension for PHP on Mac OS X Mavericks server</title>
		<link>https://gigoblog.com/2013/11/14/add-the-ssh2-extension-for-php-on-mac-os-x-mavericks-server/</link>
					<comments>https://gigoblog.com/2013/11/14/add-the-ssh2-extension-for-php-on-mac-os-x-mavericks-server/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 14 Nov 2013 19:35:55 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[Mavericks]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=541</guid>

					<description><![CDATA[<p>You can easily install the PHP SSH2 extension to PHP 5.4 on Mac OS X 10.9 Mavericks Server to support the CDN features of SocialEngine 4. Here’s how: Mavericks Upgrade Notice If you&#8217;ve upgraded to Mavericks from an earlier version, and you&#8217;ve installed PHP extensions using MacPorts, read this article to upgrade PHP extensions for Mavericks [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/11/14/add-the-ssh2-extension-for-php-on-mac-os-x-mavericks-server/">Add the ssh2 extension for PHP on Mac OS X Mavericks server</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/11/14/add-the-ssh2-extension-for-php-on-mac-os-x-mavericks-server/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
