Nope, that didn't work either. In the interim I've decided to start with just getting smtp/pop (no web interface) working 1st, and in so far i haven't been able to get even that working. I did an install of scalix server, management and the postgres db server. I've gotten it all setup and I can send mail via Thunderbird, from my user account but I can't receive mail at all.
I ran omstat -a and saw that SMTP Relay wasn't starting. I found the following in /var/opt/scalix/nx/s/logs/fatal
Code: Select all
ERROR SMTP Relay (SMTPD Relay Pr) Thu Jun 14 10:32:20 2007
[OM.DMON 2171] The SMTP Relay could not listen on port 25.
Pid of logging process: 26005
Upon further research I found that some hacked version of sendmail, installed by the company i lease the server from, was running. So i disabled that restarted Scalix, but that still didn't work.
I tried telnet'ing to my server (telnet myhost.com 25) and everything seems to be ok,
Code: Select all
# telnet myhost.com 25
Trying 0.0.0.0...
Connected to myhost.com (0.0.0.0).
Escape character is '^]'.
220 myhost.com ESMTP Scalix SMTP Relay 11.0.4.10790; Fri, 15 Jun 2007 09:33:47 -0400 (EDT)
EHLO myhost.com
250-myhost.com Hello IP.0.0.0.0.hvc.res.rr.com [0.0.0.0], pleased to meet you
250-AUTH LOGIN GSSAPI CRAM-MD5 DIGEST-MD5 PLAIN
250-AUTH=LOGIN
250-DSN
250 8BITMIME
MAIL FROM: dan@myhost.com
250 dan@myhost.com... Sender ok
RCPT TO: dan@myhost.com
250 Ok
DATA
354 Enter mail, end with "." on a line by itself (relay)
From: dan@myhost.com
To: dan@myhost.com
Subject: Test
This is a test message sent via telnet.
.
250 Ok
QUIT
221 myhost.com closing connection
Connection closed by foreign host.
But I never receive the message (I've also tried from various other email accounts ((my work account, gmail, hotmail etc))). Has anyone run into similar issues? How can I increase the log level and where exactly do i find the log file?[/code]