Simple relay question
Posted: Fri Jul 14, 2006 3:49 pm
Hello All,
I am trying to configure Scalix to allow email relaying from our Asterisk server (192.168.2.1) (Aseterisk sends out emails with and attached voicemail message to the recipient). Our Asterisk server is on the 192.168.2.0/24 network and our Scalix box is on the 192.168.0.0/24 network. I can ping from and to both machines, can telnet to port 25 on the Scalix box from our Asterisk server. However, I can't get Scalix to allow email relaying from Asterisk.
I added the ip address of the Asterisk box to the smtpd.conf file (see below), ran omsendin and restarted the scalix smtpd service and also restarted Sendmail. However, when I go into the sendmail.cf file I don't see any reference to the IP address I added in Scalix's smtpd.conf file.
I also added the Asterisk server's IP adderess and anme to my /etc/hosts file. Still nothing. What am I doing wrong??
--- snippet of my smtpd.conf file ---
RELAY accept 127.0.0.1
RELAY accept .ourcompanydomain.com
RELAY accept 192.168.2.1
RELAY Log_Reject ALL
I am trying to configure Scalix to allow email relaying from our Asterisk server (192.168.2.1) (Aseterisk sends out emails with and attached voicemail message to the recipient). Our Asterisk server is on the 192.168.2.0/24 network and our Scalix box is on the 192.168.0.0/24 network. I can ping from and to both machines, can telnet to port 25 on the Scalix box from our Asterisk server. However, I can't get Scalix to allow email relaying from Asterisk.
I added the ip address of the Asterisk box to the smtpd.conf file (see below), ran omsendin and restarted the scalix smtpd service and also restarted Sendmail. However, when I go into the sendmail.cf file I don't see any reference to the IP address I added in Scalix's smtpd.conf file.
I also added the Asterisk server's IP adderess and anme to my /etc/hosts file. Still nothing. What am I doing wrong??
--- snippet of my smtpd.conf file ---
RELAY accept 127.0.0.1
RELAY accept .ourcompanydomain.com
RELAY accept 192.168.2.1
RELAY Log_Reject ALL