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 10-23-2009, 06:48 AM
Active Member
 
Posts: 44
Default HTTP ERROR 500 Problem accessing /service/home/~/. Reason: system fail

content in mail report
Quote:
This is the mail system at host mydomain.com.vn.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<kieutue@hotmail.com> (expanded from <tuedecor@mydomain.com.vn>): lost
connection with 127.0.0.1[127.0.0.1] while sending end of data -- message may be sent more than once
the attachment report
Quote:
HTTP ERROR 500

Problem accessing /service/home/~/. Reason:

system failure: native formatter failure

Powered by Jetty://

help me, thanks a lot!
Reply With Quote
  #2 (permalink)  
Old 10-23-2009, 06:51 AM
Moderator
 
Posts: 7,928
Default

I really think your DNS is wrong somewhere; due to all your other posts. Please can we have the following details
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes (copy 'n' paste)
__________________
Reply With Quote
  #3 (permalink)  
Old 10-23-2009, 08:47 AM
Active Member
 
Posts: 44
Default

I use public static IP provided by ISP, I use static IP for this network card of server1 (my mail server).
I changed the IP address in the article.
----------------------------------------

Code:
root@server1:~# cat /etc/hosts
127.0.0.1       localhost.localdomain   localhost 
118.69.222.223  server1.mydomain.com.vn         server1

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
root@server1:~# cat /etc/resolv.conf 
nameserver 118.69.222.223
nameserver 203.162.4.190  ---> DNS ISP
nameserver 203.162.4.191 ----> DNS ISP

Code:
root@server1:~# dig mydomain.com.vn mx

; <<>> DiG 9.5.1-P2 <<>> mydomain.com.vn mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62527
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;mydomain.com.vn.               IN      MX

;; ANSWER SECTION:
mydomain.com.vn.        604800  IN      MX      1 mail.mydomain.com.vn.

;; AUTHORITY SECTION:
mydomain.com.vn.        604800  IN      NS      server1.mydomain.com.vn.

;; ADDITIONAL SECTION:
mail.mydomain.com.vn.   604800  IN      A       118.69.222.223
server1.mydomain.com.vn. 604800 IN      A       118.69.222.223

;; Query time: 7 msec
;; SERVER: 118.69.222.223#53(118.69.222.223)
;; WHEN: Fri Oct 23 22:51:56 2009
;; MSG SIZE  rcvd: 108
Code:
root@server1:~# dig mydomain.com.vn any

; <<>> DiG 9.5.1-P2 <<>> mydomain.com.vn any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52347
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;mydomain.com.vn.               IN      ANY

;; ANSWER SECTION:
mydomain.com.vn.        604800  IN      A       118.69.222.223
mydomain.com.vn.        604800  IN      SOA     server1.mydomain.com.vn. root.mydomain.com.vn. 2 604800 86400 2419200 604800
mydomain.com.vn.        604800  IN      NS      server1.mydomain.com.vn.
mydomain.com.vn.        604800  IN      MX      1 mail.mydomain.com.vn.

;; ADDITIONAL SECTION:
server1.mydomain.com.vn. 604800 IN      A       118.69.222.223
mail.mydomain.com.vn.   604800  IN      A       118.69.222.223
;; Query time: 51 msec
;; SERVER: 118.69.222.223#53(118.69.222.223)
;; WHEN: Fri Oct 23 22:52:53 2009
;; MSG SIZE  rcvd: 165
Code:
root@server1:~# host server1
Host server1 not found: 3(NXDOMAIN)
root@server1:~# host server1.mydomain.com.vn
server1.mydomain.com.vn has address 118.69.222.223
root@server1:~#

thank you for help!

Last edited by hoangnam8484; 10-23-2009 at 09:17 AM..
Reply With Quote
  #4 (permalink)  
Old 12-07-2009, 10:50 AM
Special Member
 
Posts: 136
Default Cannot download attachement!!!!

HTTP ERROR 500

Problem accessing /service/home/~/license.xslic
Reason: system failure: native formatter failure
Powered by Jetty://

This just seems to happen for this specific attachment. I can download PDF's fine.
Reply With Quote
  #5 (permalink)  
Old 08-23-2010, 12:38 AM
Active Member
 
Posts: 26
Default

Quote:
Originally Posted by rotorboy View Post
HTTP ERROR 500

Problem accessing /service/home/~/license.xslic
Reason: system failure: native formatter failure
Powered by Jetty://

This just seems to happen for this specific attachment. I can download PDF's fine.
Same problem.

When i try to download a document from my briefcase, i have this error:
my.server.com
This object doesn't exist
Powered by Jetty://

All services are launched.

But if i try to navigate through webdav, i can read the pdf...??
Any solution?

Many thanks and best regards.s
Reply With Quote
  #6 (permalink)  
Old 08-23-2010, 12:46 AM
Active Member
 
Posts: 44
Default When i try to download a document from my briefcase

You go to webadmin, at Global Setting/MTA/Webmail MTA host

input your domain

Bye!


Quote:
Originally Posted by ducommun View Post
Same problem.

When i try to download a document from my briefcase, i have this error:
my.server.com
This object doesn't exist
Powered by Jetty://

All services are launched.

But if i try to navigate through webdav, i can read the pdf...??
Any solution?

Many thanks and best regards.s
Reply With Quote
  #7 (permalink)  
Old 08-23-2010, 02:27 AM
Active Member
 
Posts: 26
Default

Quote:
Originally Posted by hoangnam8484 View Post
You go to webadmin, at Global Setting/MTA/Webmail MTA host

input your domain

Bye!
Yes!! Many thanks for your quick help!!! It's work! Yeeeaahhh!
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.