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

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 06-23-2008, 01:41 AM
Senior Member
 
Posts: 53
Default postfix and mta error

hello
i have a problem with the postfix and mta service , it is always down and not running .
the following error is what iam getting:

Server error encountered Message: system failure: exception during auth {RemoteManager: imap.gmail.com->zimbra@imap.gmail.com:22} Error code: service.FAILURE Method: GetMailQueueInfoRequest Details:soap:Receiver

i search in the forums and the wiki's , i followed all the instructions , i know that this port is used by ssh , i change the port many times , i killed the send mail service but no results and that is the following output from the status:

zmcontrol status
Host imap.gmail.com
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Running
mta Stopped
postfix is not running
saslauthd is running with pid 13771
snmp Running
spell Running
stats Running
my certification is not expired , i know also that this is one cause of not making the mta anf posfix service running.

I also tried :
/opt/zimbra/libexec/zmfixperms
zmsshkeygen
zmupdateauthkeys
ssh -i .ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@imap.gmail.com
zmprov ms imap.gmail.com zimbraRemoteManagementPort 2222

still no results at all , the postfix cannot be running because simply the port is used by another process and i cant replace that port to the zimbra postfix.

any help is very appreciated and thanks in advance.
Regards
Reply With Quote
  #2 (permalink)  
Old 06-24-2008, 12:51 AM
Senior Member
 
Posts: 53
Default any replies!!!

any help guys please , iam in the middle of nowhere here.
regards
Reply With Quote
  #3 (permalink)  
Old 06-24-2008, 12:55 AM
Moderator
 
Posts: 7,929
Default

Why do you have a domain name that is owned by Google ? I presume this server is on a private LAN so is the DNS okay ?
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig gmail.com mx
dig imap.gmail.com
host `hostname` <- note backticks and not double quotes
__________________
Reply With Quote
  #4 (permalink)  
Old 06-24-2008, 01:05 AM
Senior Member
 
Posts: 53
Default the commands are:

xbod thanks for your reply , here is the commands:

[zimbra@imap /]$ 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.21.75 imap.gmail.com mail imap

[zimbra@imap /]$ cat /etc/resolv.conf
; generated by /sbin/dhclient-script
nameserver 192.168.20.15

[zimbra@imap /]$ dig gmail.com mx

; <<>> DiG 9.2.4 <<>> gmail.com mx
;; global options: printcmd
;; connection timed out; no servers could be reached

[zimbra@imap /]$ dig imap.gmail.com

; <<>> DiG 9.2.4 <<>> imap.gmail.com
;; global options: printcmd
;; connection timed out; no servers could be reached

[zimbra@imap /]$ host `hostname`
;; connection timed out; no servers could be reached

i appreciate your help
Reply With Quote
  #5 (permalink)  
Old 06-24-2008, 01:07 AM
Moderator
 
Posts: 7,929
Default

Your DNS is not resolveable. As you are on a private IP address have a read through Split DNS - Zimbra :: Wiki.

I would also recommend you use your own domain name
__________________
Reply With Quote
  #6 (permalink)  
Old 06-24-2008, 01:11 AM
Senior Member
 
Posts: 53
Default

Alright , Do you think i need to uninstall my existing zimbra and install a fresh one using my own domain ?
if yes , does install -u do the job or i need to kill some services first like ldap?
Note: using gmail account was an error in my installing it was just for testing perposes to test zimbra localy but iam sure that your recommendation is right.
Reply With Quote
  #7 (permalink)  
Old 06-24-2008, 01:59 AM
Moderator
 
Posts: 7,929
Default

If you run shutdown ZCS and then do a ps -ef | more and check that all Zimbra processes have stopped you should then be fine to perform a ./install -u.
__________________
Reply With Quote
  #8 (permalink)  
Old 06-24-2008, 03:03 AM
Senior Member
 
Posts: 53
Default

Now a fresh installation with new configurations:

Quote:
[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.21.75 mail.alghurair.com mail

[root@mail /]# dig alghurair.com mx

; <<>> DiG 9.2.4 <<>> alghurair.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15107
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;alghurair.com. IN MX

;; AUTHORITY SECTION:
alghurair.com. 86400 IN SOA alghurair.com. root.localhost.alghurair.com. 11 28800 7200 604800 86400

;; Query time: 4 msec
;; SERVER: 192.168.20.15#53(192.168.20.15)
;; WHEN: Tue Jun 24 13:57:53 2008
;; MSG SIZE rcvd: 82

[root@mail /]# dig mail.alghurair.com

; <<>> DiG 9.2.4 <<>> mail.alghurair.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54118
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.alghurair.com. IN A

;; ANSWER SECTION:
mail.alghurair.com. 86400 IN A 192.168.20.21

;; AUTHORITY SECTION:
alghurair.com. 86400 IN NS dc.alghurair.com.alghurair.com.

;; Query time: 6 msec
;; SERVER: 192.168.20.15#53(192.168.20.15)
;; WHEN: Tue Jun 24 13:58:24 2008
;; MSG SIZE rcvd: 83

[root@mail /]# host `hostname`
mail.alghurair.com has address 192.168.20.21
but still the mta and the postfix not running , that is the error iam having:
Quote:
Message: system failure: exception during auth {RemoteManager: mail.alghurair.com->zimbra@mail.alghurair.com:22} Error code: service.FAILURE Method: MailQueueFlushRequest Details:soap:Receiver
Thanks in advance for your help
Reply With Quote
  #9 (permalink)  
Old 06-24-2008, 03:23 AM
Moderator
 
Posts: 7,929
Default

The IP address in /etc/hosts for your server does not match to what DNS is returning. In hosts you have 192.168.21.75 but DNS says it is 192.168.20.21. You need to fix these errors first.
__________________
Reply With Quote
  #10 (permalink)  
Old 06-24-2008, 03:36 AM
Senior Member
 
Posts: 53
Default

alright i have fix that already , do you want me to post the digs?
my postfix still not working.
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.