This is a discussion on FTP and Mail server within the Apache Web Server forums, part of the Web Server and Related Forums category; I would like to set up an FTP site and Mail Server. Is this possible with Apache 2.0?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Benedictum" <nospam@dominus.com> wrote in message
news:rLaWa.20783$It4.14186@rwcrnsc51.ops.asp.att.n et... > I would like to set up an FTP site and Mail Server. Is this possible with > Apache 2.0? Apache 2 is an HTTP server, not an FTP or Mail server. You can run other programs to do those, and they should all live together quite nicely on one box. I use War FTPd, and ArGoSoft Mail. |
|
|||
|
Thanks, I'll check out your suggestions.
"JaiGuru" <webmeister@hotmail.com> wrote in message news:usbWa.2550$2Y2.1903@newssvr24.news.prodigy.co m... > "Benedictum" <nospam@dominus.com> wrote in message > news:rLaWa.20783$It4.14186@rwcrnsc51.ops.asp.att.n et... > > I would like to set up an FTP site and Mail Server. Is this possible with > > Apache 2.0? > > Apache 2 is an HTTP server, not an FTP or Mail server. You can run other > programs to do those, and they should all live together quite nicely on one > box. > > I use War FTPd, and ArGoSoft Mail. > > |