mail box % full

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

mail box % full

Post by devork »

can any one guid how do I do to show that a person mail box is % full
in php

is it db related or something ?
counting ?
User avatar
greenhorn666
Forum Commoner
Posts: 87
Joined: Thu Aug 14, 2003 7:14 am
Location: Brussels, Belgium

Post by greenhorn666 »

Yes and now...
How do you store your users' mail?
If its the good'ol FS way, you need to exec() quota on the server for the user and parse output...
If it is in a DB, then yes... it DB dependent.
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

I am totally novice in it...
(me using linux....php/mysql ;) )
guide me step by step
User avatar
greenhorn666
Forum Commoner
Posts: 87
Joined: Thu Aug 14, 2003 7:14 am
Location: Brussels, Belgium

Post by greenhorn666 »

Well first tell me how do you store your users' incoming mail?
If you don't know, find out!
Better, look for the different possibilities (MTAs, storage to DB/file, frontends,...)
What are you exacting trying to do?
And no, I won't guide you step by step... I might show you the way to go, but that's the most I'll do...
Or do you want my company's phone #? I'll invoice you :) lol!
Post Reply