cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
929
Views
10
Helpful
2
Replies

Update smtp address of unityconnection user

joeharb
Level 5
Level 5

I am trying to update the actual smtp address of the unityconnection user from unityconnection@domain.com to smtprelay@domain.com.

 

I found the following that shows how to change the Display name but not sure how to update the actual address.

 

https://www.cisco.com/c/dam/en/us/products/collateral/unified-communications/unity-connection/cisco-unity-connection.pdf

 

Anyone have any suggestions on the proper query to update?

 

Thanks,

 

Joe

1 Accepted Solution

Accepted Solutions

Worked with TAC on this:

 

run cuc dbquery unitydirdb update tbl_alias set smtpaddress='smtprelay@domainname.com' where alias = 'UnityConnection'

 

Resolved the issue.

 

Thanks,

Joe

View solution in original post

2 Replies 2

joeharb
Level 5
Level 5

Anyone have any suggestions?  I would think this is possible with CUDLI, but can't find the proper table/stored procedure to update.  I was able to change the Display Name but need to also change the actual address.

 

 

Thanks,

 

Joe

Worked with TAC on this:

 

run cuc dbquery unitydirdb update tbl_alias set smtpaddress='smtprelay@domainname.com' where alias = 'UnityConnection'

 

Resolved the issue.

 

Thanks,

Joe