On Fri, Apr 30, 2010 at 1:14 PM, Wietse Venema wrote:
>> HI Brian,
>>
>> How can I change this to a map file?
>
> For an example, see: http://www.postfix.org/SASL_README.html#client_sasl
>
> Wietse
>
DOne, here's my last configuration:
postconf -n:
alias_database = hash:/etc/aliases
ali
Israel Garcia:
[ Charset UTF-8 unsupported, converting... ]
> On Thu, Apr 29, 2010 at 5:34 PM, Brian Evans - Postfix List
> wrote:
>
> >
> > This is because of your setting in main.cf:
> >
> >> smtp_sasl_password_maps = static:login:userpasswd
> >>
> >
> > This will send the same user and passwor
On Thu, Apr 29, 2010 at 5:34 PM, Brian Evans - Postfix List
wrote:
>
> This is because of your setting in main.cf:
>
>> smtp_sasl_password_maps = static:login:userpasswd
>>
>
> This will send the same user and password to every server that supports
> authentication.
> Suggest changing this to a m
On 4/29/2010 11:21 AM, Israel Garcia wrote:
>>> Apr 29 08:31:49 server postfix/smtp[25835]: 270101CE0C:
>>> to=, 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: authe
>>
>> Apr 29 08:31:49 server postfix/smtp[25835]: 270101CE0C:
>> to=, 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)
>>
>
Israel Garcia:
> On Thu, Apr 29, 2010 at 2:22 PM, Wietse Venema 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 thi
On Thu, Apr 29, 2010 at 2:22 PM, Wietse Venema 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
Israel Garcia:
> Hi,
>
> I'm sending all emails to a relayhost with a TLS connection , but I
> want to send mail to specific domain using another hosts. I mean:
As documented, the transport_maps setting overrides the relayhost
setting, so you are on the right track:
relayhost = [smtp.tls.ho
Hi,
I'm sending all emails to a relayhost with a TLS connection , but I
want to send mail to specific domain using another hosts. I mean:
* --> [smtp.tls.host]:587 (TLS)
and
*...@domain1 smtp:[host1]
*...@domain2 smtp:[host2]
This is postconf -n output:
alias_database = hash:/etc/aliases