Ok I have a really good question for everyone.

Here we've finally got rid of the user%domain when authenticating.

But then we started getting this error:
The message could not be sent because one of the recipients was rejected by
the server. The rejected e-mail address was '[EMAIL PROTECTED]'.
Subject 'fyi', Account: 'postmaster', Server: 'virtual-support.net',
Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of
allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553,
Error Number: 0x800CCC79

Have tried everything that everyone has recommended to no avail still unable
to send mail.  So we checked out my ISP come to find out they are erroring
this (since in the logs my connection always looked weird):
dnsquery 138.32.49.208.in-addr.arpa. -n 64.65.17.239
Query failed (h_errno = 2) : Host name lookup failure


"Aug 27 21:26:41 ns named[920]: Lame server on '159.32.49.208.in-addr.arpa'
(in '32.49.208.in-addr.arpa'?): [209.130.187.10].53
'name.roc.frontiernet.net'
Aug 27 21:26:42 ns named[920]: Lame server on '159.32.49.208.in-addr.arpa'
(in '32.49.208.in-addr.arpa'?): [206.165.6.10].53 'name.phx.frontiernet.net'
Aug 27 21:26:42 ns named[920]: ns_forw: query(159.32.49.208.in-addr.arpa)
All possible A RR's lame "

Now if I sign onto AOL and try to send mail on ALL accounts on the server
through outlook.  with there [EMAIL PROTECTED] every one of them
sends with no hassles.

Below is a copy of my /var/named/virtual-support.net file.  Is it something
in this that is causing it or what?  DNS?  Any suggestions is GREATLY
needed!


;; Start of Domain authority for virtual-support.net
@               IN      SOA     ns.virtual-support.net.
hostmaster.ns.virtual-$
                        20000823045; serial
                        3600 ; refresh
                        900 ; retry
                        1209600 ; expire
                        43200 ; default_ttl
                        )
@               IN      MX      5       mail.virtual-support.net.

@               IN      NS      ns.virtual-support.net.
@               IN      NS      ns2.virtual-support.net.

@               IN      A       64.65.19.73

ns              IN      A       64.65.17.239
ns2             IN      A       64.65.17.240
73.19.65.64     IN      PTR     virtual-support.net.
www             IN      CNAME   virtual-support.net.
ftp             IN      CNAME   virtual-support.net.
mail            IN      CNAME   virtual-support.net.
secure          IN      CNAME   virtual-support.net.
*.virtual-support.net IN CNAME  virtual-support.net.
localhost       IN      A       127.0.0.1

LOCALS FILE:
localhost
ns.virtual-support.net
ns2.virtual-support.net

RCPTHOSTS FILE:
all domains are listed here

ME FILE:
ns.virtual-support.net

ASSIGN FILE:  (Partial listing)
+anonhost.net-:anonhost.net:533:533:/usr/local/vpopmail/domains/anonhost.net
:-::
+virtual-support.net-:virtual-support.net:533:533:/usr/local/vpopmail/domain
s/v$
+harborbaydesigns.com-:harborbaydesigns.com:533:533:/usr/local/vpopmail/doma
ins$
+cousinswalk.com-:cousinswalk.com:533:533:/usr/local/vpopmail/domains/cousin
swa$

Reply via email to