Tag Archives: osx-server

chroot’d SFTP on Mac OS X server

So here you are finding that you need to grant someone else SFTP access to your server. There are lots of reasons to do this, in my case it’s because I needed to grant access to someone’s web designer. We … Continue reading

Posted in code, osx-server | Tagged , | 5 Comments

Squirrelmail Plugins

Just an FYI post. I save all my added Squirrelmail plugins in /Users/Shared/squirrelmail_plugins/. Consequently if I need to reinstall any or all of them all I have to do is issue the following… Activate the plugins, save, quit and you’re … Continue reading

Posted in osx-server | Tagged , | 4 Comments

Setting up WebDAV Share in Mac OS X Server

As I attempt to transition from a laptop to an iPad, with no specific reason other than the iPad is sooooo kewl; I need to create my own online storage. Yes I have a Dropbox account, but I don’t control … Continue reading

Posted in osx-server | Tagged | 5 Comments

Updating DNS settings

Just to document. I’ve updated the settings in /etc/named/named.ca by using the following command and then restarting DNS. sudo curl ftp://ftp.internic.net/domain/named.root -o /var/named/named.ca Not sure how often this should be done. I also added the following to /etc/named.conf to reduced … Continue reading

Posted in osx-server | Tagged , | Leave a comment

Fail2ban Problems and Solutions

If you use Fail2ban then you are probably aware of the fact that you must add a rule number to the ipfw deny rule for actionban in ipfw.conf. If you don’t add a rule number then there is no way … Continue reading

Posted in code, osx-server | Tagged , , | 1 Comment

Checking Fail2ban regex

I’ve just stumbled across a great command in Fail2ban to check whether or not your filter will actually score a hit from your log file. From the command line. fail2ban-regex /path/to/logfile /etc/fail2ban/filter.d/myfilter.conf regex_to_ignore As an example. fail2ban-regex /var/log/secure.log /etc/fail2ban/filter.d/sshd.conf (myusername|myIPaddress) … Continue reading

Posted in code, osx-server | Tagged , , | 1 Comment

Printopia

AirPrint is one of the most welcome additions of late to iOS 4.2. Unfortunately Apple removed the ability to print to shared printers. Fortunately, creative software developers such as Ecamm have created Printopia as a solution for those of us … Continue reading

Posted in osx-server | Tagged , , | 1 Comment

Fail2ban and OS X Server, part deux

As some of you might know I run my own installation of OS X Server. I’ve since updated it to Snow Leopard Server and I think I’ve got most of it running well. As I check my server logs frequently … Continue reading

Posted in code, computer, osx-server | Tagged , , , | 2 Comments

Setting up Snow Leopard iCal Server

After scouring through the official documentation, and finding that lacking, Google has found the answers. Make sure Wiki Server is set to 127.0.0.1 and that Use SSL is checked. Here’s how I was finally able to get my groups into … Continue reading

Posted in mac-osx, osx-server | Tagged , , | Leave a comment

Dovecot Permissions

Well, I finally bit the bullet and installed OS X Snow Leopard Server. Most of what I absolutely need to get working is mail services. One of the peculiarities of Dovecot is that each users mail folder is owned by … Continue reading

Posted in mac-osx, osx-server | Tagged , , | 4 Comments