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 <http://www.vr.org <http://www.vr.org/> >
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<>-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
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]



Re: Re: [qmailtoaster] Reply to Address

2008-10-13 Thread Erik A. Espinoza
Looks like the domain name may be in locals.

Erik

On Sun, Oct 12, 2008 at 10:15 AM, Kyle Quillen <[EMAIL PROTECTED]> wrote:
> Hmm,
>
> Yea I just tested that Ok here is what I have now.
>
> I have to 3200 users sitting on a 64 bit box.  I have disabled spamdyke and 
> am now requiring [EMAIL PROTECTED] but for some reason I am still unable to 
> send emails to users on this box below is a message I get back if I send an 
> email to one.
>
> Hi. This is the qmail-send program at domain.com.
> I'm afraid I wasn't able to deliver your message to the following addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <[EMAIL PROTECTED]>:
> Sorry, no mailbox here by that name. (#5.1.1)
>
>
> Any ideas?
>
> I am not seeing anything error out at least as far as i can tell and my mail 
> queue is growing larger and larger by the minute
>
> thanks
> q
>
>
>
> -Original Message-
> From: news on behalf of Eric Shubert
> Sent: Sun 10/12/2008 1:09 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject:  Re: [qmailtoaster] Reply to Address
>
> Not necessarily. The .qmail file isn't required. If it's absent, I
> believe that the domain's .qmail-default file is used.
>
> Kyle Quillen wrote:
>> Ok I think I am starting to narrow down some of my issues.
>>
>> I have noticed that none of the users on my domain have .qmail file These 
>> users are also not able to recieve mail Are these two things related?
>>
>> thanks
>> kyle
>>
>>
>> -Original Message-
>> From: news on behalf of Eric Shubert
>> Sent: Sun 10/12/2008 10:50 AM
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject:  Re: [qmailtoaster] Reply to Address
>>
>> Kyle Quillen wrote:
>>> Hey all,
>>>
>>> I have  a small issue.  I have  domain that I transfered over last night
>>> to qmail and all of the users used just the username to login to the
>>> mailserver so I setup the default domain.  Here is my problem:
>>>
>>> If a user logs in without using @domain.com then the server sends out
>>> messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]
>>>
>>> Which means that when someone hits the repy to button the emails never
>>> come through.  Any ideas?
>>>
>>> Thanks
>>> Q
>>>
>>
>> To be honest, I didn't know it is possible to log in without using
>> @domain.com in the name. So I haven't a clue.
>>
>>
>>
>> 
>>
>> -
>>  QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> --
> -Eric 'shubes'
>
>
> -
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Eric Shubert

What does the send log show?

Kyle Quillen wrote:

Hmm,

Yea I just tested that Ok here is what I have now. 

I have to 3200 users sitting on a 64 bit box.  I have disabled spamdyke and am now requiring [EMAIL PROTECTED] but for some reason I am still unable to send emails to users on this box below is a message I get back if I send an email to one. 


Hi. This is the qmail-send program at domain.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. (#5.1.1)


Any ideas? 


I am not seeing anything error out at least as far as i can tell and my mail 
queue is growing larger and larger by the minute

thanks
q



-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 1:09 PM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Not necessarily. The .qmail file isn't required. If it's absent, I 
believe that the domain's .qmail-default file is used.


Kyle Quillen wrote:
Ok I think I am starting to narrow down some of my issues. 


I have noticed that none of the users on my domain have .qmail file These users 
are also not able to recieve mail Are these two things related?

thanks
kyle


-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 10:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Kyle Quillen wrote:

Hey all,

I have  a small issue.  I have  domain that I transfered over last night 
to qmail and all of the users used just the username to login to the 
mailserver so I setup the default domain.  Here is my problem:


If a user logs in without using @domain.com then the server sends out 
messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]


Which means that when someone hits the repy to button the emails never 
come through.  Any ideas?


Thanks
Q

To be honest, I didn't know it is possible to log in without using 
@domain.com in the name. So I haven't a clue.






-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Kyle Quillen
Hmm,

Yea I just tested that Ok here is what I have now. 

I have to 3200 users sitting on a 64 bit box.  I have disabled spamdyke and am 
now requiring [EMAIL PROTECTED] but for some reason I am still unable to send 
emails to users on this box below is a message I get back if I send an email to 
one. 

Hi. This is the qmail-send program at domain.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. (#5.1.1)


Any ideas? 

I am not seeing anything error out at least as far as i can tell and my mail 
queue is growing larger and larger by the minute

thanks
q



-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 1:09 PM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Not necessarily. The .qmail file isn't required. If it's absent, I 
believe that the domain's .qmail-default file is used.

Kyle Quillen wrote:
> Ok I think I am starting to narrow down some of my issues. 
> 
> I have noticed that none of the users on my domain have .qmail file These 
> users are also not able to recieve mail Are these two things related?
> 
> thanks
> kyle
> 
> 
> -Original Message-
> From: news on behalf of Eric Shubert
> Sent: Sun 10/12/2008 10:50 AM
> To: qmailtoaster-list@qmailtoaster.com
> Subject:  Re: [qmailtoaster] Reply to Address
>  
> Kyle Quillen wrote:
>> Hey all,
>>
>> I have  a small issue.  I have  domain that I transfered over last night 
>> to qmail and all of the users used just the username to login to the 
>> mailserver so I setup the default domain.  Here is my problem:
>>
>> If a user logs in without using @domain.com then the server sends out 
>> messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]
>>
>> Which means that when someone hits the repy to button the emails never 
>> come through.  Any ideas?
>>
>> Thanks
>> Q
>>
> 
> To be honest, I didn't know it is possible to log in without using 
> @domain.com in the name. So I haven't a clue.
> 
> 
> 
> 
> 
> -
>  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


<>-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Eric Shubert
Not necessarily. The .qmail file isn't required. If it's absent, I 
believe that the domain's .qmail-default file is used.


Kyle Quillen wrote:
Ok I think I am starting to narrow down some of my issues. 


I have noticed that none of the users on my domain have .qmail file These users 
are also not able to recieve mail Are these two things related?

thanks
kyle


-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 10:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Kyle Quillen wrote:

Hey all,

I have  a small issue.  I have  domain that I transfered over last night 
to qmail and all of the users used just the username to login to the 
mailserver so I setup the default domain.  Here is my problem:


If a user logs in without using @domain.com then the server sends out 
messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]


Which means that when someone hits the repy to button the emails never 
come through.  Any ideas?


Thanks
Q



To be honest, I didn't know it is possible to log in without using 
@domain.com in the name. So I haven't a clue.






-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Kyle Quillen

Ok I think I am starting to narrow down some of my issues. 

I have noticed that none of the users on my domain have .qmail file These users 
are also not able to recieve mail Are these two things related?

thanks
kyle


-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 10:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Kyle Quillen wrote:
> 
> Hey all,
> 
> I have  a small issue.  I have  domain that I transfered over last night 
> to qmail and all of the users used just the username to login to the 
> mailserver so I setup the default domain.  Here is my problem:
> 
> If a user logs in without using @domain.com then the server sends out 
> messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]
> 
> Which means that when someone hits the repy to button the emails never 
> come through.  Any ideas?
> 
> Thanks
> Q
> 

To be honest, I didn't know it is possible to log in without using 
@domain.com in the name. So I haven't a clue.

-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


<>-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Kyle Quillen

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


-Original Message-
From: news on behalf of Eric Shubert
Sent: Sun 10/12/2008 10:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject:  Re: [qmailtoaster] Reply to Address
 
Kyle Quillen wrote:
> 
> Hey all,
> 
> I have  a small issue.  I have  domain that I transfered over last night 
> to qmail and all of the users used just the username to login to the 
> mailserver so I setup the default domain.  Here is my problem:
> 
> If a user logs in without using @domain.com then the server sends out 
> messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]
> 
> Which means that when someone hits the repy to button the emails never 
> come through.  Any ideas?
> 
> Thanks
> Q
> 

To be honest, I didn't know it is possible to log in without using 
@domain.com in the name. So I haven't a clue.

-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


<>-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] Reply to Address

2008-10-12 Thread Eric Shubert

Kyle Quillen wrote:


Hey all,

I have  a small issue.  I have  domain that I transfered over last night 
to qmail and all of the users used just the username to login to the 
mailserver so I setup the default domain.  Here is my problem:


If a user logs in without using @domain.com then the server sends out 
messages not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]


Which means that when someone hits the repy to button the emails never 
come through.  Any ideas?


Thanks
Q



To be honest, I didn't know it is possible to log in without using 
@domain.com in the name. So I haven't a clue.


--
-Eric 'shubes'


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



[qmailtoaster] Reply to Address

2008-10-12 Thread Kyle Quillen

Hey all,

I have  a small issue.  I have  domain that I transfered over last night to 
qmail and all of the users used just the username to login to the mailserver so 
I setup the default domain.  Here is my problem:

If a user logs in without using @domain.com then the server sends out messages 
not as [EMAIL PROTECTED] but as [EMAIL PROTECTED]

Which means that when someone hits the repy to button the emails never come 
through.  Any ideas?

Thanks
Q