You are here: Home > Help & Support > Knowledgebase > Categories > VoIP > Enterprise VoIP > trixbox CE

How to configure trixbox CE to send email notifications

Getting Started

trixbox has the functionality to alert users via email of waiting voicemail, this function needs to be configured via the trixbox web admin panel.

Some users of trixbox have port 25 blocked by their ISP, which will affect the sending of emails. See the following article http://dumbme.mbit.com.au/trixbox2/trixbox2_without_tears.pdf.

Basic Configuration

Remove the entry in the etc/hosts file referencing your server.

Remove Sendmail and Install postfix

rpm -e --nodeps sendmail

yum -y install postfix

Following this, edit your /etc/postfix/main.cf, (use nano and my smtp server is shown below, but you should be using yours) and add:

relayhost = smtp.ozemail.com.au

Replace smtp.ozemail.com.au with your own smtp server. E.g. if your belong to OPTUS,
it should be:

relayhost = mail.optusnet.com.au

You should also edit /etc/asterisk/vm_general.inc and set the "serveremail" parameter to your real email address. 

This is to avoid messages with invalid from-addresses floating aimlessly in the Internet.

Then load Postfix.

service postfix reload

Postfix will now send all outgoing email to your ISP's mail server.

Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
How to set up trixbox behind NAT
Viewed 3149 times since Wed, Sep 15, 2010
How to setup Asterisk if you are behind a NAT firewall
Viewed 4451 times since Wed, Sep 15, 2010
How to set up trixbox CE for use with a single user SIP account
Viewed 2244 times since Wed, Sep 15, 2010
How to set up trixbox CE for a SIP inbound trunk
Viewed 3182 times since Wed, Sep 15, 2010
How do I get started with trixbox?
Viewed 2661 times since Wed, Sep 15, 2010
How to set up trixbox CE for a SIP outbound trunk
Viewed 3308 times since Wed, Sep 15, 2010
How to set up trixbox CE for an IAX inbound trunk
Viewed 3469 times since Wed, Sep 15, 2010
How to set up outgoing routes on trixbox CE
Viewed 2717 times since Wed, Sep 15, 2010
How to set up trixbox CE for an IAX outbound trunk
Viewed 2383 times since Wed, Sep 15, 2010