| 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.
|  | 
12-16-2011, 03:46 AM
| | | Email not being queued After an fresh install and with the default configurations, I can send email to the outside but not is incoming...
were is the log for /var/log/zimbra.log:
Dec 16 11:44:15 mail postfix/smtpd[18740]: connect from iota.marktest.pt[80.251.174.118]
Dec 16 11:44:15 mail postfix/smtpd[18740]: lost connection after CONNECT from iota.marktest.pt[80.251.174.118]
Dec 16 11:44:15 mail postfix/smtpd[18740]: disconnect from iota.marktest.pt[80.251.174.118]
Dec 16 11:44:15 mail postfix/smtpd[11614]: connect from unknown[212.36.17.203]
Dec 16 11:44:15 mail postfix/smtpd[11614]: lost connection after CONNECT from unknown[212.36.17.203]
Dec 16 11:44:15 mail postfix/smtpd[11614]: disconnect from unknown[212.36.17.203]
Dec 16 11:44:19 mail postfix/smtpd[18740]: connect from mx.netcabo.pt[212.113.174.24]
Dec 16 11:44:19 mail postfix/smtpd[18740]: lost connection after CONNECT from mx.netcabo.pt[212.113.174.24]
Dec 16 11:44:19 mail postfix/smtpd[18740]: disconnect from mx.netcabo.pt[212.113.174.24]
Dec 16 11:44:58 mail postfix/smtpd[11614]: connect from relay-out5.ptsender.com[94.46.216.115]
Dec 16 11:44:58 mail postfix/smtpd[11614]: lost connection after CONNECT from relay-out5.ptsender.com[94.46.216.115]
Dec 16 11:44:58 mail postfix/smtpd[11614]: disconnect from relay-out5.ptsender.com[94.46.216.115]
Can anyone give me some lights of what I'm doing wrong? | 
12-16-2011, 04:24 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,315
| | Quote:
Originally Posted by pnunesc After an fresh install and with the default configurations, I can send email to the outside but not is incoming... | Which version and release? Are you behind a NAT router? If you are have you configured a Split DNS? Try some of the following forum threads on this error: site:zimbra.com +"lost connection after CONNECT from " - Yahoo! Search Results
__________________
Regards
Bill
| 
12-16-2011, 05:07 AM
| | | I'm using Zimbra6 (latest) on Debian 6 x64.
I'm behind a NAT but the ports are redirected to the mail machine and the prove is that I can see the email trying to be delivered but is gives connections lost... | 
12-16-2011, 05:10 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,315
| | Quote:
Originally Posted by pnunesc I'm behind a NAT but the ports are redirected to the mail machine and the prove is that I can see the email trying to be delivered but is gives connections lost... | What's the answer to my question about a Split DNS?
__________________
Regards
Bill
| 
12-16-2011, 05:50 AM
| | | I've already have a split dns, but not in this machine, the output result is the same.
One other question, I want to recieve emails from exemple.com and not mail.exemple.com, but I configured the machine (by the your manuals) and the used mail.exemple.com and when the installation was complete I added a new domain exemple.com in the zimbra administration page, could this be problem? | 
12-16-2011, 06:12 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,315
| | Quote:
Originally Posted by pnunesc I've already have a split dns, but not in this machine, the output result is the same. | Then for confirmation you need to post the output of all the commands in the 'Verify...' section of the Split DNS article. Quote:
Originally Posted by pnunesc One other question, I want to recieve emails from exemple.com and not mail.exemple.com, but I configured the machine (by the your manuals) and the used mail.exemple.com | That's not correct, the 'manuals' say that the domain name should be changed if you require that during the initial install. Quote:
Originally Posted by pnunesc ...and when the installation was complete I added a new domain exemple.com in the zimbra administration page, could this be problem? | You could have renamed the original domain name, details in the forums and the wiki on how to do that.
__________________
Regards
Bill
| 
12-16-2011, 07:37 AM
| | | Were is the output: Code: root@mail:~# dig esic.pt mx
; <<>> DiG 9.7.3 <<>> esic.pt mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5593
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;esic.pt. IN MX
;; ANSWER SECTION:
esic.pt. 43200 IN MX 5 mail.esic.pt.
;; AUTHORITY SECTION:
esic.pt. 43200 IN NS ns1.esic.pt.
esic.pt. 43200 IN NS ns2.esic.pt.
;; ADDITIONAL SECTION:
mail.esic.pt. 43200 IN A 192.168.3.26
ns1.esic.pt. 43200 IN A 192.168.3.53
ns2.esic.pt. 43200 IN A 192.168.3.54
;; Query time: 1 msec
;; SERVER: 192.168.3.53#53(192.168.3.53)
;; WHEN: Fri Dec 16 15:33:17 2011
;; MSG SIZE rcvd: 130
root@mail:~# dig esic.pt any
; <<>> DiG 9.7.3 <<>> esic.pt any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19683
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;esic.pt. IN ANY
;; ANSWER SECTION:
esic.pt. 43200 IN SOA ns1.esic.pt. root.ns1.esic.pt. 1999090900 3600 900 1209600 43200
esic.pt. 43200 IN MX 5 mail.esic.pt.
esic.pt. 43200 IN NS ns1.esic.pt.
esic.pt. 43200 IN NS ns2.esic.pt.
;; ADDITIONAL SECTION:
mail.esic.pt. 43200 IN A 192.168.3.26
ns1.esic.pt. 43200 IN A 192.168.3.53
ns2.esic.pt. 43200 IN A 192.168.3.54
;; Query time: 0 msec
;; SERVER: 192.168.3.53#53(192.168.3.53)
;; WHEN: Fri Dec 16 15:33:35 2011
;; MSG SIZE rcvd: 171
root@mail:~# host $(hostname)
mail.esic.pt has address 192.168.3.26 I've also reinstalled zimbra and change the domain name from mail.esic.pt to esic.pt but the email continue not being queued.
Last edited by pnunesc; 12-16-2011 at 07:40 AM..
Reason: typo ;)
| | 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.  |