Yes I did that and that fix the problem, just have to figure out why the
client (outlook) is not able to connect to the incoming pop3 server now...
Thanks for your help....
Jon
--------------------------------------------------
From: "Wietse Venema" <wie...@porcupine.org>
Sent: Wednesday, June 20, 2012 12:29 AM
To: "Postfix users" <postfix-users@postfix.org>
Subject: Re: problem with postfix configuration - Relay Access Denied
Wietse:
You have
mydestination = $myhostname, localhost.$mydomain, mmtnetworks.com.au
Meaning that you want to deliver mmtnetworks.com.au on the LOCAL MACHINE.
At the same time you have transport_maps with
mmtnetworks.com.au smtp:[192.168.2.247]
Meaning that you want to deliver mmtnetworks.com.au to a REMOTE MACHINE.
Which is it: deliver on the LOCAL machine or a REMOTE machine?
Jon
Local
To deliver mmtnetworks.com.au on the local machine:
- List mmtnetworks.com.au in mydestination.
- Do not list mmtnetworks.com.au in transport_maps.
Wietse