Hi guys,
Does anyone have a working example of an AdminConfig.xml with a viewmail deployment? My customer is rolling out a new client to 200 machines and would like to push it via GPO and xml. We can autopopulate the server info correctly and this works, but we always get a popup at the "Phone Number" screen and have to manually click next to go to the next screen:

The .xml config is:
<AdminConfig>
<Configurations>
<Configuration server="unityserver.domain.com" type="Connection8.5 SIB"/>
</Configurations>
<Users>
<User id="user1" phone="1011"/>
</Users>
</AdminConfig>