Page 1 of 1

Create a email server

Posted: Mon Feb 26, 2007 4:19 am
by ansarka
Hello friends

I want to code a email server in which users can create there own email ids check email and send email .

Actually my client want to provide email id to every user registered with our site

Can any one please help me :( :( :( :( :(

Posted: Mon Feb 26, 2007 6:32 am
by Chris Corbyn
I doubt you wanto code the mail server, you can use Exim for that. I use Exim4, then pipe all incoming mail into a PHP script which looks up the user and puts it in a database.

Exim4 has system_filter which you can use to define your pipe for the incoming mail according to your desired criteria.