Zimbra,
I am having problems accepting emails via tls from microsoft.
Here are what the logs say
Code:
Jul 6 14:44:45 mail-1 postfix/smtpd[9266]: connect from smtp.mssupport.microsoft.com[131.107.1.44]
Jul 6 14:44:45 mail-1 postfix/smtpd[9266]: setting up TLS connection from smtp.mssupport.microsoft.com[131.107.1.44]
Jul 6 14:44:45 mail-1 postfix/smtpd[9266]: SSL_accept error from smtp.mssupport.microsoft.com[131.107.1.44]: -1
Jul 6 14:44:45 mail-1 postfix/smtpd[9266]: lost connection after STARTTLS from smtp.mssupport.microsoft.com[131.107.1.44]
Jul 6 14:44:45 mail-1 postfix/smtpd[9266]: disconnect from smtp.mssupport.microsoft.com[131.107.1.44]
Im not sure if this is related, but when i restart my mail server I get this error
"Unable to determine enabled services from ldap"
also I am running my setup on DRBD
I have checked
vi /etc/host
Code:
127.0.0.1 localhost.localdomain localhost
10.1.200.14 mail-1.example.com mail-1
10.1.200.15 mail-2.example.com mail-2
10.1.200.14 mail.example.com mail
Here are my dig results
Code:
; <<>> DiG 9.3.4-P1.1 <<>> mx example.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60662
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;example.com. IN MX
;; ANSWER SECTION:
example.com. 2592000 IN MX 10 mail.example.com.
;; AUTHORITY SECTION:
example.com. 2592000 IN NS mail-2.example.com.
;; ADDITIONAL SECTION:
mail.example.com. 2592000 IN A 10.1.200.13
host `hostname`
Code:
mail-1.example.com has address 10.1.200.14
Any help would be appreciated.
Thanks