QUESTION Change hardcoded email address in xivo?

Scott Kelly

New Member
Joined
Apr 8, 2016
Messages
6
Reaction score
1
Getting quite a few daily bounce back emails from xivo (see below). Couldn't find the setting to change this in the GUI. Wouldn't know where to begin in the config files. Guidance would be appreciated. Thanks.

2

Address not found
Your message wasn't delivered because the domain xivo-clients.proformatique.com couldn't be found. Check for typos or unnecessary spaces and try again.
The response from the remote server was:
DNS Error: 79556588 DNS type 'mx' lookup of xivo-clients.proformatique.com responded with code NXDOMAIN Domain name not found: xivo-clients.proformatique.com


Final-Recipient: rfc822; [email protected]
 

Scott Kelly

New Member
Joined
Apr 8, 2016
Messages
6
Reaction score
1
Thanks, Ward.

Yeah, getting worse now, since I must have made a change that the system didn't like while following one of the tutorials on URIs. Emails are coming at 5 min intervals. One for the outbound (which I need to resolve), and one for the bounce back.
 

shuler

New Member
Joined
Apr 30, 2010
Messages
6
Reaction score
0
looks to be in this table

CREATE TABLE `mail` (
`id` int(10) unsigned auto_increment,
`mydomain` varchar(255) NOT NULL DEFAULT 0,
`origin` varchar(255) NOT NULL DEFAULT 'xivo-clients.proformatique.com',
`relayhost` varchar(255),
`fallback_relayhost` varchar(255),
`canonical` text NOT NULL,
PRIMARY KEY(`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 

Members online

No members online now.

Forum statistics

Threads
25,778
Messages
167,504
Members
19,198
Latest member
serhii
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top