Israel Garcia: > On Thu, Apr 29, 2010 at 2:22 PM, Wietse Venema <wie...@porcupine.org> wrote: > > > >> ?...@domain1 smtp:[host1] > >> ?...@domain2 smtp:[host2] > > > > The syntax for transport maps is documented: man 5 transport. Please > > take a minute to read the docs. > > :-) working now.. > > but I'm getting this error when try to connect with the servers > defined on transport file: > > Apr 29 08:31:49 server postfix/smtp[25835]: 270101CE0C: > to=<isr...@domain1>, relay=host1[xx.xx.xx.xx]:25, delay=545, > delays=545/0.02/0.09/0, dsn=4.7.0, status=deferred (SASL > authentication failed; server host1[xx.xx.xx.xx] said: 535 5.7.0 > Error: authentication failed: authentication failure) > > transport file: > domain1 smtp:[host1] > domain2 smtp:[host2]
With help from Patrick Koetter there is a newly revised SASL_README document at http://www.postfix.org/SASL_README.html In your case, it seems that Postfix tries to authenticate with the wrong username or password. Wietse