I would not have thought that what I wanted to do would be difficult but, as usual, that has not proven to be the case....
All I want to be able to do is to allow a specified email address to relay through the SMTP proxy.
Using the PHP mail functionality on my web server I have not been able to get the mail message through the proxy unless I add the web server to the Allowed hosts/networks list (this does work but it's not desirable).
What I would ideally like is to only allow a specified email address (the one used in the PHP mail script) to relay through the proxy.
I created a user with the specified email address and added that to the Allowed users/groups list but this did not work. Silly to think that it would be that simple... [;)]
The help was not that helpful unfortunately.
I'm probably missing something simple.
Hopefully one of you more knowledgable guys can point me in the right direction.
This thread was automatically locked due to age.