I've been reading through the posts and been looking at my smtpd.cfg .
I'm a bit confused about something. When I use outlook express I have a rough time getting authenticated to the server using the IP Address to the server or by the hostname.
My Windows client C:\windows\system32\drivers\hosts file contains a line to resolve;
hostname.domain.name for the SCALIx server.
The SMTPD CFG File looks like this:
RELAY accept 127.0.0.1
RELAY accept hostname.domain.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 *#*@*
I wasn't sure if I needed to change the RELAY LINE to the NAT IP Address 192.x.x.x of the server or leave it at the localhost IP 127.0.0.1, so for now I'm leaving it as stated above.
Secondly, the e-mails when sending them from outlook are giving a response like this:
The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'user@domain.com'. Subject 'test', Account: 'myscalixhost.com', Server: 'my.scalix.ip.address', Protocol: SMTP, Server Response: '550 Denied due to spam list', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79
I have also have a question about the SCALIX SERVICE as it seems to state ;
*** hostname not present,
when restarting the service the same message appears. All of these issues are related as one issue since it is a new fresh install. All guidelines from the manual were followed.