| 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.
|  | 
03-02-2010, 11:23 PM
| | Intermediate Member | |
Posts: 22
| | [SOLVED] Still unable to connect to mta Well, thank you to all that have helped me in resolving [SOLVED] dig does not return anything. But I am still having troubles.
I have two accounts, the admin and martinezjr. I am trying to set up a group/shared calendar, but I wanted to test sending out an email first. No good. Error message as stated below. All the services are up and running. There is one problem that is concerning me, and probably has something to do with this, in the admin console, under the servers tab, my other zimbra servers do not return statuses. I searched for that error, and found out that Fedora does not use syslog, but rsyslog. I made the necessary links on all the machines and then rebooted the machines. I have even shutdown sendmail on all machines.
What else can I do? Code: method: SendMsgRequest
msg: try again: Unable to connect to the MTA
code: mail.TRY_AGAIN
detail: soap:Receiver
trace: btpool0-18://bcmailbox.hcjbc.org/service/soap/SendMsgRequest:1267594794821:1d34e259f70c2a85
request:
Body: {
SendMsgRequest: {
_jsns: "urn:zimbraMail",
m: {
e: [
0: {
a: "admin@hcjbc.org",
p: "admin",
t: "t"
},
1: {
a: "martinezjr@hcjbc.org",
p: "Joseph R. Martinez",
t: "f"
}
],
idnt: "0a2ba007-a863-4358-925d-197c0b8bfa1b",
mp: [
0: {
content: {
_content: "this is a test only a test"
},
ct: "text/plain"
}
],
su: {
_content: "test"
}
},
suid: 1267594794914
}
},
Header: {
context: {
_jsns: "urn:zimbra",
account: {
_content: "martinezjr@hcjbc.org",
by: "name"
},
authToken: "(removed)",
session: {
_content: 19,
id: 19
},
userAgent: {
name: "ZimbraWebClient - FF3.0 (Linux)",
version: "6.0.4_GA_2038.F11"
}
}
}
Last edited by martinezjr; 03-03-2010 at 08:25 PM..
| 
03-02-2010, 11:56 PM
| | | Please check in /var/log/zimbra.log to see why Postfix is not starting; plus post the following Code: su - zimbra
zmcontrol status
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________ | 
03-03-2010, 05:31 PM
| | Intermediate Member | |
Posts: 22
| | bcmailbox Code: [zimbra@bcmailbox ~]$ zmcontrol status
Host bcmailbox.hcjbc.org
logger Running
mailbox Running
snmp Running
spell Running
stats Running
[zimbra@bcmailbox ~]$ cat /etc/hosts
127.0.0.1localhost.localdomainlocalhost
10.100.177.200bcmailbox.hcjbc.org bcmailbox
[zimbra@bcmailbox ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 10.100.177.205
nameserver 10.100.177.200
[zimbra@bcmailbox ~]$ dig hcjbc.org mx
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> hcjbc.org mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55892
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;hcjbc.org.INMX
;; ANSWER SECTION:
hcjbc.org.38400INMX100 bcmta.hcjbc.org.
;; AUTHORITY SECTION:
hcjbc.org.38400INNSbcdc.hcjbc.org.
;; ADDITIONAL SECTION:
bcmta.hcjbc.org.38400INA10.100.177.210
bcdc.hcjbc.org.38400INA10.100.177.205
;; Query time: 2 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:15:22 2010
;; MSG SIZE rcvd: 100
[zimbra@bcmailbox ~]$ dig hcjbc.org any
;; Truncated, retrying in TCP mode.
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> hcjbc.org any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53887
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 12, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;hcjbc.org.INANY
;; ANSWER SECTION:
hcjbc.org.38400INRRSIGSOA 3 2 38400 20100328045636 20100226045636 47944 hcjbc.org. asdf
hcjbc.org.38400INRRSIGNS 3 2 38400 20100326033648 20100224033648 47944 hcjbc.org. asdfg=
hcjbc.org.38400INRRSIGMX 3 2 38400 20100319024144 20100217024144 47944 hcjbc.org. asdf
hcjbc.org.38400INNSECbcdc.hcjbc.org. NS SOA MX RRSIG NSEC DNSKEY
hcjbc.org.38400INRRSIGNSEC 3 2 38400 20100326023305 20100224023305 47944 hcjbc.org. asdf
hcjbc.org.38400INRRSIGDNSKEY 3 2 38400 20100319023426 20100217023426 32861 hcjbc.org. asdf=
hcjbc.org.38400INRRSIGDNSKEY 3 2 38400 20100319023426 20100217023426 47944 hcjbc.org. asdf
hcjbc.org.38400INSOAbcdc.hcjbc.org. hcjbc.yahoo.com. 1266377669 10800 3600 604800 38400
hcjbc.org.38400INNSbcdc.hcjbc.org.
hcjbc.org.38400INDNSKEY256 3 3 asdf
hcjbc.org.38400INDNSKEY257 3 3 asdf
hcjbc.org.38400INMX100 bcmta.hcjbc.org.
;; ADDITIONAL SECTION:
bcdc.hcjbc.org.38400INA10.100.177.205
bcmta.hcjbc.org.38400INA10.100.177.210
;; Query time: 4 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:15:28 2010
;; MSG SIZE rcvd: 1517
[zimbra@bcmailbox ~]$ dig -x 10.100.177.205
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> -x 10.100.177.205
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6714
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;205.177.100.10.in-addr.arpa.INPTR
;; ANSWER SECTION:
205.177.100.10.in-addr.arpa. 38400 INPTRbcdc.hcjbc.org.
;; AUTHORITY SECTION:
177.100.10.in-addr.arpa. 38400INNSbcdc.hcjbc.org.
;; ADDITIONAL SECTION:
bcdc.hcjbc.org.38400INA10.100.177.205
;; Query time: 3 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:15:50 2010
;; MSG SIZE rcvd: 103
[zimbra@bcmailbox ~]$ host `hostname`
bcmailbox.hcjbc.org has address 10.100.177.200
[zimbra@bcmailbox ~]$ bcdc Code: [zimbra@bcdc ~]$ zmcontrol status
Host bcdc.hcjbc.org
ldap Running
stats Running
[zimbra@bcdc ~]$ cat /etc/hosts
127.0.0.1localhost.localdomainlocalhost
10.100.177.205bcdc.hcjbc.org bcdc
[zimbra@bcdc ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 10.100.177.205
[zimbra@bcdc ~]$ dig hcjbc.org mx
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> hcjbc.org mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36092
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;hcjbc.org.INMX
;; ANSWER SECTION:
hcjbc.org.38400INMX100 bcmta.hcjbc.org.
;; AUTHORITY SECTION:
hcjbc.org.38400INNSbcdc.hcjbc.org.
;; ADDITIONAL SECTION:
bcmta.hcjbc.org.38400INA10.100.177.210
bcdc.hcjbc.org.38400INA10.100.177.205
;; Query time: 1 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:21:30 2010
;; MSG SIZE rcvd: 100
[zimbra@bcdc ~]$ dig hcjbc.org any
;; Truncated, retrying in TCP mode.
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> hcjbc.org any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29203
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 12, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;hcjbc.org.INANY
;; ANSWER SECTION:
hcjbc.org.38400INRRSIGSOA 3 2 38400 20100328045636 20100226045636 47944 hcjbc.org. asdf
hcjbc.org.38400INRRSIGNS 3 2 38400 20100326033648 20100224033648 47944 hcjbc.org. asdf
hcjbc.org.38400INRRSIGMX 3 2 38400 20100319024144 20100217024144 47944 hcjbc.org. asdf
hcjbc.org.38400INNSECbcdc.hcjbc.org. NS SOA MX RRSIG NSEC DNSKEY
hcjbc.org.38400INRRSIGNSEC 3 2 38400 20100326023305 20100224023305 47944 hcjbc.org. asdf
hcjbc.org.38400INRRSIGDNSKEY 3 2 38400 20100319023426 20100217023426 32861 hcjbc.org. asdf
hcjbc.org.38400INRRSIGDNSKEY 3 2 38400 20100319023426 20100217023426 47944 hcjbc.org. asdf
hcjbc.org.38400INSOAbcdc.hcjbc.org. hcjbc.yahoo.com. 1266377669 10800 3600 604800 38400
hcjbc.org.38400INNSbcdc.hcjbc.org.
hcjbc.org.38400INDNSKEY256 3 3 asdf
hcjbc.org.38400INDNSKEY257 3 3 asdf
hcjbc.org.38400INMX100 bcmta.hcjbc.org.
;; ADDITIONAL SECTION:
bcdc.hcjbc.org.38400INA10.100.177.205
bcmta.hcjbc.org.38400INA10.100.177.210
;; Query time: 39 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:21:34 2010
;; MSG SIZE rcvd: 1517
[zimbra@bcdc ~]$ dig -x 10.100.177.205
; <<>> DiG 9.6.1-P3-RedHat-9.6.1-10.P3.fc11 <<>> -x 10.100.177.205
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47366
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;205.177.100.10.in-addr.arpa.INPTR
;; ANSWER SECTION:
205.177.100.10.in-addr.arpa. 38400 INPTRbcdc.hcjbc.org.
;; AUTHORITY SECTION:
177.100.10.in-addr.arpa. 38400INNSbcdc.hcjbc.org.
;; ADDITIONAL SECTION:
bcdc.hcjbc.org.38400INA10.100.177.205
;; Query time: 17 msec
;; SERVER: 10.100.177.205#53(10.100.177.205)
;; WHEN: Wed Mar 3 18:21:45 2010
;; MSG SIZE rcvd: 103
[zimbra@bcdc ~]$ host `hostname`
bcdc.hcjbc.org has address 10.100.177.205
[zimbra@bcdc ~]$
bcmta (working, slow machine)
Last edited by martinezjr; 03-03-2010 at 07:28 PM..
Reason: added bcmta
| 
03-03-2010, 08:25 PM
| | Intermediate Member | |
Posts: 22
| | I appologize for this, but I believe one of the problems is that my mta server (bcmta) is too slow to handle this service. I will have to stop until I can get a replacement for it. Thank you for your help though. | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |