It's not very easy to find the details - it takes a bit of digging.
You can look in mailbox.log, and will find a line that shows "ModifyContactRequest":
Code:
2010-09-23 21:10:32,225 INFO [btpool0-3659://example.server.com/service/soap/ModifyContactRequest] [name=user@domain.com;mid=96;ip=x.x.x.x;ua=ZimbraWebClient - FF3.0 (Mac)/6.0.8_GA_2661;] soap - ModifyContactRequest
You can then use "zmredodump" to dump the details of the redo log:
Code:
zmredodump redo.log --show-blob
and you will see the entire change that closely matches the timestamp you found in mailbox.log:
Code:
[0347064b - 03471f74: 6442 bytes; tstamp: 2010/09/23 21:10:32.260 CDT] txn 1284043184.104428 [ModifyContact] ver=1
.28, tstamp=1285294232260, change=290313, mailbox=96, id=13441, attrs={
homePostalCode: XXXXXXXXX
lastName: XXXXXXXXX
homeStreet: XXXXXXXXX
workCity: XXXXXXXXXX
workPostalCode: XXXXXXX
homeURL: XXXXXXXXXX
mobilePhone: XXXXXXXXXX
email: XXXXXXXXXX
homeCity: XXXXXXXXXX
homeState: XXXXXXXXXX
fullName: XXXXXXXXXX
workState: XXXXXXXXXX
workStreet: XXXXXXXXXX
firstName: XXXXXXXXXX
fileAs: 1
}