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

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 03-26-2009, 11:58 AM
Active Member
 
Posts: 37
Thumbs down Problem to send emaill

Hello people ...

I put my server in production is two weeks, and some strange things are happening there ... DNS - Reverse DNS is OK, do not understand why these messages are not going ...

My domain not listed in blacklist
I appreciate the help
Thanks All...

148A4700676 397497 Thu Mar 26 15:13:43 daniela.fernandes@unilider.com.br (host mx.oi.com.br[200.222.115.71] said: 450 Server configuration problem (in reply to RCPT TO command)) jorge.marta@oi.com.br

================================================== =======
82379700640 6590089 Tue Mar 24 17:36:20 amandio.bastos@unilider.com.br
(host relay2.netnames.net[212.53.64.44] said: 451 lowest numbered MX record points to local host (in reply to RCPT TO command))
marcelo.santos@reckittbenckiser.com.br
Reply With Quote
  #2 (permalink)  
Old 03-27-2009, 01:17 AM
Moderator
 
Posts: 7,928
Default

Welcome to the forums

Please check /var/log/zimbra.log for any error messages about your Postfix configuration when ZCS is started.
__________________
Reply With Quote
  #3 (permalink)  
Old 03-27-2009, 05:10 AM
Active Member
 
Posts: 37
Default

Hi uxbod

Im check, and not found anything abnormal in ....

:/
Reply With Quote
  #4 (permalink)  
Old 03-27-2009, 05:12 AM
Moderator
 
Posts: 7,928
Default

Well lets just check your setup then
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #5 (permalink)  
Old 04-01-2009, 11:29 AM
Active Member
 
Posts: 37
Default Results

Quote:
Originally Posted by uxbod View Post
Well lets just check your setup then
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
I believe everything is correct ...
following information ..



/etc/hosts
[zimbra@mail ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost unilider.com.br mail
192.168.0.11 mail.unilider.com.br mail
::1 localhost6.localdomain6 localhost6

/etc/resolv.conf
[zimbra@mail ~]$ cat /etc/resolv.conf
#search unilider.com.br
nameserver 127.0.0.1
nameserver 192.168.0.1
nameserver 192.168.0.2
nameserver 200.255.255.66
nameserver 200.255.255.70
nameserver 200.162.196.150
nameserver 200.162.196.151

; <<>> DiG 9.3.4-P1 <<>> unilider.com.br mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36420
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

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

;; ANSWER SECTION:
unilider.com.br. 86156 IN MX 5 mail.unilider.com.br.

;; AUTHORITY SECTION:
unilider.com.br. 86156 IN NS ns3.terraempresas.com.br.
unilider.com.br. 86156 IN NS ns2.terraempresas.com.br.

;; ADDITIONAL SECTION:
mail.unilider.com.br. 86156 IN A 189.3.122.2

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Apr 1 15:28:48 2009
;; MSG SIZE rcvd: 120

; <<>> DiG 9.3.4-P1 <<>> unilider.com.br any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25225
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 2, ADDITIONAL: 1

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

;; ANSWER SECTION:
unilider.com.br. 86136 IN A 200.154.117.98
unilider.com.br. 86136 IN A 198.173.69.242
unilider.com.br. 86136 IN SOA ns2.terraempresas.com.br. sysadm.terraempresas.com.br. 2009032601 10800 1800 1209600 86400
unilider.com.br. 86136 IN MX 5 mail.unilider.com.br.
unilider.com.br. 86136 IN TXT "v=spf1 mx ~all"
unilider.com.br. 86136 IN NS ns3.terraempresas.com.br.
unilider.com.br. 86136 IN NS ns2.terraempresas.com.br.

;; AUTHORITY SECTION:
unilider.com.br. 86136 IN NS ns2.terraempresas.com.br.
unilider.com.br. 86136 IN NS ns3.terraempresas.com.br.

;; ADDITIONAL SECTION:
mail.unilider.com.br. 86136 IN A 189.3.122.2

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Apr 1 15:29:08 2009
;; MSG SIZE rcvd: 250

[zimbra@mail ~]$ host unilider.com.br
unilider.com.br has address 198.173.69.242
unilider.com.br has address 200.154.117.98
unilider.com.br mail is handled by 5 mail.unilider.com.br.
Reply With Quote
  #6 (permalink)  
Old 04-02-2009, 06:38 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Your hosts file is incorrect, it should only contain the following:

Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost 
192.168.0.11 mail.unilider.com.br mail
You need to make the above change and run the following command on your zimbra server:

Code:
host `hostname`  <-- type it exactly as you see it (better still, copy/paste it), don't change anything don't add anything
and post the output.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 04-02-2009, 06:47 AM
Active Member
 
Posts: 37
Default Changes..

following changes, correct?

[root@mail ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.0.11 mail.unilider.com.br mail


[root@mail ~]# host mail.unilider.com.br
mail.unilider.com.br has address 192.168.0.11
mail.unilider.com.br mail is handled by 5 mail.unilider.com.br.





Quote:
Originally Posted by phoenix View Post
Your hosts file is incorrect, it should only contain the following:

Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost 
192.168.0.11 mail.unilider.com.br mail
You need to make the above change and run the following command on your zimbra server:

Code:
host `hostname`  <-- type it exactly as you see it (better still, copy/paste it), don't change anything don't add anything
and post the output.
Reply With Quote
  #8 (permalink)  
Old 04-02-2009, 07:41 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by maschimidt View Post
following changes, correct?

[root@mail ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.0.11 mail.unilider.com.br mail
Yes, those changes are correct but the following command is not.

Quote:
Originally Posted by maschimidt View Post
[root@mail ~]# host mail.unilider.com.br
please follow my instructions earlier. Run the 'host' command exactly as I've typed it in the message above (copy/paste the command into a terminal) do NOT put your host name in it and do NOT change anything in the command.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 04-02-2009, 10:37 AM
Active Member
 
Posts: 37
Default follows - Errors

Sorry

[root@mail ~]# host `hostname`
mail.unilider.com.br has address 192.168.0.11
mail.unilider.com.br mail is handled by 5 mail.unilider.com.br.



Quote:
Originally Posted by phoenix View Post
Yes, those changes are correct but the following command is not.

please follow my instructions earlier. Run the 'host' command exactly as I've typed it in the message above (copy/paste the command into a terminal) do NOT put your host name in it and do NOT change anything in the command.
Reply With Quote
  #10 (permalink)  
Old 04-02-2009, 11:17 PM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

OK, you now need to change the A record to point to your Zimbra server. Modify this:

Code:
;; ADDITIONAL SECTION:
mail.unilider.com.br. 86136 IN A 189.3.122.2
to this:

Code:
;; ADDITIONAL SECTION:
mail.unilider.com.br. 86136 IN A 192.168.0.11
When you've done that you can check everything is OK by running the cammands you were given earlier:
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
and make sure they all point to your internal Zimbra server IP. If that's looks fine then stop and restart Zimbra and see what happens, post again if there's any problems (or if it works).
__________________
Regards


Bill
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.