ANDRÉ AULICH

Digital Asset Management & Workflow Automation

Archive: Mail


iPad Printing – Send PDF as email to Mac OS X Server 10.6

Well, everybody seems to be asking why the iPad can’t print files, yet.

If you are looking for iPad printing solutions, you might have come across funny approaches like this one, but this article is about a serious solution.

Credits: to use Mac OS X Server’s mail services to provide printing

Presentation in Berlin: Mac OS X Server 10.6 as communication platform for Mac, Windows, Linux, and iPhone

On Tuesday, March 2nd 2010, I am going to present Mac OS X Server 10.6 as the central communication platform for Mac OS X, Windows, Linux, and iPhone.

I will follow the setup guide described in my new book published by O’Reilly (in german). Everything will be done using a live

My new Mac OS X Server 10.6 book has just been published by O’Reilly

My new Mac OS X Server 10.6 book has just been published by O’Reilly.

It’s available in german and explains you how to set up your own mail, calendar, addressbook, and webserver based on Mac OS X Server 10.6 within no time.

You find more details about it at O’Reilly. The

Mac OS X Server 10.6: accept mails with empty subject line

If you use Mac OS X Server 10.6 (Snow Leopard Server) as a mail server, by default it rejects mails without a subject line.

If you want to change this behavior, you just need to open the file /etc/postfix/main.cf and change the line

header_checks = pcre:/etc/postfix/custom_header_checks

to

# header_checks = pcre:/etc/postfix/custom_header_checks

Afterwards, type

sudo postfix reload

to