|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
||||
|
||||
|
mail server on windows machine
looking to set up a secure mail server from my personal home machine
only reason i want it is to test scripts. in other words, i have php/apache/mysql on my home system to program, but i cannot verify how my mail type scripts work without a working mail server. Windows XP Pro OS Apache 2.0.48 i DONT want to set up a mail server for sending mail, except from scripts that i write that need to send mail |
|
#2
|
|||
|
|||
|
RE: mail server on windows machine
The easiest way is to set up IIS and install only the smtp services.
|
|
#3
|
||||
|
||||
|
RE: mail server on windows machine
i tried IIS, but could not get it configured, or configured properly.
not quite sure what to do to make it work |
|
#4
|
|||||
|
|||||
|
RE: mail server on windows machine
I don't have much experience with IIS, but I can say that mail servers are a tricky bunch.
Does Sendmail run on Windows? I have my notes on installing and configuring Sendmail on a Slackware Linux machine. If for some reason it's been ported to Windows and you wanted to try that, I can provide you a copy of my notes. They might be of help. I think you can might be able to set up PHP to reference a nonlocal mail server under Windows (which the option to do so isn't available under Linux). I know that the PEAR::MAIL::Factory classes allows you to send mail through a nonlocal mail server. You could use that in your mail scripts... php Code:
I myself am more familiar with Apache than IIS... I didn't even know there was an SMTP portion to it (though I did know it could do FTP). I know Notepad has some IIS experience though I don't know how much, especially in the SMTP area. I guess you should decide if you wanted to try the above options or if you wanted to go with IIS. If you go with IIS, if you could describe the configuration options I could try to help you uncover resonable values for them. I do have a few IIS admin books kickin' around the house and know a bit of mail server admin'ing, so I can try to help you as best I can. -Tim |
|
#5
|
|||
|
|||
|
RE: mail server on windows machine
some folks are saying nice things about mdeamon..
|
|
#6
|
||||
|
||||
|
RE: mail server on windows machine
I talked to a Windows Admin buddy of mine and he gave me a bit more info on IIS's SMTP capabilities.
Apparently it's just the old unpatched Microsoft Exchange 5 code that provides IIS with its SMTP capabilities. With that said, IIS for SMTP is risky. He suggested ASPMail to provide a more secure and reliable service. I've not heard about mdeamon at all, Zombie. What about qmail? Again probably a *nix designed mail server, but it might run under Cygwin? The more I think about it, Kender, you might just want to see if you can research the mail directives in the php.ini file to send through an external mail server or use PEAR::Mail::Factory. Especially since you don't want to use the email server a lot and it would be a lot of effort to install and secure. -Tim |
|
#7
|
||||
|
||||
|
RE: mail server on windows machine
where would i look into the pear features, and how to write for it?
|
|
#8
|
|||||
|
|||||
|
RE: mail server on windows machine
Well, the code would be:
php Code:
... the PEAR website is pear.php.net. -Tim |
|
#9
|
||||
|
||||
|
RE: mail server on windows machine
since i already ran the pear install when i installed php5, there is nothing else to install.. functionality should already be there?
|
|
#10
|
||||
|
||||
|
RE: mail server on windows machine
PEAR is installed by default with PHP versions 4.3.0 and above; you'll only need to install it manually if you're restricted to earlier versions. Information on how to perform a manual installation of PEAR can be found at pear.php.net/manual/en/installation.getting.php.
-Tim |
|
#11
|
||||
|
||||
|
RE: mail server on windows machine
thanks all for the help
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > mail server on windows machine |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|