Dhiraj Chatpar wrote: > HI, > > I am getting this error when i am trying to connect my postfix > via transport_maps = tcp:localhost:2525 > > Nov 16 13:48:34 mail postfix/trivial-rewrite[4403]: fatal: unsupported > dictionary type: tcp > Nov 16 13:48:35 mail postfix/master[4145]: warning: process > /usr/libexec/postfix/trivial-rewrite pid 4403 exit status 1 > Nov 16 13:48:35 mail postfix/master[4145]: warning: > /usr/libexec/postfix/trivial-rewrite: bad command startup -- throttling
transport_maps expects one or more transport map files (see man 5 transport). It does *not* accept a bare reference to a tcp host/port. What are you trying to solve?