<div>Hi all,<br><br>i wonder how to configure postfix make it use externa smtp server i tried the following<br><br><br>relayhost = <a href="http://my.stmp.com/" title="http://my.stmp.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
my.stmp.com</a><br>smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br>smtp_sasl_auth_enable = yes<br>smtp_sasl_security_options = noanonymous
<br>smtp_sasl_tls_security_options = $smtp_sasl_security_options<br>smtp_use_tls = yes<br><br><br>in<br>/etc/postfix/sasl_passwd<br>i have<br><br><a href="http://my.smtp.com/" title="http://my.smtp.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
my.smtp.com</a> user:password<br><br>then i <br>
postmap /etc/postfix/sasl_passwd<br><br>restart the postfix, but now i have this problem.<br><br>Jul 14 12:06:33 garron postfix/smtp[8510]: ECA31F3009D: to=<<a href="mailto:ggarron@hotmail.com" title="mailto:ggarron@hotmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ggarron@hotmail.com</a>>, relay=
<a href="http://my.smtp.com/" title="http://my.smtp.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">my.smtp.com</a>, delay=2, status=deferred (Authentication failed: cannot SASL authenticate to server 
scz.alketech.com[<a href="http://200.87.61.8/" title="http://200.87.61.8" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">200.87.61.8</a> 3]: no mechanism available)<br>
<br>i tried with <br><br>smtp_sasl_security_options = noanonymous<br>smtp_sasl_security_options = noplaintext, noanonymous<br>smtp_sasl_security_options = <br>but never works, with the second i got the error up. with the other it does not even try to login.
<br><br>i also saw this.<br>when i issue this command as root<br><br><br> postmap -q <a href="http://my.stmp.com/" title="http://my.stmp.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">my.stmp.com
</a> hash:sasl_passwd<br>i go this error<br><br>Jul 14 13:12:13 garron postfix/postmap[9123]: fatal: open database sasl_passwd.db: Permission denied
<br>i tried even with 777 permissions<br><br>any clues?<br><br>regards,<br></div><span class="sg">Guillermo.</span>