tracking MMP vdmap users not supplying full email address?
We're using MMP 5.1 and using the vdmap feature to assign a default domain to users who do not supply one. We'd like to move everyone to using their full email address, but need to figure out which customers aren't.
Does anyone know of a way -- other than raw packet capture -- to determine which users are having a domain appended, and which ones are using a fully-qualified email address? I tried increasing "LogLevel" in both AService.cfg and PopProxyAService.cfg to 9, and got a lot of output, but no information on which users are having their domain-name appended.
Our vdmap.cfg configurations are similar ot the following:
vdmap example net 192.168.254.1
example.net:VDomain example.net
example.net:SearchFormat "uid=%U"
example.net:ReplayFormat %U@example.net
vdmap example com 192.168.254.2
example.com:VDomain example.com
example.com:SearchFormat "uid=%U"
example.com:ReplayFormat %U@example.com
In this way, if a user is configured to pop from .1, and do not supply a full email address, '@example.net' is appended to their username before being passed to the back-end iMS servers. If someone pops from .2, '@example.com' is appended.
Royce

