View Single Post
  #9 (permalink)  
Old 03-18-2010, 03:18 AM
space007 space007 is offline
Junior Member
 
Posts: 7
Default

Hi to all, first thanks for so fast replays and suggestion you all made.

I give up on the relay server, as its everything like is written in wikies and still doesn't work.

I went up the Outgoing SMTP Authentication road.

Made the:
Quote:
zmprov ms zimbra.server.com zimbraMtaRelayHost mail.server.com:25
echo mail.server.com user.name@server.com:123password456 > /opt/zimbra/conf/relay_password
postmap hash:/opt/zimbra/conf/relay_password
postmap -q mail.server.com /opt/zimbra/conf/relay_password
postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
postconf -e smtp_sasl_auth_enable=yes
postconf -e smtp_cname_overrides_servername=no
postfix reload
then because of the error ((Authentication failed: cannot SASL authenticate to server ...: no mechanism available)) I run the following:
Quote:
postconf -e smtp_sasl_security_options=noanonymous
postfix reload

Now in the Zimbra log got this error:
Quote:
Mar 18 10:58:24 zimbra postfix/smtp[4642]: D9D406486E: to=, relay=mail.server.com[X.X.X.X]:25, delay=1.2, delays=0.06/0.12/1/0, dsn=4.0.0, status=deferred (SASL authentication failed; server mail.server.com[X.X.X.X] said: 535 Incorrect authentication data)

Naturally, before posting here I tested with Thunderbird pop3 and smtp for the mail.server.com

Ideas ?


regards

Last edited by space007; 03-18-2010 at 03:24 AM.. Reason: spelling
Reply With Quote