[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [Re: [LI] How do i provide Logins via Web?]



"Vishal Khanna" <vishal@xxxxxxxxxxxxxxxxxxx> wrote:
Sachin  some answers below
- --->
>My query:
>
>authenticate users? or how can i make a perl script authenticate users???
If
>my question is unclear pls mail back...
Question is clear, you will have to develop a authentication routine, or
write a simple routine which is clear text based, and check for details from
a ascii file.
readuser
reaspass
checkuser
checkpass
I can send you what it would be in C, Perl would be the same ~ but it would
require more input. modules of Perl hmmm(the cgi.pm for starters definitely)
cannot remember anyoffhand, but get to have a look at the Oreilly books
 now coming dirt cheap ! 250 each or so) they are the best bet.
>
>Another query...
>
>How do i configure sendmail to accept and send mails from the lan using MS
>Outlook or any other Windows based mail Client
Do you have a link set-up or you want to use it for simple local email
traffic, local email traffic is simple cause the default config of sendmail
does that job. get to www.sendmail.org  u will find a lot ot details there.
What is important is you must also have a  popper running ( a pop3 server)
for users to be able to retrieve there email. Assuming you have a local set
up and a default config that works.
a) Create user accounts for all those whom you want to have email
b) creat a /etc/aliases file where you can map some aliases
c) test using simple SMTP i.e
telnet urhost 25
hello ur host
MAIL FROM: abc@xxxxxxx
RCPT TO: <somelocaluser>
data
blah blah blah
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

Thanks Vishal, all is in place that is, whatever u have wroiitten... but i
cant use outlook to send or recieve mails... as for the web logins... What i
want to do is... provide a hotmail types http based email to the LAN users....
i still am not able to do it...

The message I get in Outlook is:
Connection to server has failed Account:"Blonde Mail" Server: "192.168.1.22"
Protocol: POP3, Port 110 Secure (SSL) No Socket error 10061 Error Number
0x800ccc0e 

please let me know if u have any ideas... and also... C code will do...


Thanks again :)

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------