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.