> ie, i neet to get the mail quota from mail server in
> linux from a client system. how can i invoke a
> command at the mail server from a client system.
This doesn't clarify anything.
What do you mean "invoke a command at the mail server"?
You could use a socket connection and the POP protocol. The javamail API could help with that.
You could Runtime.exec rsh or telnet and execute the command in a shell on the remote system.
Hard to say more without more details from you.
i am using the mail server in linux.
my application is running with java/jsp and using java Mail API (Application server is in windows).
I need to get the mail quota of each user. how its possible. ?
How can i use Runtime.exec(/home/.. mailquota - user) since the application server is windows and mailserver is linux..
plz find me a solution