Hello,<br><br>I am using python_auth and python_access in my readers.conf :<br><br>auth "polarion" {<br>        python_auth: "nnrpd_auth.py"<br>        python_access: "nnrpd_access.py"<br>}<br>
<br>I want to use "virtualhost" option , to change hostname <a href="http://sx1.labs.polarion.com">sx1.labs.polarion.com</a> from Message-ID to <a href="http://groups.polarion.com">groups.polarion.com</a><br>Message-ID: <g3g731$nq9$<a href="mailto:1@sx1.labs.polarion.com">1@sx1.labs.polarion.com</a>><br>
<br>as virtualhost is access value i have added to readers.conf<br><br>access "polarion" {<br>        virtualhost: "<a href="http://groups.polarion.com">groups.polarion.com</a>"<br>}<br><br>But this scenario is not working. I have also tried add parameter domain: to inn.conf , but again without result.<br>
<br>Thanks in advance!<br><br>David<br>