Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Jake Vickers

Josh Hopkins wrote:



When I set the client whether it is outlook, thunderbird, or on mobile 
devices it connects and authorizes the users (or looks like it does) 
and then I get an error when sending saying 5.1.1 sorry, can't find 
valid MX record for sender domain (#5.1.1 - chkuser).  When checking 
DNS on the toaster it resolves both MX records back to itself which is 
correct.


I don't want to change the tcp.smtp file if I don't have to.

Any ideas?



Looks like DNS.  Can't really check unless we have the domain(s) 
involved so we can do checks here.




Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Eric Shubert

Josh Hopkins wrote:
I am having trouble setting up my toaster to relay for remote clients.  
I current setup is Toaster -- Firewall -- Exchange server.  All 
incoming email uses the Toaster as the mail gateway/filter and exchange 
uses the Toaster as the smart host for all outgoing messages.  I now 
have a requirement for mobile devices and remote users.  I do not want 
to open the firewall for relaying by outside connections.  I would like 
to use the toaster for mobile devices and remote users (all will be DHCP 
IP addresses from various providers) for their outgoing SMTP server.  I 
have purchased another domain and set it to be a local domain on the 
toaster with a single user.


When I set the client whether it is outlook, thunderbird, or on mobile 
devices it connects and authorizes the users (or looks like it does) and 
then I get an error when sending saying 5.1.1 sorry, can't find valid 
MX record for sender domain (#5.1.1 - chkuser).  When checking DNS on 
the toaster it resolves both MX records back to itself which is correct.


Please elaborate here. How did you check DNS on the toaster? The MX 
record needs to resolve to a valid type A DNS record.



I don’t want to change the tcp.smtp file if I don’t have to.

Any ideas?

-Josh




--
-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: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Josh Hopkins
The domain I am trying to send from is joshopkins.com.  The domain that
is local on the toaster is fragrack.net.

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2008 9:52 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

 

Josh Hopkins wrote: 

 

When I set the client whether it is outlook, thunderbird, or on mobile
devices it connects and authorizes the users (or looks like it does) and
then I get an error when sending saying 5.1.1 sorry, can't find valid
MX record for sender domain (#5.1.1 - chkuser).  When checking DNS on
the toaster it resolves both MX records back to itself which is correct.

I don't want to change the tcp.smtp file if I don't have to.

Any ideas?


Looks like DNS.  Can't really check unless we have the domain(s)
involved so we can do checks here.



Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Jake Vickers

Josh Hopkins wrote:


The domain I am trying to send from is joshopkins.com.  The domain 
that is local on the toaster is fragrack.net.


 


*From:* Jake Vickers [mailto:[EMAIL PROTECTED]
*Sent:* Monday, December 08, 2008 9:52 AM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] chkuser 5.1.1 error

 


Josh Hopkins wrote:

 

When I set the client whether it is outlook, thunderbird, or on mobile 
devices it connects and authorizes the users (or looks like it does) 
and then I get an error when sending saying 5.1.1 sorry, can't find 
valid MX record for sender domain (#5.1.1 - chkuser).  When checking 
DNS on the toaster it resolves both MX records back to itself which is 
correct.




Check the client configs (unless I'm not following what your problem 
is). I obviously have no real email addresses to use as a check, but 
telnet seemed to go okay:


[EMAIL PROTECTED]:~$ telnet 209.41.88.234 25
Trying 209.41.88.234...
Connected to 209.41.88.234.
Escape character is '^]'.
220 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway 
ESMTP

helo mydesk.com
250 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway
MAIL FROM: [EMAIL PROTECTED]
250 ok
RCPT TO: [EMAIL PROTECTED]
511 sorry, no mailbox here by that name (#5.1.1 - chkuser)
quit
221 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway
Connection closed by foreign host.

Are you testing from within the same network, or outside? 


RE: Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Josh Hopkins
[EMAIL PROTECTED] /]# dig joshopkins.com mx

;  DiG 9.3.4-P1  joshopkins.com mx
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 63259
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 6

;; QUESTION SECTION:
;joshopkins.com.IN  MX

;; ANSWER SECTION:
joshopkins.com. 717 IN  MX  5 mx01.pd360.com.

;; AUTHORITY SECTION:
joshopkins.com. 717 IN  NS  dns2.name-services.com.
joshopkins.com. 717 IN  NS  dns3.name-services.com.
joshopkins.com. 717 IN  NS  dns4.name-services.com.
joshopkins.com. 717 IN  NS  dns5.name-services.com.
joshopkins.com. 717 IN  NS  dns1.name-services.com.

;; ADDITIONAL SECTION:
mx01.pd360.com. 1076IN  A   209.41.88.234
dns1.name-services.com. 57100   IN  A   98.124.192.1
dns2.name-services.com. 57100   IN  A   216.52.184.248
dns3.name-services.com. 57100   IN  A   98.124.193.1
dns4.name-services.com. 57100   IN  A   69.64.145.225
dns5.name-services.com. 57100   IN  A   70.42.37.7

;; Query time: 44 msec
;; SERVER: 198.60.22.2#53(198.60.22.2)
;; WHEN: Mon Dec  8 09:34:36 2008
;; MSG SIZE  rcvd: 264

[EMAIL PROTECTED] /]# dig mx01.pd360.com

;  DiG 9.3.4-P1  mx01.pd360.com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 21373
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 3

;; QUESTION SECTION:
;mx01.pd360.com.IN  A

;; ANSWER SECTION:
mx01.pd360.com. 849 IN  A   209.41.88.234

;; AUTHORITY SECTION:
pd360.com.  1159IN  NS
palpatine.schoolimprovement.office.
pd360.com.  1159IN  NS
ns0.schoolimprovement.com.
pd360.com.  1159IN  NS
ns1.schoolimprovement.com.
pd360.com.  1159IN  NS
ns3.schoolimprovement.com.
pd360.com.  1159IN  NS
mithril.schoolimprovement.office.

;; ADDITIONAL SECTION:
ns0.schoolimprovement.com. 123245 INA   67.110.112.20
ns1.schoolimprovement.com. 123245 INA   67.110.112.21
ns3.schoolimprovement.com. 1496 IN  A   209.41.88.251

;; Query time: 49 msec
;; SERVER: 198.60.22.2#53(198.60.22.2)
;; WHEN: Mon Dec  8 09:38:30 2008
;; MSG SIZE  rcvd: 238

[EMAIL PROTECTED] /]#

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Monday, December 08, 2008 9:53 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

Josh Hopkins wrote:
 I am having trouble setting up my toaster to relay for remote clients.

 I current setup is Toaster -- Firewall -- Exchange server.  All 
 incoming email uses the Toaster as the mail gateway/filter and
exchange 
 uses the Toaster as the smart host for all outgoing messages.  I now 
 have a requirement for mobile devices and remote users.  I do not want

 to open the firewall for relaying by outside connections.  I would
like 
 to use the toaster for mobile devices and remote users (all will be
DHCP 
 IP addresses from various providers) for their outgoing SMTP server.
I 
 have purchased another domain and set it to be a local domain on the 
 toaster with a single user.
 
 When I set the client whether it is outlook, thunderbird, or on mobile

 devices it connects and authorizes the users (or looks like it does)
and 
 then I get an error when sending saying 5.1.1 sorry, can't find valid

 MX record for sender domain (#5.1.1 - chkuser).  When checking DNS on 
 the toaster it resolves both MX records back to itself which is
correct.

Please elaborate here. How did you check DNS on the toaster? The MX 
record needs to resolve to a valid type A DNS record.

 I don't want to change the tcp.smtp file if I don't have to.
 
 Any ideas?
 
 -Josh
 


-- 
-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] chkuser 5.1.1 error

2008-12-08 Thread Josh Hopkins
Within the network it works just fine(not using the chkuser for local
addresses in the network).  From outside the network it fails.  The user
account that I am connecting as to send with is [EMAIL PROTECTED]
Users just need to be able to connect to the server for smtp relay
either to external domains or for any domain in the smtproutes file.

 

 

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2008 10:19 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

 

Josh Hopkins wrote: 

The domain I am trying to send from is joshopkins.com.  The domain that
is local on the toaster is fragrack.net.

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2008 9:52 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

 

Josh Hopkins wrote: 

 

When I set the client whether it is outlook, thunderbird, or on mobile
devices it connects and authorizes the users (or looks like it does) and
then I get an error when sending saying 5.1.1 sorry, can't find valid
MX record for sender domain (#5.1.1 - chkuser).  When checking DNS on
the toaster it resolves both MX records back to itself which is correct.


Check the client configs (unless I'm not following what your problem
is). I obviously have no real email addresses to use as a check, but
telnet seemed to go okay:

[EMAIL PROTECTED]:~$ telnet 209.41.88.234 25
Trying 209.41.88.234...
Connected to 209.41.88.234.
Escape character is '^]'.
220 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway
ESMTP
helo mydesk.com
250 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway
MAIL FROM: [EMAIL PROTECTED]
250 ok
RCPT TO: [EMAIL PROTECTED]
511 sorry, no mailbox here by that name (#5.1.1 - chkuser)
quit
221 mx01.pd360.com - Welcome to School Improvement Network SMTP Gateway
Connection closed by foreign host.

Are you testing from within the same network, or outside?  



Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Jake Vickers

Josh Hopkins wrote:


Within the network it works just fine(not using the chkuser for local 
addresses in the network).  From outside the network it fails.  The 
user account that I am connecting as to send with is 
[EMAIL PROTECTED]  Users just need to be able to connect to the 
server for smtp relay either to external domains or for any domain in 
the smtproutes file.


 

 



So you have all of your users using the same account ([EMAIL PROTECTED]) to 
send emails with?  And you do have them set to SMTP-AUTH?  Remember that 
their account name must be that address for logins, but their reply-to 
addresses can be something different.




Re: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Eric Shubert

That looks ok to me (fwiw).

I gotta go out for a while, so I'll leave you in Jake's capable hands. ;)

Josh Hopkins wrote:

[EMAIL PROTECTED] /]# dig joshopkins.com mx

;  DiG 9.3.4-P1  joshopkins.com mx
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 63259
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 6

;; QUESTION SECTION:
;joshopkins.com.IN  MX

;; ANSWER SECTION:
joshopkins.com. 717 IN  MX  5 mx01.pd360.com.

;; AUTHORITY SECTION:
joshopkins.com. 717 IN  NS  dns2.name-services.com.
joshopkins.com. 717 IN  NS  dns3.name-services.com.
joshopkins.com. 717 IN  NS  dns4.name-services.com.
joshopkins.com. 717 IN  NS  dns5.name-services.com.
joshopkins.com. 717 IN  NS  dns1.name-services.com.

;; ADDITIONAL SECTION:
mx01.pd360.com. 1076IN  A   209.41.88.234
dns1.name-services.com. 57100   IN  A   98.124.192.1
dns2.name-services.com. 57100   IN  A   216.52.184.248
dns3.name-services.com. 57100   IN  A   98.124.193.1
dns4.name-services.com. 57100   IN  A   69.64.145.225
dns5.name-services.com. 57100   IN  A   70.42.37.7

;; Query time: 44 msec
;; SERVER: 198.60.22.2#53(198.60.22.2)
;; WHEN: Mon Dec  8 09:34:36 2008
;; MSG SIZE  rcvd: 264

[EMAIL PROTECTED] /]# dig mx01.pd360.com

;  DiG 9.3.4-P1  mx01.pd360.com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 21373
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 3

;; QUESTION SECTION:
;mx01.pd360.com.IN  A

;; ANSWER SECTION:
mx01.pd360.com. 849 IN  A   209.41.88.234

;; AUTHORITY SECTION:
pd360.com.  1159IN  NS
palpatine.schoolimprovement.office.
pd360.com.  1159IN  NS
ns0.schoolimprovement.com.
pd360.com.  1159IN  NS
ns1.schoolimprovement.com.
pd360.com.  1159IN  NS
ns3.schoolimprovement.com.
pd360.com.  1159IN  NS
mithril.schoolimprovement.office.

;; ADDITIONAL SECTION:
ns0.schoolimprovement.com. 123245 INA   67.110.112.20
ns1.schoolimprovement.com. 123245 INA   67.110.112.21
ns3.schoolimprovement.com. 1496 IN  A   209.41.88.251

;; Query time: 49 msec
;; SERVER: 198.60.22.2#53(198.60.22.2)
;; WHEN: Mon Dec  8 09:38:30 2008
;; MSG SIZE  rcvd: 238

[EMAIL PROTECTED] /]#

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Monday, December 08, 2008 9:53 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

Josh Hopkins wrote:

I am having trouble setting up my toaster to relay for remote clients.


I current setup is Toaster -- Firewall -- Exchange server.  All 
incoming email uses the Toaster as the mail gateway/filter and
exchange 
uses the Toaster as the smart host for all outgoing messages.  I now 
have a requirement for mobile devices and remote users.  I do not want



to open the firewall for relaying by outside connections.  I would
like 

to use the toaster for mobile devices and remote users (all will be
DHCP 

IP addresses from various providers) for their outgoing SMTP server.
I 
have purchased another domain and set it to be a local domain on the 
toaster with a single user.


When I set the client whether it is outlook, thunderbird, or on mobile



devices it connects and authorizes the users (or looks like it does)
and 

then I get an error when sending saying 5.1.1 sorry, can't find valid


MX record for sender domain (#5.1.1 - chkuser).  When checking DNS on 
the toaster it resolves both MX records back to itself which is

correct.

Please elaborate here. How did you check DNS on the toaster? The MX 
record needs to resolve to a valid type A DNS record.



I don't want to change the tcp.smtp file if I don't have to.

Any ideas?

-Josh







--
-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: [qmailtoaster] chkuser 5.1.1 error

2008-12-08 Thread Josh Hopkins
So my goal is to have mobile and remote users connect to the toaster as
[EMAIL PROTECTED] to send emails.  Their actual email address will
be something different.  In side of outlook, outlook express, ect.. I
have set them up to use a username ([EMAIL PROTECTED]) and the
password for connecting to the smtp server.  They seem to connect just
fine.  When they go to send they get an error 5.1.1 chkuser.

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2008 11:08 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] chkuser 5.1.1 error

 

Josh Hopkins wrote: 

Within the network it works just fine(not using the chkuser for local
addresses in the network).  From outside the network it fails.  The user
account that I am connecting as to send with is [EMAIL PROTECTED]
Users just need to be able to connect to the server for smtp relay
either to external domains or for any domain in the smtproutes file.

 

 


So you have all of your users using the same account ([EMAIL PROTECTED]) to
send emails with?  And you do have them set to SMTP-AUTH?  Remember that
their account name must be that address for logins, but their reply-to
addresses can be something different.