Page 1 of 1

Outgoing Mail

Posted: Wed Aug 02, 2006 6:17 pm
by MGonz
Hi,

The problem I am having is that the mail to the outside world is not being routed out there. From the logs, it looks like the mail is getting routed to the ip 127.0.0.1, which is the loopback of the computer. Any idea's on how to fix this?

Thanks

Posted: Wed Aug 02, 2006 8:42 pm
by ScalixSupport
Please post the uncommented portion of /var/opt/scalix/sys/smtpd.log and /etc/hosts Also what is the value for daemon= in /etc/sysconfig/sendmail?

Thanks,
Don

Posted: Thu Aug 03, 2006 6:21 pm
by MGonz
In the sendmail config file, DAEMON=NO

The Hosts file is
127.0.0.1 localhost.localdomain localhost
192.168.1.2 mailx.ourdomain.com mailx


and the smtpd.cfg file is
EXTENSIONS=AUTH,DSN,8BITMIME

RELAY accept 127.0.0.1
RELAY accept .ourdomain.com
RELAY Log_Reject ALL

# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*

Posted: Fri Aug 04, 2006 8:37 am
by ScalixSupport
It would appear to me that http://www.scalix.com/community/viewtop ... ght=daemon will be the solution.

Cheers,

Sascha.