RE: Re: [qmailtoaster] Reply to Address

2008-10-23 Thread Kyle Quillen
 



From: Kent Busbee [mailto:[EMAIL PROTECTED]
Sent: Thu 10/23/2008 2:42 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: Re: [qmailtoaster] Reply to Address




See response below; Kyle Quillen wrote:
>
> yep if you just drop a file into /home/vpopmail/etc/defaultdomain
>
> and put a line in there that says domain.com it will let you login without
> the @domain.com
>
> But it seems as though it is not truly working the way that I want.
>
> Thanks
> q
>

Interesting!  This is for SquirrelMail?  I had the same problem, but fixed
it a different way:

I edited the SquirrelMail login file: redirect.php under the src directory
Added the following with the + between the two without

 sqGetGlobalVar('login_username', $login_username);
+/* the following 3 lines were added by the buz for NCS */
+if(strpos($login_username, '@') === false) {
+$login_username = $login_username.'@northlakechristian.org';
+}
 sqGetGlobalVar('secretkey', $secretkey);

I found that With SM there were little things that were not working properly 
now that may have something to do with the fact that I have installed the nuts 
mail theme.  However for pop and IMAP and smtp it is working great. 

Thanks
Q
 





-
 QmailToaster hosted by: VR Hosted  >
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<>-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Re: [qmailtoaster] Reply to Address

2008-10-23 Thread Kent Busbee

See response below; Kyle Quillen wrote:
>
> yep if you just drop a file into /home/vpopmail/etc/defaultdomain
>
> and put a line in there that says domain.com it will let you login without
> the @domain.com
>
> But it seems as though it is not truly working the way that I want.
>
> Thanks
> q
>

Interesting!  This is for SquirrelMail?  I had the same problem, but fixed
it a different way:

I edited the SquirrelMail login file: redirect.php under the src directory
Added the following with the + between the two without

 sqGetGlobalVar('login_username', $login_username);
+/* the following 3 lines were added by the buz for NCS */
+if(strpos($login_username, '@') === false) {
+$login_username = $login_username.'@northlakechristian.org';
+}
 sqGetGlobalVar('secretkey', $secretkey);



Kent Busbee
Director of Technology
Northlake Christian School


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]