View Single Post
  #7 (permalink)  
Old 07-07-2006, 01:04 AM
Nassri Nassri is offline
Member
 
Posts: 10
Default

Done.

Web01 now delivers all the mail to mx1. mx1 relays the messages to internal domains & the internet. Tested it and it works fine.
Thanks!

New Question:

POP & IMAP clients should point to web01 were the mailboxes live,but if they want to send mail the smtp server must be mx1 not web01. Correct ?

I tested a POP3 Client and was able to receive mail via web01 but sending mail using mx1 was always refused. I tweaked around the smtp authentication in outlook express but was not able to find correct options to make it work.

I've searched the FAQ regarding the SMTP relay configuration. Everything seems correct, as said in the wiki, zimbraMtaAuthHost & zimbraMtaAuthURL should point to the mailbox server

[zimbra@mx1 ~]$ zmprov gs mx1.mydomain.pt | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: web01.mydomain.pt
zimbraMtaAuthURL: https://web01.mydomain.pt:443/service/soap/
zimbraMtaTlsAuthOnly: TRUE

In Outlook express I'm using mx1 as smtp server with ssl enabled, but mx1 logs show :
.....
Jul 7 11:06:02 mx1 postfix/smtpd[24172]: SSL_accept:SSLv3 flush data
Jul 7 11:06:02 mx1 postfix/smtpd[24172]: TLS connection established from 58-238.dial.nortenet.pt[212.13.58.238]: TLSv1 with
cipher RC4-MD5 (128/128 bits)
Jul 7 11:06:04 mx1 postfix/smtpd[24172]: warning: 58-238.dial.nortenet.pt[212.13.58.238]: SASL LOGIN authentication failed
Jul 7 11:06:05 mx1 postfix/smtpd[24172]: lost connection after AUTH from 58-238.dial.nortenet.pt[212.13.58.238]
.....
Any commnets ? Any clues ?

naa

Last edited by Nassri; 07-07-2006 at 04:27 AM..
Reply With Quote