Hello all,
I am looking for an out-going email server, that doesn't require authentication, for my router to send logs to. I don't have an email account anywhere that will do this so if any of you know where I can find one, please tell me!
Thanks!
is there a particular reason why ?
Uh... for my router to send logs to. It doesn't have provisions for authentication.
Install smtp server on your m/c. This way you don't even have dependency on some other service.
Thanks mOrpheuS! I understand now.
you can host an SMTP Mail server on your local machine by using the Microsoft Windows Built In Internet Information Services that can be added by
1) Going to control panel and opening add/remove programs
2) click add/remove windows components.
3) Choose Internet Information Services, expand it and choose everything inside it.
4) It will ask you for your CD when you click next and might take few minutes to complete.
5) As soon as it finishes locate to Administrative Tools and open Internet Information Services where, when opens, you can see the SMTP Server.
Note: This is only available for Win2000 Pro and XP Pro and other Server OS's.
Hope this solves your problem.