Page 1 of 1

Can't send emails from outside

Posted: Wed May 30, 2007 6:22 pm
by panama
Hello,

I have installed succesfully Scalix 11.0.4 on CentOS 4.4, everything seem to be great. I just have one problem, I can't send emails from outside of my domain. I think the problem is a bad configuration in smtp.cfg.

This is my conf, I added AUTH_SUCCESS accept ALL, as a solution, but it didn't work:

# NB Authenticated RELAYs are always allowed
SMTPFILTER=TRUE
RELAY accept 127.0.0.1
RELAY accept .me.com

### I added this one
AUTH_SUCCESS accept ALL
RELAY Log_Reject ALL

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

[SUBMIT]
ANONYMOUS Log_Reject ALL

I appreciate your suggestions, thanks in advance.

Posted: Fri Jun 01, 2007 9:48 am
by ScalixSupport
Hi Panama!

Make sure if the forward and reverse lookup works fine.
What is the result of the command:
hostname
hostname -f

Also, in the smtpd.cfg file add a RELAY accept line with the Scalix Server IP.

See if these help.

Thanks,
Subir