[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 11:01:24 (+0700) | #1 | 226529 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
Hi cả nhà,
Hiện tại em đang cài đặt mail Zimbra để chạy nội bộ. Em sử dụng mô hình gồm có 2 máy chủ: máy chủ DNS và máy chủ mail Zimbra. Vấn đề em gặp phải đó là khi em cài xong mail thì check status nó báo thế này.
[root@mail ~]# su - zimbra
[zimbra@mail ~]$ zmcontrol status
Host mail.tpt.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
mysql.server is not running.
memcached Running
mta Running
snmp Running
spell Running
stats Stopped
Đây là log mysql
[root@mail log]# vi /opt/zimbra/log/mysql_error.log
101207 10:27:35 mysqld started
101207 10:27:35 [ERROR] Can't start server: cannot resolve hostname!: Success
101207 10:27:35 mysqld ended
101207 11:05:08 mysqld started
101207 11:05:08 [ERROR] Can't start server: cannot resolve hostname!: Success
101207 11:05:08 mysqld ended
Trên log của mysql nó bảo cannot resolve hostname mà em không hiểu tại sao nó báo không phân giải được trong khi DNS đã phân giải tốt hostname của máy chủ mail là:mail.tpt.com.
Mong các bác giúp em vấn đề này
Em cảm ơn!
PS:/ Xin lỗi các bác không hiểu sao mấy cái thẻ code và quote của em bị lỗi không sử dụng được nên phần log và status em mới để như vậy cho các bác dễ quan sát. |
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 11:18:04 (+0700) | #2 | 226532 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
- File cấu hình MySQL của bạn thế nào?
- Thảy luôn nội dung /etc/hosts của bạn lên xem. |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 11:30:54 (+0700) | #3 | 226534 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
@@quanta:File cấu hình MySQL của bạn thế nào?
Thảy luôn nội dung /etc/hosts của bạn lên xem.
Đây là file hosts
[root@mail ~]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
10.100.1.100 mail.tpt.com mail
Còn đây là file cấu hình mysql
[root@mail ~]# vi /opt/zimbra/conf/my.cnf
[mysqld]
basedir = /opt/zimbra/mysql
datadir = /opt/zimbra/db/data
socket = /opt/zimbra/db/mysql.sock
pid-file = /opt/zimbra/db/mysql.pid
bind-address = localhost
port = 7306
user = zimbra
tmpdir = /opt/zimbra/data/tmp
external-locking
log-slow-queries = /opt/zimbra/log/myslow.log
long-query-time = 1
log-long-format
log-queries-not-using-indexes
thread_cache_size = 110
max_connections = 110
# We do a lot of writes, query cache turns out to be not useful.
query_cache_type = 0
sort_buffer_size = 1048576
read_buffer_size = 1048576
# (Num mailbox groups * Num tables in each group) + padding
table_cache = 1200
innodb_buffer_pool_size = 318036787
innodb_log_file_size = 104857600
innodb_log_buffer_size = 8388608
innodb_file_per_table
# Value is: 200 + max_connections + 2 * table_cache
innodb_open_files = 2710
innodb_max_dirty_pages_pct = 10
innodb_flush_method = O_DIRECT
innodb_flush_log_at_trx_commit = 0
[mysqld_safe]
err-log = /opt/zimbra/log/mysqld.log
pid-file = /opt/zimbra/db/mysql.pid
File cấu hình mysql này là khi em cài toàn bộ nó là tự động hết. Em chưa đụng gì đến nó đâu.
Mong anh giúp.
PS:/Nhân tiện bác quanta chỉ em cách quote với, nó lỗi kiểu gì mà sử dụng không có được |
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 11:42:19 (+0700) | #4 | 226536 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
iglesisa wrote:
Đây là file hosts
[root@mail ~]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
10.100.1.100 mail.tpt.com mail
Còn đây là file cấu hình mysql
[root@mail ~]# vi /opt/zimbra/conf/my.cnf
[mysqld]
basedir = /opt/zimbra/mysql
datadir = /opt/zimbra/db/data
socket = /opt/zimbra/db/mysql.sock
pid-file = /opt/zimbra/db/mysql.pid
bind-address = localhost
port = 7306
user = zimbra
tmpdir = /opt/zimbra/data/tmp
Bạn thử thêm localhost vào /etc/hosts xem.
iglesisa wrote:
PS:/Nhân tiện bác quanta chỉ em cách quote với, nó lỗi kiểu gì mà sử dụng không có được
"Sử dụng không được" là sao bạn? Miêu tả hiện tượng được không. Hay là bạn disable BB code rồi? |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 11:59:29 (+0700) | #5 | 226540 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
Hi bác quanta
Sau khi thêm localhost vào /etc/hosts. Em khởi động lại zimbra, check log mysql thì nó báo thế này
101207 12:53:48 mysqld started
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
101207 12:53:49 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
101207 12:53:49 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 100 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Progress in MB: 100
101207 12:53:55 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 100 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Progress in MB: 100
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
101207 12:54:09 InnoDB: Started; log sequence number 0 0
101207 12:54:10 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
101207 12:54:10 mysqld ended
|
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 12:42:32 (+0700) | #6 | 226542 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
iglesisa wrote:
Sau khi thêm localhost vào /etc/hosts. Em khởi động lại zimbra, check log mysql thì nó báo thế này
101207 12:54:10 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
101207 12:54:10 mysqld ended
Bạn chạy zmmyinit chưa? Search thử trên forum của Zimbra nữa xem. |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 13:13:26 (+0700) | #7 | 226546 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
quanta wrote:
iglesisa wrote:
Sau khi thêm localhost vào /etc/hosts. Em khởi động lại zimbra, check log mysql thì nó báo thế này
101207 12:54:10 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
101207 12:54:10 mysqld ended
Bạn chạy zmmyinit chưa? Search thử trên forum của Zimbra nữa xem.
Ok, sau khi chạy zmmyinit thì em check lại status thấy đã chạy hết.
[zimbra@mail ~]$ zmcontrol status
Host mail.tpt.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
snmp Running
spell Running
stats Stopped
Khi em đăng nhập vào mail server admin https://mail.tpt.com:7071/zimbraAdmin và tạo 2 tài khoàn là test1@tpt.com và tes2@tpt.com. Lúc gửi mail từ test1 cho test2 thì nó vẫn báo là mail đã gửi, nhưng khi check trong mail của test2 thì không có gì cả
Đây là log
[root@mail ~]# vim /var/log/zimbra.log
.....
Dec 7 13:56:10 mail postfix/qmgr[22062]: 5668418ED91: from=<zimbra@mail.tpt.com>, size=1073, nrcpt=1 (queue active)
Dec 7 13:56:10 mail postfix/smtpd[6504]: connect from mail.tpt.com[10.100.1.100]
Dec 7 13:56:10 mail postfix/smtpd[6504]: 9CC323D51E1: client=mail.tpt.com[10.100.1.100]
Dec 7 13:56:10 mail postfix/cleanup[6578]: 9CC323D51E1: message-id=<25276112.0.1291704967254.JavaMail.root@mail.tpt.com>
Dec 7 13:56:10 mail postfix/qmgr[22062]: 9CC323D51E1: from=<test1@tpt.com>, size=566, nrcpt=1 (queue active)
Dec 7 13:56:10 mail postfix/smtpd[6504]: disconnect from mail.tpt.com[10.100.1.100]
Dec 7 13:56:10 mail postfix/lmtp[6577]: 5668418ED91: to=<admin@mail.tpt.com>, relay=none, delay=8694, delays=8694/0.59/0.04/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=mail.tpt.com type=A: Host not found, try again)
Dec 7 13:56:12 mail amavis[20081]: (20081-01) ESMTP::10024 /opt/zimbra/data/amavisd/tmp/amavis-20101207T135611-20081: <test1@tpt.com> -> <test2@tpt.com> SIZE=566 Received: from mail.tpt.com ([127.0.0.1]) by localhost (mail.tpt.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for <test2@tpt.com>; Tue, 7 Dec 2010 13:56:11 +0700 (ICT)
Dec 7 13:56:12 mail amavis[20081]: (20081-01) Checking: euUEPFWKBaBa MYNETS [10.100.1.100] <test1@tpt.com> -> <test2@tpt.com>
.....
Mong bác xem giúp để em fix lỗi này. |
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 13:47:36 (+0700) | #8 | 226550 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Vấn đề nằm ở DNS. Bạn kiểm tra lại các thứ nhé:
- cat /etc/resolv.conf
- dig tpt.com mx
- ... |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 13:47:57 (+0700) | #9 | 226551 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
bạn check lại port 25 và port 110 xem.trong phần phần cấu hình zimbra và cấu hình iptables |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 14:01:52 (+0700) | #10 | 226553 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
quanta wrote:
Vấn đề nằm ở DNS. Bạn kiểm tra lại các thứ nhé:
- cat /etc/resolv.conf
- dig tpt.com mx
- ...
Trên máy chủ DNS.
[root@ns etc]# cat /etc/resolv.conf
search tpt.com
nameserver 10.100.1.200
[root@ns etc]# dig tpt.com mx
; <<>> DiG 9.3.3rc2 <<>> tpt.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44758
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 3
;; QUESTION SECTION:
;tpt.com. IN MX
;; ANSWER SECTION:
tpt.com. 86400 IN MX 10 mail.tpt.com.
;; AUTHORITY SECTION:
tpt.com. 86400 IN NS ns.tpt.com.
;; ADDITIONAL SECTION:
mail.tpt.com. 86400 IN A 10.100.1.100
mail.tpt.com. 86400 IN AAAA ::1
ns.tpt.com. 86400 IN A 10.100.1.200
;; Query time: 62 msec
;; SERVER: 10.100.1.200#53(10.100.1.200)
;; WHEN: Tue Dec 7 14:56:20 2010
;; MSG SIZE rcvd: 126
Em biết nó là vấn đề thuộc DNS, nhưng thực sự là với lỗi đó em chưa biết phải fix như thế nào. hic
|
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 14:04:04 (+0700) | #11 | 226554 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
huynhdv87 wrote:
bạn check lại port 25 và port 110 xem.trong phần phần cấu hình zimbra và cấu hình iptables
Hai port 25 & 110 đó đã được mở. Còn iptables hiện tại đang stop theo khuyến cáo của Zimbra
[root@mail ~]# nmap localhost
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2010-12-07 15:02 ICT
Interesting ports on locahost.localdomain (127.0.0.1):
Not shown: 1668 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
110/tcp open pop3
111/tcp open rpcbind
143/tcp open imap
465/tcp open smtps
587/tcp open submission
631/tcp open ipp
993/tcp open imaps
995/tcp open pop3s
997/tcp open maitrd
Nmap finished: 1 IP address (1 host up) scanned in 0.372 seconds
|
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 14:13:58 (+0700) | #12 | 226556 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
iglesisa wrote:
Trên máy chủ DNS.
...
Phải chạy trên Zimbra server chứ. |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 14:28:01 (+0700) | #13 | 226559 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
bạn vào edit file /etc/sysconfig/iptables
thêm vào những dòng sau
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j LOG
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 110 --dport 1024:65535 -j LOG
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j ACCEPT
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j ACCEPT |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 14:55:06 (+0700) | #14 | 226561 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
quanta wrote:
iglesisa wrote:
Trên máy chủ DNS.
...
Phải chạy trên Zimbra server chứ.
Đây là trên Zimbra server
[root@mail ~]# cat /etc/resolv.conf
search tpt.com
nameserver 10.100.1.200
[root@mail ~]# dig tpt.com mx
; <<>> DiG 9.3.3rc2 <<>> tpt.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 65138
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;tpt.com. IN MX
;; Query time: 2 msec
;; SERVER: 10.100.1.200#53(10.100.1.200)
;; WHEN: Tue Dec 7 15:51:37 2010
;; MSG SIZE rcvd: 28
Sao em trỏ Primary DNS về con máy chủ DNS rồi mà sao dig tpt.com mx nó lại không hiện ra cái gì nhỉ?
|
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 16:12:05 (+0700) | #15 | 226566 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
Thanks các bác đã giúp em, phần cấu hình named.conf của em không chính xác. Em chỉ cho localhost có quyền truy vấn chính vì vậy mà máy chủ mail không thể truy vấn được domain.
Cảm ơn bác quanta nhiều |
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 16:13:41 (+0700) | #16 | 226567 |
|
iglesisa
Member
|
0 |
|
|
Joined: 24/01/2008 21:44:56
Messages: 52
Location: LB
Offline
|
|
huynhdv87 wrote:
bạn vào edit file /etc/sysconfig/iptables
thêm vào những dòng sau
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j LOG
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 110 --dport 1024:65535 -j LOG
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j ACCEPT
-A RH-Firewall-1-OUTPUT -p tcp -m tcp --sport 25 --dport 1024:65535 -j ACCEPT
Hi bác, theo hướng dẫn của Zimbra thì họ bảo không nên cấu hình iptables bác à
Cảm ơn bác đã quan tâm. |
|
-------------
Ken |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 17:23:12 (+0700) | #17 | 226574 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
hì,mình cũng đang tìm hiểu mail server dựa trên zimbra mà.hôm trước mình cũng gặp hiện tượng tài khoản A gửi mail cho tài khoản B,bên A báo đã gửi.nhưng khi mình sang bên B và mình kiểm tra thì không thấy,khi vào hva mình tìm thì có bạn khuyên mình thêm những dòng đó vào iptables.và mình làm như vậy,khi mình kiểm tra lại thì ok.bây giờ mình cũng gặp một vấn đề là : mình gửi mail của mình qua yahoo,gmail..thì không được.nhưng từ yahoo,gmail gửi vào thì nhận được.mình làm trên 1 con server Centos 5.5 và ip public? có gì mọi người cùng thảo luận và giúp mình nhé! |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 18:52:52 (+0700) | #18 | 226576 |
|
F10
Member
|
0 |
|
|
Joined: 01/12/2008 23:38:12
Messages: 89
Offline
|
|
huynhdv87 wrote:
hì,mình cũng đang tìm hiểu mail server dựa trên zimbra mà.hôm trước mình cũng gặp hiện tượng tài khoản A gửi mail cho tài khoản B,bên A báo đã gửi.nhưng khi mình sang bên B và mình kiểm tra thì không thấy,khi vào hva mình tìm thì có bạn khuyên mình thêm những dòng đó vào iptables.và mình làm như vậy,khi mình kiểm tra lại thì ok.bây giờ mình cũng gặp một vấn đề là : mình gửi mail của mình qua yahoo,gmail..thì không được.nhưng từ yahoo,gmail gửi vào thì nhận được.mình làm trên 1 con server Centos 5.5 và ip public? có gì mọi người cùng thảo luận và giúp mình nhé!
có vài suy nghĩ thế này:
1.Địa chỉ mail server của bạn bị nằm trong spam list của yahoo & gmail và nó blocked các thư mà domain của nó nằm trong mục này.
2.Do firewall trong mạng của bạn.
Thường zimbra sẽ gửi lại thông báo cho những thư đã được gửi đi nhưng không tới được đích sau một khoảng thời gian(khoảng 6h-8h) cho ban. Bạn post cho mình cái thông báo đó lên đây thì mới biết đường mà giải quyết tiếp! |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 19:28:06 (+0700) | #19 | 226587 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
"Grand Totals
------------
messages
0 received
0 delivered
0 forwarded
20 deferred (404 deferrals)
0 bounced
7 rejected (100%)
0 reject warnings
0 held
0 discarded (0%)
0 bytes received
0 bytes delivered
0 senders
0 sending hosts/domains
0 recipients
0 recipient hosts/domains
Per-Hour Traffic Summary
time received delivered deferred bounced rejected
--------------------------------------------------------------------
0000-0100 0 0 20 0 0
0100-0200 0 0 20 0 0
0200-0300 0 0 19 0 0
0300-0400 0 0 19 0 0
0400-0500 0 0 9 0 6
0500-0600 0 0 17 0 0
0600-0700 0 0 16 0 0
0700-0800 0 0 20 0 0
0800-0900 0 0 20 0 0
0900-1000 0 0 19 0 0
1000-1100 0 0 19 0 0
1100-1200 0 0 9 0 0
1200-1300 0 0 17 0 0
1300-1400 0 0 16 0 0
1400-1500 0 0 20 0 0
1500-1600 0 0 20 0 0
1600-1700 0 0 19 0 0
1700-1800 0 0 19 0 0
1800-1900 0 0 9 0 0
1900-2000 0 0 17 0 0
2000-2100 0 0 16 0 1
2100-2200 0 0 20 0 0
2200-2300 0 0 20 0 0
2300-2400 0 0 4 0 0
Host/Domain Summary: Message Delivery (top 50)
sent cnt bytes defers avg dly max dly host/domain
-------- ------- ------- ------- ------- -----------
0 0 183 0.0 s 53.5 h gmail.com
0 0 221 0.0 s 67.4 h yahoo.com.vn
Host/Domain Summary: Messages Received (top 50)
msg cnt bytes host/domain
-------- ------- -----------
top 50 Senders by message count: none
top 50 Recipients by message count: none
top 50 Senders by message size: none
top 50 Recipients by message size: none
message deferral detail
-----------------------
error (total: 123)
123 mail for top1share.com loops back to myself
smtp (total: 281)
281 mail for top1share.com loops back to myself
message bounce detail (by relay): none
message reject detail
---------------------
RCPT
Recipient address rejected: need fully-qualified address (total: 6)
4 root@huynhserver
2 postmaster@huynhserver
Relay access denied (total: 1)
1 hinet.net
message reject warning detail: none
message hold detail: none
message discard detail: none
smtp delivery failures: none
Warnings
--------
smtp (total: 281)
281 relayhost configuration problem
smtpd (total: 2)
2 network_biopair_interop: error reading 5 bytes from the network...
Fatal Errors: none
Panics: none
Master daemon messages: none " |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 19:29:42 (+0700) | #20 | 226588 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
huynhdv87 wrote:
"Grand Totals
------------
messages
0 received
0 delivered
0 forwarded
20 deferred (404 deferrals)
0 bounced
7 rejected (100%)
0 reject warnings
0 held
0 discarded (0%)
0 bytes received
0 bytes delivered
0 senders
0 sending hosts/domains
0 recipients
0 recipient hosts/domains
Per-Hour Traffic Summary
time received delivered deferred bounced rejected
--------------------------------------------------------------------
0000-0100 0 0 20 0 0
0100-0200 0 0 20 0 0
0200-0300 0 0 19 0 0
0300-0400 0 0 19 0 0
0400-0500 0 0 9 0 6
0500-0600 0 0 17 0 0
0600-0700 0 0 16 0 0
0700-0800 0 0 20 0 0
0800-0900 0 0 20 0 0
0900-1000 0 0 19 0 0
1000-1100 0 0 19 0 0
1100-1200 0 0 9 0 0
1200-1300 0 0 17 0 0
1300-1400 0 0 16 0 0
1400-1500 0 0 20 0 0
1500-1600 0 0 20 0 0
1600-1700 0 0 19 0 0
1700-1800 0 0 19 0 0
1800-1900 0 0 9 0 0
1900-2000 0 0 17 0 0
2000-2100 0 0 16 0 1
2100-2200 0 0 20 0 0
2200-2300 0 0 20 0 0
2300-2400 0 0 4 0 0
Host/Domain Summary: Message Delivery (top 50)
sent cnt bytes defers avg dly max dly host/domain
-------- ------- ------- ------- ------- -----------
0 0 183 0.0 s 53.5 h gmail.com
0 0 221 0.0 s 67.4 h yahoo.com.vn
Host/Domain Summary: Messages Received (top 50)
msg cnt bytes host/domain
-------- ------- -----------
top 50 Senders by message count: none
top 50 Recipients by message count: none
top 50 Senders by message size: none
top 50 Recipients by message size: none
message deferral detail
-----------------------
error (total: 123)
123 mail for top1share.com loops back to myself
smtp (total: 281)
281 mail for top1share.com loops back to myself
message bounce detail (by relay): none
message reject detail
---------------------
RCPT
Recipient address rejected: need fully-qualified address (total: 6)
4 root@huynhserver
2 postmaster@huynhserver
Relay access denied (total: 1)
1 hinet.net
message reject warning detail: none
message hold detail: none
message discard detail: none
smtp delivery failures: none
Warnings
--------
smtp (total: 281)
281 relayhost configuration problem
smtpd (total: 2)
2 network_biopair_interop: error reading 5 bytes from the network...
Fatal Errors: none
Panics: none
Master daemon messages: none "
đó là toàn bộ thông tin.bạn xem và giúp mình với nhé.thân ! |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 19:46:00 (+0700) | #21 | 226592 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Bạn tìm hiểu dòng này xem:
Recipient address rejected: need fully-qualified address
|
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 19:51:43 (+0700) | #22 | 226593 |
|
F10
Member
|
0 |
|
|
Joined: 01/12/2008 23:38:12
Messages: 89
Offline
|
|
Đoạn log này bạn lấy từ đâu ra vậy? Bạn cho thêm chút thông tin log của zimbra đi! Hiện tại mình không còn quản lý mấy con zimbra trước kia config nữa lên không nhó đường dẫn log của zimbra. hình như là trong /opt/zimbra/log/ trong này bạn xem file mailbox.log thì phải. |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 20:02:43 (+0700) | #23 | 226594 |
|
F10
Member
|
0 |
|
|
Joined: 01/12/2008 23:38:12
Messages: 89
Offline
|
|
quanta wrote:
Bạn tìm hiểu dòng này xem:
Recipient address rejected: need fully-qualified address
Mình không nghĩ là do cái này vì nếu không có nó thì không thể cài được zimbra. |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 20:14:21 (+0700) | #24 | 226596 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
2010-12-08 04:12:02,757 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:03,800 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:04,831 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:05,875 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:06,919 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:07,976 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:09,018 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:10,061 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:11,092 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:12,123 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:13,170 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:14,221 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:15,251 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:16,286 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:17,321 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:18,356 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:19,398 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:20,505 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:21,543 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:22,573 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:23,604 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:24,635 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:25,669 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:26,700 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:27,734 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:28,765 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:29,796 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:30,830 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:31,887 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:32,925 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:33,980 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:35,019 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:36,057 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:37,092 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:38,131 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:39,169 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:40,204 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:41,244 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
2010-12-08 04:12:42,274 INFO [MailboxPurge] [name=admin@top1share.com;mid=2;] purge - Purging messages.
2010-12-08 04:12:43,309 INFO [MailboxPurge] [name=test@top1share.com;mid=3;] purge - Purging messages.
2010-12-08 04:12:44,347 INFO [MailboxPurge] [name=spam.ontrxa8j_z@top1share.com;mid=4;] purge - Purging messages.
2010-12-08 04:12:45,374 INFO [MailboxPurge] [name=ham.bfyxrpxsw7@top1share.com;mid=5;] purge - Purging messages.
đó là 1 đoạn file /opt/zimbra/log/mailbox.log
đoạn "Recipient address rejected: need fully-qualified address " đó là 1 phần trong daily mail report |
|
|
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 20:27:29 (+0700) | #25 | 226598 |
|
F10
Member
|
0 |
|
|
Joined: 01/12/2008 23:38:12
Messages: 89
Offline
|
|
Cho mình thêm thông tin tên miền mail và cat /etc/hosts rồi gửi lại thông tin cho mình. |
|
|
[Question] Lỗi dịch vụ Mail Zimbra |
07/12/2010 20:42:04 (+0700) | #26 | 226600 |
|
huynhdv87
Member
|
0 |
|
|
Joined: 06/11/2010 20:34:35
Messages: 17
Offline
|
|
file /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
220.231.119.6 top1share.com
file /etc/resolv.conf
; generated by /sbin/dhclient-script
search localdomain
nameserver 220.231.119.6
nameserver 8.8.8.8
|
|
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|