Posts Tagged ‘PHP’

ISP in a box: Host mail, web and more on your Mac

Friday, September 1st, 2006

Macmini 100pxLate last year, I posted about Richard Valk’s “ISP in a box” project, which offered instructions for setting up a mail, web and more server on a Mac mini (or any Mac) at home.

Richard has now released “ISP in a box” 2.0, a series of blog posts with instructions and links to binaries that allow you to be your own ISP:

If you follow these documented steps you’ll end up with a Mac which you can use to host your and your friends’ websites by using an Apache2-based webserver which uses PHP 5 and can talk to a MySQL 5 database. This means you can install most PHP/MySQL based applications like for instance blogs or forums like Wordpress and phpbb. You are also able to provide mail services for them with unlimited mailboxes, domains and web-based email services using Roundcube.

The end result is a system running Apache 2.2.3, MySQL 5.0.24, PHP 5.1.4, Postfix 2.3.2, Courier-IMAP 4.1.1, Courier-Auth 0.58, Cyrus-Sasl 2.1.18, Postfix admin 2.1.0 and Roundcube webmail 0.1 beta2.

Sounds like your kind of thing? Check it out .

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , , ,

PHP script to shoehorn IMAP emails into Gmail

Thursday, February 16th, 2006

GmailDrasko Markovic has posted a PHP script on his site that will resend all the email in an IMAP account to your Gmail account.

It can date stamp the emails and the name of the IMAP folder in which the messages are stored can be used as a Gmail label.

I wouldn’t call this a user-friendly solution, but if you have some PHP smarts, have the PHP IMAP module installed and know what you are doing, it might be an easier solution that using Gmail Loader and Thunderbird to move your Mail messages over.

Drasko makes absolutely no guarantees for its use. Neither do I.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , ,