Email server built in PHP

Talk about anything in here.
Post Reply
conradk
Posts: 117
Joined: Tue Jul 05, 2011 10:41 pm

Email server built in PHP

Post by conradk »

Hey guys,

I'm thinking of building an email server in pure PHP. Why ? Because I don't know much C, C++ or Java. Because I find current mail server to be hard to setup (Postfix/Exim/Sendmail + Dovecot/Courier + ClamAV + Antispam + this and that...). Then you have to get into complicated config files that use yet another syntax. And also because I'd like to address some privacy issues the current mail servers have.

Now I know PHP might cause performance issues. But I think it could be a good way to build a very functional email server.

Also, using PHP would make the server easy to maintain, due to its much higher level than C, accessible to a lot of people easily :)

What do you think of the idea?

Conrad
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Email server built in PHP

Post by jacek »

It should be fine as far as performance goes as long as you design it smartly.

Sounds like a fun project !
Image
Post Reply