Page 1 of 1

Capisuite Fax and Answering machine could not mail to Scalix

Posted: Mon Jun 12, 2006 2:48 pm
by chris78
Hallo,
when I recive a Voice and sendmail will send to User chris the I get this Error:
Mon Jun 12 20:39:07 2006 CapiSuite 0xbfa770ec: Error while trying to send mail: (553, '5.5.4 <root>... Domain name required for sender address root', 'capisuite daemon <root>')


in the /etc/mail/local-host-names
I have the following entries:
localhost
localhost.localdomain

On user@localhost.localdomain I can send a Mail with the webclient but not on the user@localhost.

I beleave thats the problem...

Posted: Tue Jun 13, 2006 2:50 am
by chris78
I have found a solution for this problem.
You can edit follow file
/usr/lib/python2.4/site-packages/cs_helpers.py

Search for the Line

Code: Select all

 
 server.sendmail(mail_from,mail_to,msg.as_string())

I have delete the variable mail_from and replaced with a User from Scalix

Code: Select all

   

server.sendmail('chris@server.ath.cx',mail_to,msg.as_string())


This line is 2 times in cs_helpers.py, one for the answering machine and one for Fax!