Voicemail email from:

Hi,
I am using Latest freepbx 12 and asterisk 11.
When i receive an email notification off an incoming voicemail the ‘from’ field is
Asterisk Pbx [email protected]
I allready changed the ‘serveremail’ in voicemail administration settings to 'Pbx-VoiceMail’
Is there a way to change/replace the 'Asterisk Pbx’
Thanks

I think that setting your hostname in the actual server should be enough. The file is in /etc someplace. An easy way to find it is to try:

grep -l localdomain `find /etc -type f`

That should give you a list of file names that reference that.

Restart your machine after you change the host name (it will probably show up in your hosts file, DNS, and a couple other places) and you should be good to go.

That’s the machine’s hostname. Sysadmin will let you change that, or, you can just edit /etc/sysconfig/network and set it there.

If you don’t want to reboot, just run the command ‘hostname new.host.name’ as root.

Thank you.
Will try and let you know.

If i change the hostname will the
’Asterisk Pbx’ text from the ‘Asterisk Pbx [email protected]’ removed or replaced ?
The ‘localhost.localdomain’ does not bother me at all.
Thanks