Sponsored Content
Operating Systems Linux Ubuntu How to build as web base File Server Post 302155641 by satimis on Friday 4th of January 2008 09:51:11 PM
Old 01-04-2008
How to build as web base File Server

Hi folks,


Ubuntu 7.04 server amd64
apache2-2.2.3
postfix-2.3.8
mysql Ver 14.12
SquirrelMail version 1.4.11


I have a running Mail Server. I need to make it as a file server, in addition, allowing users who have accounts (Linux/shell) on the Mail Server to upload/download their files via browser on the Mail Server for storage.


Webmin and Usermin are also running on the Mail Server. Users can send/receive webmails direct on any PC. They can change their passwords either direct on SquirrelMail or via Usermin.


At the beginning I was thinking whether I can make use Usermin allowing users to upload/download files to/from the Mail Server. Therefore they can access them on any PC world-wide, borderless. While googling around on Internet I found;


HFS ~ Http File Server
HFS ~ HTTP File Server
rejetto.com - portal


I expect folks on the forum who have experience on this project shed me some light. OR are there better solutions?


TIA


B.R.
satimis
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies

2. Shell Programming and Scripting

Create file base on server time

Hi Guys, Server time:- >date >Wed Nov 14 11:56:23 EST 2012 I want to convert in to Below Formet :- 20121114.1100 And cretae file base on above data : last 48 Hour 20121114.1000 20121114.1100 20121114.0900 20121114.1000 20121114.0800 20121114.0900 20121114.0700 20121114.0800... (2 Replies)
Discussion started by: asavaliya
2 Replies
Mail::Server::IMAP4(3pm)				User Contributed Perl Documentation				  Mail::Server::IMAP4(3pm)

NAME
Mail::Server::IMAP4 - IMAP4 server implementation (not completed) INHERITANCE
Mail::Server::IMAP4 is a Mail::Server is a Mail::Reporter SYNOPSIS
!!!Partially implemented!!!! my $server = Mail::Server::IMAP4->new($msg); DESCRIPTION
This module is a place-holder, which can be used to grow code which is needed to implement a full IMAP4 server. Although the server is not implemented, parts of this server are already available. o Mail::Server::IMAP4::Fetch used to capture "FETCH" related information from a message, and produce server-side FETCH answers. o Mail::Server::IMAP4::List produce LIST reponses about existing folders. This works in combination with a Mail::Box::Manage::User object. o Mail::Server::IMAP4::Search the SEARCH request. Not implemented yet... looking for a volunteer. METHODS
Constructors Mail::Server::IMAP4->new(OPTIONS) See "Constructors" in Mail::Reporter Error handling $obj->AUTOLOAD() See "Error handling" in Mail::Reporter $obj->addReport(OBJECT) See "Error handling" in Mail::Reporter $obj->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) Mail::Server::IMAP4->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) See "Error handling" in Mail::Reporter $obj->errors() See "Error handling" in Mail::Reporter $obj->log([LEVEL [,STRINGS]]) Mail::Server::IMAP4->log([LEVEL [,STRINGS]]) See "Error handling" in Mail::Reporter $obj->logPriority(LEVEL) Mail::Server::IMAP4->logPriority(LEVEL) See "Error handling" in Mail::Reporter $obj->logSettings() See "Error handling" in Mail::Reporter $obj->notImplemented() See "Error handling" in Mail::Reporter $obj->report([LEVEL]) See "Error handling" in Mail::Reporter $obj->reportAll([LEVEL]) See "Error handling" in Mail::Reporter $obj->trace([LEVEL]) See "Error handling" in Mail::Reporter $obj->warnings() See "Error handling" in Mail::Reporter Cleanup $obj->DESTROY() See "Cleanup" in Mail::Reporter $obj->inGlobalDestruction() See "Cleanup" in Mail::Reporter DETAILS
See RFC2060: "Internet Message Access Protocol IMAP4v1" DIAGNOSTICS
Error: Package $package does not implement $method. Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package. SEE ALSO
This module is part of Mail-Box distribution version 2.105, built on May 07, 2012. Website: http://perl.overmeer.net/mailbox/ LICENSE
Copyrights 2001-2012 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.14.2 2012-05-07 Mail::Server::IMAP4(3pm)
All times are GMT -4. The time now is 12:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy