Jim Balo <[EMAIL PROTECTED]> wrote: > > Sahil said "pay close attention to the transport map > > syntax". > > > > [EMAIL PROTECTED] smtp:[other.example.net]:2525 > > Sorry - I did not read it properly. I tried again using what I > believe is the proper syntax, but the redirect is still not taking > effect. I have posted details after signature. > > ---- /etc/postfix/transport > [EMAIL PROTECTED] smtp:othersmtpserver.com:2525 > Note: I also tried with brackets: > [EMAIL PROTECTED] smtp:[othersmtpserver.com]:2525
Don't edit or obfuscate file contents; it is prone to typos that complicate troubleshooting. > ---- postmap -q "[EMAIL PROTECTED]" /etc/postfix/transport > smtp:[othersmtpserver.com]:2525 > > ---- maillog entries: [...] > ---- postconf -n [...] In your postconf output, I did not see any declaration of transport_maps. You need something like: transport_maps = maptype:/etc/postfix/transport where 'maptype' is probably 'hash' in your case, but see postconf(1) and postmap(1) for more details. -- Sahil Tandon <[EMAIL PROTECTED]>