On 8/16/2012 6:25 PM, [email protected] wrote:
> On Fri, August 17, 2012 8:26 am, Noel Jones wrote:
>> On 8/16/2012 3:43 PM, [email protected] wrote:
> 
>> If just delivering mail for your own domain, it should still work.
> 
>> If you need to relay through the new server, you'll need to set up
>> some sort of authentication -- either SASL or use private TLS certificates.
>>  http://www.postfix.org/SASL_README.html
>> http://www.postfix.org/TLS_README.html
> 
> Noel, thanks
> 
> so, if old_server is forwarding to port 587, that will work same as it
> does for SMTP-AUTH client, yes ? (I think..?)

You'll need to set up client AUTH for submission to work.
http://www.postfix.org/SASL_README.html#client_sasl

Alternately, you can use private TLS certificate on the client, and
configure the new server to trust that certificate.
http://www.postfix.org/TLS_README.html


> 
> (old_server)
> transport_maps = static:smtp:server.tld:587

Probably better to use
relayhost = [server.tld]:587
http://www.postfix.org/postconf.5.html#relayhost


  -- Noel Jones

Reply via email to