PHP Webmail script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
U-238
Forum Newbie
Posts: 5
Joined: Mon Feb 02, 2004 12:12 am
Location: Australia

PHP Webmail script

Post by U-238 »

Hi

I have a web server that is also a mail server. Sendmail stores all the mail in /var/mail

Does anyone know of a webmail script which can display the mail in /var/mail in a web page?

Thanks in advance
teniosoft
Forum Newbie
Posts: 15
Joined: Tue Feb 03, 2004 1:01 am
Location: Portland, Or

Post by teniosoft »

If you have full control over your server then I would suggest that you try using webmin. Simply the best *nix configuration utility in the world. It includes mail scripts if you want to see how to do it with php I am sure they have something on sourceforge.net
U-238
Forum Newbie
Posts: 5
Joined: Mon Feb 02, 2004 12:12 am
Location: Australia

Post by U-238 »

I already have Webmin :)

I want something so that users can check their mail on the web site. that's all. I don't really want to give all the users access to Webmin.
Post Reply