configutil help
I have to change the IP address on my messaging server box.
I have the right information to change it by using ldapmodify utility but there is another line in my messaging server msg-host/config/local.conf file
service.http.nsmsgsmtphost: xx.xx.xx.xx
Can I change it by using configutil utility as follow or I am wrong.
configutil -o service.http.nsmsgsmtphost -v xx.xx.xx.xx
I have done the ip address change exercise on my testing server and it changed successfully but on that machine I didnt have above line in msg-host/config/local.conf
[578 byte] By [
azfara] at [2007-11-26 18:18:54]

# 1
Hi,
> service.http.nsmsgsmtphost: xx.xx.xx.xx
I'm not sure what this is or even if it is valid. The only value that even comes close to this is:
service.http.smtphost
> an I change it by using configutil utility as follow
> or I am wrong.
>
> configutil -o service.http.nsmsgsmtphost -v
> xx.xx.xx.xx
Maybe. Do you see this value if you run:
./configutil -o service.http.nsmsgsmtphost
> I have done the ip address change exercise on my
> testing server and it changed successfully but on
> that machine I didnt have above line in
> msg-host/config/local.conf
Neither do I, perhaps it was mistakenly added.
Regards,
Shane.
# 3
The only other place in Messaging Server itself you need to look at is your mappings file. That contains an "internal_ip" map, so it can distinguish between "internal" and "external" ip addresses. You may need to change the "internal" range.
However, the Admin Server (not required to run Messaging, but inconvenient to work without) does include some ip coding, stored in adm.conf, I believe, AND in your ldap server, too.