RYAN vAN GINNEKEN wrote:
Ok Thank you very much ladies/gentlemen OK i added this to my
/etc/postfix/main.cf
transport_maps = hash:/etc/postfix/transport
Then set up this rule "* smtp:[hostaddress]:325" in my transport file then
hashed it with posthash to create transport.db an like magic it all works i am receiving
mail
However you are stating that if i add this line to main.cf it would work the same!! seems easier but which is more correct?????
relayhost = [hostaddress]:325
This is better. the "*" entry in transports is a bit ugly.