Saturday, August 8, 2009
Creating Email Aliases in 10.5 Server with Magic Triangle
With the magic triangle (AD/OD Integration) in place the user records all existing in the active directory and thus can not be altered with Apple's Workgroup Manager (WGM). Therefore we can not simply create an email alias by adding an additional entry in the Short Name field through WGM (this method is known as Mac OS X Server-style alias). Instead we must use the Postfix-style alias which requires use of the command line. The official instructions can be found in the Mail_Service_Admin_v10.5_2nd_ed.pdf on Apple's website.
1) Open a terminal/command line session with the mail server
ssh mail.example.com -l adminuser
2) Open the aliases file for editing
sudo pico /etc/postfix/aliases
3) Add or remove references to mailboxes as needed
Only edit the section of the document titled "# Put your local aliases here."
Enter aliases in the format of "newalias: shortname"
Press Control-O to save the file
Press Control-X to Exit the pico text editor
4) Process the text file into the database for faster access
sudo postalias /etc/postfix/aliases
5) Reload the alias database
sudo newaliases
6) Close the command line for security purposes
exit
(Do this immediately even if you have other cli processes to take care of since the sudo command caches your root password for a short amount of time)
Friday, May 15, 2009
Super Simple Backup for PC & Mac
Your hard drive will fail! Listen, all hard drives fail eventually; it is just a matter of when. Add to that all of the threats to your data from virus, spyware, etc, and it becomes imperative that you backup your files. Most people have hundreds or thousands of personal photos that are irreplacable.
It's Your Data - It's Your Responsibility
Visit www.mozy.com for free/cheap on-line & off-site backup. Visit www.lacie.com for a simple external hard-drive backup solution. Using both of these solutions together makes for an inexpensive, easy, reliable backup plan.
Monday, June 2, 2008
Development Projects
It has been way to long timesince I last updated this site so I thought I would get back to it. I recently purchased a copy of Adobe Creative Suite 3 Web Edition and have been playing with some new tools. I have discovered Photoshop has changed dramatically since I last used it three or four years ago. Luckily I have been using Fireworks, Flash and Dreamweaver for about ten years so the learning curve for Photoshop was fairly low.
Illustrator has been a completely different challenge. I have used it many times in the past to design backgrounds and print layouts. However, since I am not an artist I have never tried to draw much. Well, last night I decided to try and draw a simple cartoon dog face. As you can see, after two and half hours I still have a lot of work ahead of me.
I am using Adobe's Contribute CS3 to create and edit this blog entry. It is extremely simple to use and works great with Google's BlogSpot. If you have a Blogger account all you have to do is enter your username and password. No further setup is required and editing a blog or a even a website is as simple as using a word processor.
I highly recommend Adobe's products to anyone who is into audio/video editing, graphic design, web development, rich application development or just plain jacking around! You can download a free trial of any of these applications at adobe.com.