cant send emails to recipients outside my domain
Posted: Sat Oct 27, 2007 9:30 am
Hi,
After testing my new intall of the Scalix server I can successfully do the following;
1- send and receive emails to any users locally using an email client software configured to POP3 connecting to our Scalix server on the LAN.
2- send and receive emails to any users locally and sending to emails outside our domain using SWA.
The Problem:
I am unable to send emails from the client software to anyone outside our domain, for example; user@ourdomain.com to example@gmail.com.
I think this is to do with a setting in smtpd.cfg. I searched for this file on my system and I found more than one copy of it in the following locations;
Can someone help me with this, I've printed out the file ./var/opt/scalix/l7/s/sys/smtpd.cfg
System info;
Running SUSE Linux Enterprise Server 10 (i586)
Running Linux linux-sbm7 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux
Running Scalix-11.2.0-GA-core-sles10-intel.tgz
After testing my new intall of the Scalix server I can successfully do the following;
1- send and receive emails to any users locally using an email client software configured to POP3 connecting to our Scalix server on the LAN.
2- send and receive emails to any users locally and sending to emails outside our domain using SWA.
The Problem:
I am unable to send emails from the client software to anyone outside our domain, for example; user@ourdomain.com to example@gmail.com.
I think this is to do with a setting in smtpd.cfg. I searched for this file on my system and I found more than one copy of it in the following locations;
linux-sbm7:/ # find . -name smtpd.cfg -print
./opt/scalix/template/release.sys/smtpd.cfg
./var/opt/scalix/l7/s/sys/smtpd.cfg
./var/opt/scalix/l7/s/release.sys/smtpd.cfg
Can someone help me with this, I've printed out the file ./var/opt/scalix/l7/s/sys/smtpd.cfg
linux-sbm7:/var/opt/scalix/l7/s/sys # cat smtpd.cfg
# NB Authenticated RELAYs are always allowed
RELAY accept 127.0.0.1
RELAY accept .afimail
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
# The following group sets the configuration for the submission listener
# This listener is only active if SUBMIT=ON is above
# By default it binds to port 587
[SUBMIT]
#LISTEN=localhost:587
# Reject all anonymous connections
ANONYMOUS Log_Reject ALL
# The following group sets the configuration for the lmtp listener
# This listener is only active if LMTP=ON is above
[LMTP]
LISTEN=localhost:24
# Use the following line to listen on a unix domain socket
#LISTEN=~/tmp/lmtp.unix
linux-sbm7:/var/opt/scalix/l7/s/sys #
System info;
Running SUSE Linux Enterprise Server 10 (i586)
Running Linux linux-sbm7 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux
Running Scalix-11.2.0-GA-core-sles10-intel.tgz