Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

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
  #1 (permalink)  
Old 09-27-2009, 05:41 PM
Intermediate Member
 
Posts: 17
Default [SOLVED] Error while testing after installation

Hello All,

I am getting the following error while sending a test email after my installation. Setup is domain registered--> hosting server at home using dyndns-->ISP verizon.

I did the following:

Quote:
Enable SMTP authentication on outbound messages:

Code:

$ postconf -e smtp_sasl_auth_enable=yes

Create a file text file mapping which name/password should be used for
which given outbound destination. This file can contain multiple
lines.

Code:

$ echo mailrelay.example.com userassword > /opt/zimbra/conf/relay_password

Create a postfix lookup table from this text file:

Code:

$ postmap /opt/zimbra/conf/relay_password

Test that the map is okay and that the user: password pair is returned.

Code:

$ postmap -q mailrelay.example.com /opt/zimbra/conf/relay_password
userassword

Make postfix use this:

Code:

$ postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
$ postfix reload
Error I am getting
Quote:
: host outgoing.verizon.net[206.46.232.12]
said: 550 5.7.1 Authentication Required (in reply to MAIL FROM command)
Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 09-27-2009, 07:37 PM
Intermediate Member
 
Posts: 17
Default

I am getting a new error after I ran the following command:

Quote:
postconf -e smtp_cname_overrides_servername=no
new error

Quote:
After sending a test message, check the Log Files for the error:

(Authentication failed: cannot SASL authenticate to server ...: no mechanism available)

You can fix this problem by tweaking the auth mechanisms that postfix is willing to use. First check what auth mechanism postfix is configured to use - by default, you will see:

postconf smtp_sasl_security_options
smtp_sasl_security_options = noplaintext, noanonymous

Since noplaintext is present, postfix will refuse to use a mechanism that sends passwords in the clear. If your upstream relay host only supports PLAIN or LOGIN mechanisms (both of which send password in the clear), you have to remove noplaintext from smtp_sasl_security_options:

postconf -e smtp_sasl_security_options=noanonymous
postfix reload
Applying this to see if it fixed it if so you can close this post.

Last edited by Infolookup; 09-27-2009 at 07:43 PM..
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.