Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-2010, 02:22 PM
Junior Member
 
Posts: 7
Question Client host rejected...

could someone help me with this error:


Code:
relay=127.0.0.1[127.0.0.1]:10024, delay=0.38, delays=0.01/0.01/0/0.36, dsn=4.5.0, 
status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 From MTA([127.0.0.1]:10025) during fwd-connect (Negative greeting: 554 5.7.1 : Client host rejected: Access denied at (eval 83) line 596.): id=04949-02 (in reply to end of DATA command))

tnks

Last edited by phoenix; 11-28-2010 at 01:07 AM..
Reply With Quote
  #2 (permalink)  
Old 11-27-2010, 02:40 PM
Advanced Member
 
Posts: 192
Default

Please update your profile with the output of
Code:
zmcontrol -v
And then please give us the output of:
Code:
cat /etc/hosts
cat /etc/resolv.conf
hostname
hostname -f
dig yourdomain.com mx
Reply With Quote
  #3 (permalink)  
Old 11-28-2010, 04:42 AM
Junior Member
 
Posts: 7
Default

Code:
[zimbra@mail ~]$ zmcontrol -v
Release 6.0.9_GA_2686.RHEL5_20101115233426 CentOS5 FOSS edition.
Code:
[zimbra@mail ~]$ cat /etc/hosts
127.0.0.1                  localhost.localdomain localhost
192.168.0.100            mail.xxxxxxx.com.br  mail

[zimbra@mail ~]$ cat /etc/resolv.conf
search vrpaineis.com.br
nameserver 201.xx.xxx.xxx
nameserver 192.168.0.100
nameserver 8.8.8.8
Code:
[zimbra@mail ~]$ hostname
mail
[zimbra@mail ~]$ hostname -f
mail.xxxxx.com.br
[zimbra@mail ~]$ dig xxxxx.com.br mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> xxxx.com.br mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49540
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1

;; QUESTION SECTION:
;xxxxxxx.com.br. IN MX

;; ANSWER SECTION:
xxxxx.com.br. 86400 IN MX 10 mail.xxxxx.com.br.

;; AUTHORITY SECTION:
xxxxx.com.br. 86400 IN NS ns2.xxxx.com.br.
xxxxx.com.br. 86400 IN NS mail.xxxx.com.br.
xxxxx.com.br. 86400 IN NS ns1.xxxx.com.br.

;; ADDITIONAL SECTION:
mail.xxxx.com.br. 86400 IN A 201.xx.xxx.xxx

;; Query time: 1 msec
;; SERVER: 201.xxx.xxx.xxx#53(201.90.216.252)
;; WHEN: Sun Nov 28 10:38:46 2010
;; MSG SIZE rcvd: 121
Reply With Quote
  #4 (permalink)  
Old 11-28-2010, 05:16 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Your hosts file is correct but that's about all. Go to the Split DNS article and set-up your DNS as it shows there, confirm the settings with the commands in the 'Verify...' section of that article. You should only have the LAN DNS server listed in your resolv.conf file.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 11-28-2010, 07:36 AM
Junior Member
 
Posts: 7
Default

Code:
 relay=none, delay=0.02, delays=0.01/0/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Code:
 telnet 127.0.0.1 10025
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
554 5.7.1 : Client host rejected: Access denied
Reply With Quote
  #6 (permalink)  
Old 11-28-2010, 07:43 AM
Junior Member
 
Posts: 7
Default

NOQUEUE: reject: CONNECT from mail.xxxx.com.br[192.168.0.100]: 554 5.7.1 : Client host rejected: Access denied; proto=SMTP
Reply With Quote
  #7 (permalink)  
Old 11-28-2010, 08:27 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Post the output (in this thread) from all of the commands from the 'Verify...' section of the Split DNS article.
__________________
Regards


Bill
Reply With Quote
  #8 (permalink)  
Old 11-28-2010, 09:01 AM
Junior Member
 
Posts: 7
Default

Code:
[root@mail named]# dig xxxx.com.br mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> xxxxxx.com.br mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59824
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;xxxx.com.br.              IN      MX

;; ANSWER SECTION:
xxxx.com.br.       86400   IN      MX      10 mail.xxxx.com.br.

;; AUTHORITY SECTION:
xxxx.com.br.       86400   IN      NS      ns1.xxxx.com.br.
xxxx.com.br.       86400   IN      NS      ns2.xxxx.com.br.

;; ADDITIONAL SECTION:
mail.xxxx.com.br.  86400   IN      A       201.xx.xx.xx
ns1.xxxx.com.br.   86400   IN      A       201.xx.xx.xx
ns2.xxxx.com.br.   86400   IN      A       201.xx.xx.xx

;; Query time: 0 msec
;; SERVER: 192.168.0.100#53(192.168.0.100)
;; WHEN: Sun Nov 28 14:50:05 2010
;; MSG SIZE  rcvd: 139

Code:
[root@mail named]# dig xxxx.com.br any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> xxxxx.com.br any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54891
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3

;; QUESTION SECTION:
;xxxx.com.br.              IN      ANY

;; ANSWER SECTION:
xxxx.com.br.       86400   IN      SOA     xxxx.com.br. 
root.xxxx.com.br. 2005220901 10800 3600 604800 86400
xxxx.com.br.       86400   IN      NS      ns2.xxxx.com.br.
xxxx.com.br.       86400   IN      NS      ns1.xxxx.com.br.
xxxx.com.br.       86400   IN      MX      10 mail.xxxx.com.br.
xxxx.com.br.       86400   IN      A        201.xx.xx.xx

;; ADDITIONAL SECTION:
ns1.xxx.com.br.   86400   IN      A       201.xx.xx.xx
ns2.xxx.com.br.   86400   IN      A       201.xx.xx.xx
mail.xxx.com.br.  86400   IN      A        201.xx.xx.xx

;; Query time: 0 msec
;; SERVER: 192.168.0.100#53(192.168.0.100)
;; WHEN: Sun Nov 28 14:50:19 2010
;; MSG SIZE  rcvd: 196
host $(hostname)
mail.xxx.com.br has address 201.xx.xx.xx

cat /etc/resolv.conf
search xxxxx.com.br
nameserver 192.168.0.100


[root@mail named]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.100 mail.xxxx.com.br mail




$TTL 86400

$ORIGIN xxxx.com.br.

@ IN SOA xxxx.com.br. root.xxxx.com.br. (
2005220901 ;serial
10800 ;refresh
3600 ;retry
604800 ;expire
86400 ;ttl
)

@ IN NS ns1.xxxx.com.br.
@ IN NS ns2.xxxx.com.br.

@ IN MX 10 mail.xxxx.com.br.

@ IN A 201xx.xx.xx

ns1 IN A 201xx.xx.xx
ns2 IN A 201xx.xx.xx

mail IN A 201xx.xx.xx
www IN A 201xx.xx.xx
Reply With Quote
  #9 (permalink)  
Old 11-28-2010, 09:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Your DNS records are incorrect, they're pointing to (I guess) the public IP of your server when they should point to the LAN IP - that is mentioned in the Split DNS article.
__________________
Regards


Bill
Reply With Quote
  #10 (permalink)  
Old 12-06-2010, 06:27 PM
Junior Member
 
Posts: 7
Default

delivery temporarily suspended: lost connection with 127.0.0.1[127.0.0.1] while receiving the initial server greeting.... ?

help....
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.