![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
@Mail Custom Login
Hi all,
I wanna do a Custom login page but when i copy out the codes in email server's index.pl and atmail.pl. I find that the form in atmail.pl submits to itself ?? Cant seem to find any threads in forum on creating a custom login page too, any clues to any threads ? must have been talked to death right ?? |
|
#2
|
|||||||||||
|
|||||||||||
|
Just make your form submit to atmail.pl as well but on the webmail server instead of your own, it will work fine.
|
|
#3
|
|||
|
|||
|
I had copied the exact set of codes from index.pl and changed only the action to :
http://216.157.131.123/atmail.pl HOwever, upon entering the details and submit, it shows me the following error message : Error connecting to mail server - Does the domain exist and accept incoming connections? (): Invalid argument My values entered are definitely correct but it doesnt work .. any other sets of files to copy or codes to change ?? |
|
#4
|
|||
|
|||
|
I had set up a A record for webmail.mydomain.com to point to 216.157.131.123.
Okay, i stripped off all the html tags and use just the code below, subst. mydomain with my actual domain name. <form action="http://webmail.mydomain.com/atmail.pl" method="post" name="loginPage" target="_top"> <input name="username"type="text" size="7"> <BR> <input name="password" type="password" size="10"><BR><BR> <input type="hidden" name="MailServer" value="mail2.mydomain.com"> <BR> <INPUT type="hidden" name=LoginType value="simple"> <input type="hidden" name="pop3host" value="mydomain.com"><br> <input type="hidden" name="Language" value=""> <BR> <input type="hidden" name="MailType" value="pop3"><BR><BR> <input name="Submit" type="Submit" value="Login"> </form> but it still cannot, throws me some access errors. Is the code above correct ? |
|
#5
|
|||
|
|||
|
Got this error with the codes above. ...
![]() Content-Type: text/html Software Configuration Error The error message follows: Cannot read html/English/simple/simple.html: No such file or directory -------------------------------------------------------------------------------- Check the permissions are correctly and the parent directory has execute permissions. For example use the following comamnds, where /home/httpd/html/atmail is the directory installed on your server : chmod 755 /home/http/html/atmail ; chmod 755 /home/httpd/html/ ; chmod 755 /home/httpd/ |
|
#6
|
|||
|
|||
|
Anybody can just give me a simple sample to follow ? Seems so easy but i am hitting problems at every turn ...
|
|
#7
|
|||||||||||
|
|||||||||||
|
Code:
|
|
#8
|
|||
|
|||
|
THANKS !!!!!!! BRANGWYN !!!!
It works !!!! Duno why the original one couldnt work too ... hmm. U have really aid me along so many times ... a million thanks !!! |
|
#9
|
|||||||||||
|
|||||||||||
|
Your welcome aVex
![]() |
|
#10
|
||||||||||||
|
||||||||||||
|
that was really helpful Brangwyn. thanks
|
|
#11
|
|||
|
|||
|
Brangwyn, mabbe when u come Singapore, find me and i can give u a treat !
=) |
|
#12
|
||||||||||||
|
||||||||||||
|
avex. if you copied the cuurent version, it has a javascript in it that creatres the mailserver name that would have overided your mailserver name. That might be why it didn't work. Glad Nranqyn's script worked for you
|
|
#13
|
|||
|
|||
|
possible, i used a plain vanilla version too, but it gave me another error which was the one i pasted above. guess there was something wrong with my syntax.. =p
Waiting for matrix to use your script for our logout pages !! Hope it is soon .... =) |
|
#14
|
||||||||||||
|
||||||||||||
|
don't think they plan to, never heard anything.
|
|
#15
|
|||||||||||
|
|||||||||||
|
Quote:
We went to Singapore the year before last for a few days before spening a nice relaxing week on Bintan Island ... must say I could spend a whole week in Funan Mall going through all the computer stores ... yeah I'm a computer geek ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make a custom login page for atmail for our clients? | dipu | Chit Chat Public | 2 | 06-29-2003 10:46 AM |