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
  #41 (permalink)  
Old 06-19-2009, 12:27 PM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by ask2me007 View Post
I can send/receive mail locally.I can receive from outside.The only problem is i cant send to outside domain.

Again it may be a DNS?????
Are you saying that you're not getting the deferred messages any more?

What happens if you try the following command:

Code:
telnet alt4.gmail-smtp-in.l.google.com 25
__________________
Regards


Bill
Reply With Quote
  #42 (permalink)  
Old 06-19-2009, 12:33 PM
Loyal Member
 
Posts: 96
Default

Quote:
Originally Posted by phoenix View Post
Are you saying that you're not getting the deferred messages any more?

What happens if you try the following command:

Code:
telnet alt4.gmail-smtp-in.l.google.com 25
No,Iam still getting the Connection refused problem.
The output is

root@pop:~# telnet alt4.gmail-smtp-in.l.google.com 25
Trying 72.14.221.27...
Connected to alt4.gmail-smtp-in.l.google.com.
Escape character is '^]'.
220 mx.google.com ESMTP d4si1486913fga.27
Reply With Quote
  #43 (permalink)  
Old 06-19-2009, 12:41 PM
Loyal Member
 
Posts: 96
Default

Dear Phoenix

Thats my fault.
The correct output is

root@pop:~# dig domain.com mx

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

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

;; ANSWER SECTION:
domain.com. 604800 IN MX 10 pop.domain.com.

;; AUTHORITY SECTION:
domain.com. 604800 IN NS pop.domain.com.

;; ADDITIONAL SECTION:
pop.domain.com. 604800 IN A 192.168.10.5

;; Query time: 0 msec
;; SERVER: 192.168.10.5#53(192.168.10.5)
;; WHEN: Sat Jun 20 00:05:08 2009
;; MSG SIZE rcvd: 76
Reply With Quote
  #44 (permalink)  
Old 06-19-2009, 01:45 PM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Is this a new install and or is it a test server and would it matter if you lost the email that's on it? Please post a copy of the error message you're seeing when you try to send an email externally. Could you give me ssh access to the server? If you can send me the details by PM and I'll have a look at it tomorrow.
__________________
Regards


Bill
Reply With Quote
  #45 (permalink)  
Old 06-19-2009, 08:46 PM
Loyal Member
 
Posts: 96
Default

Quote:
Originally Posted by phoenix View Post
Is this a new install and or is it a test server and would it matter if you lost the email that's on it? Please post a copy of the error message you're seeing when you try to send an email externally. Could you give me ssh access to the server? If you can send me the details by PM and I'll have a look at it tomorrow.

Of course its a new install and also a test server.
Since its a new installation, there is no emails i this server.When I tried to send mail the log is as follows

Jun 20 08:02:25 pop postfix/smtpd[455]: disconnect from pop.ksfe.com[192.168.10. 5]
Jun 20 08:02:25 pop amavis[27813]: (27813-01) ESMTP::10024 /opt/zimbra/data/amav isd/tmp/amavis-20090620T080225-27813: <ask@xxx.com> -> <ask2me007@gmail.com> SI ZE=613 Received: from pop.xxx.com ([127.0.0.1]) by localhost (pop.xxx.com [127 .0.0.1]) (amavisd-new, port 10024) with ESMTP for <ask2me007@gmail.com>; Sat, 20 Jun 2009 08:02:25 +0530 (IST)
Jun 20 08:02:25 pop amavis[27813]: (27813-01) Checking: G4n3SAfd8W2e [192.168.10.5] <ask@xxx.com> -> <ask2me007@gmail.com>
Jun 20 08:02:30 pop postfix/smtpd[643]: connect from localhost.localdomain[127.0 .0.1]
Jun 20 08:02:30 pop postfix/smtpd[643]: 58E17802350: client=localhost.localdomai n[127.0.0.1]
Jun 20 08:02:30 pop postfix/cleanup[632]: 58E17802350: message-id=<14168685.0124 [email]5465144711.JavaMail.root@pop.xxx.com
Jun 20 08:02:30 pop postfix/smtpd[643]: disconnect from localhost.localdomain[12 7.0.0.1]
Jun 20 08:02:30 pop postfix/qmgr[28769]: 58E17802350: from=<ask@xxx.com>, size= 1049, nrcpt=1 (queue active)
Jun 20 08:02:30 pop amavis[27813]: (27813-01) FWD via SMTP: <ask@xxx.com> -> <a sk2me007@gmail.com>,BODY=7BIT 250 2.6.0 Ok, id=27813-01, from MTA([127.0.0.1]:10 025): 250 2.0.0 Ok: queued as 58E17802350
Jun 20 08:02:30 pop postfix/smtp[644]: connect to 59.93.43.183[59.93.43.183]: Co nnection refused (port 25)
Jun 20 08:02:30 pop amavis[27813]: (27813-01) Passed CLEAN, LOCAL [192.168.10.5] [192.168.10.5] <ask@xxx.com> -> <ask2me007@gmail.com>, Message-ID: <14168685.0 1245465144711.JavaMail.root@pop.xxxx.com>, mail_id: G4n3SAfd8W2e, Hits: 2.219, s ize: 613, queued_as: 58E17802350, 4981 ms
Jun 20 08:02:30 pop postfix/smtp[633]: 6614980234F: to=<ask2me007@gmail.com>, re lay=127.0.0.1[127.0.0.1]:10024, delay=5.1, delays=0.1/0.01/0.01/5, dsn=2.0.0, st atus=sent (250 2.0.0 Ok: queued as 58E17802350)
Jun 20 08:02:30 pop postfix/qmgr[28769]: 6614980234F: removed
Jun 20 08:02:30 pop amavis[27813]: (27813-01) extra modules loaded: /opt/zimbra/ zimbramon/lib/i486-linux-gnu-thread-multi/auto/Net/SSLeay/autosplit.ix, /opt/zim bra/zimbramon/lib/i486-linux-gnu-thread-multi/auto/Net/SSLeay/randomize.al, IO/S ocket/SSL.pm, Net/LDAP/Extension.pm, Net/SSLeay.pm
Jun 20 08:02:30 pop postfix/smtp[644]: 58E17802350: to=<ask2me007@gmail.com>, re lay=none, delay=0.12, delays=0.1/0.01/0/0, dsn=4.4.1, status=deferred (connect t o 59.93.43.183[59.93.43.183]: Connection refused)
Jun 20 08:03:04 pop zmmailboxdmgr[930]: status requested





May I try for a fresh installation??????
Reply With Quote
  #46 (permalink)  
Old 06-20-2009, 08:57 PM
Loyal Member
 
Posts: 96
Default

Dear Bill

Today i completed again a fresh install of zimbra.Every ting went fine upto the installation.But when i tried to send mail to external domain, the same problems comes again

Heres the log

Jun 21 08:08:29 pop postfix/smtpd[14852]: disconnect from localhost.localdomain[127.0.0.1]
Jun 21 08:08:29 pop amavis[16774]: (16774-02) FWD via SMTP: <ask@omain.com> -> <ask2me007@gmail.com>,BODY=7BIT 250 2.6.0 Ok, id=16774-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as DF791DC342
Jun 21 08:08:29 pop amavis[16774]: (16774-02) Passed SPAMMY, LOCAL [127.0.0.1] [59.93.1.36] <ask@domain.com> -> <ask2me007@gmail.com>, Message-ID: <6A9EB8EC5D55434A82563C1CC8F23FA0@scorpio>, mail_id: 6CJqJ6RT3Q0o, Hits: 7.956, size: 2872, queued_as: DF791DC342, 5585 ms
Jun 21 08:08:29 pop postfix/smtp[14849]: 472BFDC313: to=<ask2me007@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=277, delays=271/0.01/0/5.6, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as DF791DC342)
Jun 21 08:08:29 pop postfix/qmgr[13199]: 472BFDC313: removed
Jun 21 08:08:29 pop postfix/smtp[14853]: connect to 59.93.43.183[59.93.43.183]: Connection refused (port 25)
Jun 21 08:08:30 pop postfix/smtp[14853]: DF791DC342: to=<ask2me007@gmail.com>, relay=none, delay=0.08, delays=0.06/0.01/0/0, dsn=4.4.1, status=deferred (connect to 59.93.43.183[59.93.43.183]: Connection refused)

Jun 21 08:08:59 pop zmmailboxdmgr[15115]: status requested


Here is the output of the commands

zimbra@pop:/$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.10.5 pop.domain.com pop

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

zimbra@pop:/$ cat /etc/resolv.conf
#nameserver 192.162.10.5
nameserver 192.168.10.5


zimbra@pop:/$ dig domain.com mx

; <<>> DiG 9.4.2-P2 <<>> domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6768
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

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

;; ANSWER SECTION:
domain.com. 604800 IN MX 10 pop.domain.com.

;; AUTHORITY SECTION:
domain.com. 604800 IN NS pop.domain.com.

;; ADDITIONAL SECTION:
pop.domain.com. 604800 IN A 192.168.10.5

;; Query time: 0 msec
;; SERVER: 192.168.10.5#53(192.168.10.5)
;; WHEN: Sun Jun 21 08:18:52 2009
;; MSG SIZE rcvd: 76


zimbra@pop:/$ dig domain.com any

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

;; QUESTION SECTION:
;domain.com. IN ANY

;; ANSWER SECTION:
domain.com. 604800 IN SOA pop.domain.com. admin.domain.com. 70765 604800 86400 2419200 604800
domain.com. 604800 IN NS pop.domain.com.
domain.com. 604800 IN MX 10 pop.domain.com.
domain.com. 604800 IN A 192.168.10.5

;; ADDITIONAL SECTION:
pop.domain.com. 604800 IN A 192.168.10.5

;; Query time: 0 msec
;; SERVER: 192.168.10.5#53(192.168.10.5)
;; WHEN: Sun Jun 21 08:20:26 2009
;; MSG SIZE rcvd: 134

zimbra@pop:/$ host `hostname`
Using domain server:
Name: pop.domain.com
Address: 192.168.10.5#53
Aliases:

pop.domain.com has address 192.168.10.5

Awaiting for your help
__________________
Regards


Saj
Reply With Quote
  #47 (permalink)  
Old 06-20-2009, 11:01 PM
Loyal Member
 
Posts: 96
Default

Dear Bill

Really it was my fault.I wrongly entered my external ip in
Global setings-MTA-Relay MTA for external delivery.
When i cleared that field the problem has been settled.
After that i got anoter problem.The mails to yahoo cannot be send.
the error message is

host in 32 mxauth.yahoo.com(xxx.xxx.xxx.xxx)refused to talk to me:553;mail from yyy.yyy.yyy.yy not allowed.5.7.1(bl2) conections not accepted from ipaddress on spamhaus xbl;see http://postmaster.yahoo.com/553 b123.html

yyy.yy.yy.yy is my external ip.
xxx.xxx.xx.xx is yahoo ip
__________________
Regards


Saj
Reply With Quote
  #48 (permalink)  
Old 06-20-2009, 11:33 PM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Glad you've fixed it.

If you check the link provided by the error messages you'll get to this page: 553 Mail from x.x.x.x not allowed

You need to go to this page at Spamhaus and follow the instructions there, this isn't a Zimbra problem.
__________________
Regards


Bill
Reply With Quote
  #49 (permalink)  
Old 06-20-2009, 11:49 PM
Loyal Member
 
Posts: 96
Default

Quote:
Originally Posted by phoenix View Post
Glad you've fixed it.

If you check the link provided by the error messages you'll get to this page: 553 Mail from x.x.x.x not allowed

You need to go to this page at Spamhaus and follow the instructions there, this isn't a Zimbra problem.
I visited spamhouse and cleared my ip from the PBL.It seems that the relay host is making problems.
What is the value to be entered in
Zimbra-global settings;MTA
Relay MTA to be deliveredd for external delivery
__________________
Regards


Saj
Reply With Quote
  #50 (permalink)  
Old 06-20-2009, 11:59 PM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

If you need to relay your outbound email then you probably need to do it through your ISPs mail server and probably you'll need authentication, follow the instructions in this wiki article for details.
__________________
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.