< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[sipX-dev] Sending SIPx email notification from Corporate network


Hi, 

I've found that our corporate firewall seems to be blocking my SIPx
email notifications (from voicemail and the alarm server) to the outside
world. In order to allow email to be sent out I found that a sendmail
configuration change is required to relay the messages through the
corporate email server. 

> vi /etc/mail/sendmail.mc 
  Change: 
    dnl define(`SMART_HOST', `smtp.your.provider')dnl 
  To:
    define(`SMART_HOST', `mycorp.example.com')dnl 
> yum install sendmail-cf 
> make -C /etc/mail 
> service sendmail restart 

Seems like the email relay is something we should be able to configure
in sipXconfig. 
Perhaps I should raise a JIRA issue on this?

Dave.