Hello,
I'm just tryint to set up apache reverse proxy for adaxes self service.
are there any examples?
thank you.
Unfortunately, we do not have such examples, but using reverse proxies with Adaxes does not differ from using them with other web applications. For an example on how to configure Apache reverse proxy you can take a look at the following article: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html.
How do I go about modifying proxy addresses with PowerShell in Adaxes? Do you have an example in the script repository?
How can I allow manager of distribution group to edit just email aliases (proxy addresess) of that group? Not the primary SMTP address.
After creating a new user I'm modifying the user and setting 2 proxy addresses. I'm doing this with the build-in modify user functionality. Our email format is %firstname%. ... anybody have an idea to get this working, i'm not as Powershell wizzard...
Hello I am trying to set up a report User with Email Proxy Address I can not display a list of all the aliases of a user Thank you for your help
How can I add a proxy address to a user account using addaxes and a custom command or business rule? I have tried to use a powershell script to do it ... "%SamAccountname%" get-aduser $user | set-aduser -add @{ProxyAddress=sip:"%userPrincipalName%"} Thanks!