I have an evaluation copy of Scalix running on server sleeves.in.agitar.com. Sleeves is given it's name and it's ipaddress by DHCP, with a static IP through DHCP of 10.250.100.230. This is a fresh copy with little configuration done. I have added myself as a user(Stephen.Hoffmann@sleeves.in.agitar.com - aliased to steve@agitar.com using the Scalix SAC gui)
My normal mail server is itserve.in.agitar.com at 10.250.100.3. I am running qmail with imap.
In order to test out this server, I want to forward mail from itserv to sleeves using the .qmail directory in my home directory. This is how I wrote up my qmail file:
[steve@itserv steve]$ cat .qmail
| /var/qmail/bin/forward steve@sleeves.in.agitar.com
/home/steve/Maildir/
What happens is that mail is forwarded to sleeves, it is delivered into /var/spool/mail/steve and does NOT show up in my Scalix mailbox. There is a user named steve on sleeves. However, when I change the forwarding to
[steve@itserv steve]$ cat .qmail
| /var/qmail/bin/forward Stephen.Hoffmann@sleeves.in.agitar.com
/home/steve/Maildir/
I get this:
The original message was received at Thu, 24 Feb 2005 11:53:58 -0800
from root@localhost
----- The following addresses had permanent fatal errors -----
<Stephen.Hoffmann@sleeves.in.agitar.com>
(reason: 550 5.1.1 <Stephen.Hoffmann@sleeves.in.agitar.com>... User unknown)
(expanded from: <Stephen.Hoffmann@sleeves.in.agitar.com>)
----- Transcript of session follows -----
... while talking to [127.0.0.1]:
>>> DATA
<<< 550 5.1.1 <Stephen.Hoffmann@sleeves.in.agitar.com>... User unknown
550 5.1.1 <Stephen.Hoffmann@sleeves.in.agitar.com>... User unknown
<<< 503 5.0.0 Need RCPT (recipient)
Final-Recipient: RFC822; Stephen.Hoffmann@sleeves.in.agitar.com
Action: failed
Status: 5.1.1
Remote-MTA: DNS; [127.0.0.1]
Diagnostic-Code: SMTP; 550 5.1.1 <Stephen.Hoffmann@sleeves.in.agitar.com>... User unknown
Last-Attempt-Date: Thu, 24 Feb 2005 16:54:28 -0800
I get the idea that this is sendmail running and not SCALIX. So I went onto sleeves and did /etc/init.d/sendmail stop which stopped sendmail and I restarted the scalix services. This caused email to disappear into thin air, no bounces, and nothing logged on the Scalix side. I telnetted to port 25 on sleeves and found that it answered with SCALIX instead of Sendmail, yet nothing was logged on either server and no mail was recieved.
I need help. If I can't get scalix up and running I'm told we have to explore Exchange. There is nothing in the documentation that explains anything about the sendmail part of Scalix.
-Steve