I'm having a bit of a problem here. I've had a server in testing for a while, and have had a few problems along the way ( Problem 1, and Problem 2). But, I managed to smooth all those problems out, and I just now moved to using scalix as my production email server... and am now having yet another problem!
I can send mail with SWA with no problems, and I can receive mail with no problems, but when I try to send mail using outlook via smtp (not using scalix outlook connect yet) I am getting a problem where it looks like it tries to send the mail for a while, and then times out with the error message:
Code: Select all
Task 'mail.domain.com - Sending' reported error (0x800CCC0F) : 'The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP).'
Here's the output of some of my troubleshooting:
Code: Select all
[root@Scalix ~]# omstat -a
PC Monitor Started NON-STOP 0
Directory Relay Server Started 13:10:12
Notification Server Started 13:10:12 0
Shared memory daemon Started NON-STOP
Notification Monitor Started NON-STOP
Session Monitor Started NON-STOP
Container Access Monitor Started NON-STOP
Item Structure Server Stopped
Database Monitor Started 13:10:13
Licence Monitor Daemon Started NON-STOP
LDAP Daemon Started 13:10:13
Queue Manager Started NON-STOP
Item Delete Daemon Started NON-STOP
IMAP Server Daemon Started 13:10:13
SMTP Relay Started 13:10:13
Mime Browser Controller Started 13:10:13
[root@isecScalix ~]#
Code: Select all
[root@isecScalix ~]# lsof -i :25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
omsmtpd 1580 root 4u IPv4 4035 TCP mail.domain.com:smtp (LISTEN)
sendmail 2391 root 4u IPv4 9340 TCP localhost.localdomain:smtp (LISTEN)
[root@Scalix ~]#
Code: Select all
[root@Scalix ~]# tail -n 20 /opt/scalix-tomcat/logs/caa.log
2006-06-30 13:36:04,698 INFO [RESMonitor.run:115] Server mail.domain.com up 24 mins, 50 secs
2006-06-30 13:36:19,940 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:37:04,704 INFO [RESMonitor.run:115] Server mail.domain.com up 25 mins, 51 secs
2006-06-30 13:37:19,945 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:38:04,709 INFO [RESMonitor.run:115] Server mail.domain.com up 26 mins, 51 secs
2006-06-30 13:38:19,950 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:39:04,714 INFO [RESMonitor.run:115] Server mail.domain.com up 27 mins, 51 secs
2006-06-30 13:39:19,956 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:40:04,720 INFO [RESMonitor.run:115] Server mail.domain.com up 28 mins, 51 secs
2006-06-30 13:40:19,961 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:41:04,726 INFO [RESMonitor.run:115] Server mail.domain.com up 29 mins, 51 secs
2006-06-30 13:41:19,968 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:42:04,733 INFO [RESMonitor.run:115] Server mail.domain.com up 30 mins, 51 secs
2006-06-30 13:42:19,975 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:43:04,740 INFO [RESMonitor.run:115] Server mail.domain.com up 31 mins, 51 secs
2006-06-30 13:43:19,982 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:44:04,747 INFO [RESMonitor.run:115] Server mail.domain.com up 32 mins, 51 secs
2006-06-30 13:44:19,989 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-30 13:45:04,754 INFO [RESMonitor.run:115] Server mail.domain.com up 33 mins, 51 secs
2006-06-30 13:45:19,997 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.domain.com/res/RESDispatcher|LISTEN|300|mail|mail.domain.com|10.0.1 from host:mail.domain.com
[root@Scalix ~]#
It looks to me like it's not even getting the requests, but I checked my router and everything is normal, no notices that it's blocking anything that it's not supposed to. Port 25 is open and forwarding properly.
Anyone have any ideas?