Mail server
Mail server
I plan on building a mail server on a small network (around 60 systems) . and if the netwrk is connected to the internet, i want users to be able access their account via the net. (users will be able to create accounts only when on the main network though and front end is going to be php)
Well the above is the discription from whats it going to be from the users end, i want to as to how i can get started with a project like this??? Thanks in advance!
Well the above is the discription from whats it going to be from the users end, i want to as to how i can get started with a project like this??? Thanks in advance!
imagination is once limit......
So you want to run a mail server from your local LAN and allow users from the internet to be able to access it?
I'm not sure if thats a good idea security-wise but anyway I think you should concentrate on getting your LAN mail server setup first (I'm sure there are several available) and then think of access from the internet later if you want it.
Is this for a Windows or *NIX LAN?
I'm not sure if thats a good idea security-wise but anyway I think you should concentrate on getting your LAN mail server setup first (I'm sure there are several available) and then think of access from the internet later if you want it.
Is this for a Windows or *NIX LAN?
Only Human
First, you need to deside on what protocol your going to implement, then find the RFC for that protocol:
POP (Post Office Protocol 3) = RFC-1939
IMAP (Internet Message Access Protocol) - RFC-2060
SMTP (Simple Mail Transfer Protocol) RFC-0821
start designing the backend (i.e work out how your going to implement the protocol), This should be a deamond (or service in windows),
PHP has an API for acessing a mail server.
POP (Post Office Protocol 3) = RFC-1939
IMAP (Internet Message Access Protocol) - RFC-2060
SMTP (Simple Mail Transfer Protocol) RFC-0821
start designing the backend (i.e work out how your going to implement the protocol), This should be a deamond (or service in windows),
PHP has an API for acessing a mail server.
Microsoft: "let everyone run after us. We'll just INNOV~1"
Neo wrote:........ LAN mail server setup first (I'm sure there are several available) and then think of access from the internet later if you want it.
Is this for a Windows or *NIX LAN?
Its going to be for windows, So getting the mail server setup... how do i do that?
imagination is once limit......
As stated, you have to use Sevices for Windows where the program runs in the background. A quick google search brought up this: How to write NT Services You might want to try MSDN as well...
-fin
-fin
C8H10N4O2 | #446691 | Trust the nodes.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact: