Scalix Outbound SMTP failures
Posted: Fri Apr 28, 2006 10:15 pm
Hi Guys,
I have been running Scalix 10 on Suse OSS 10 for a month or so no problems.
However this was on a VMWare server and things where humming along nicely to the point that we decided we would move the server to a physical server.
So I built the physical server and I setup Scalix on the new server. Then to move the VM Scalix server over I stopped the new Scalix install and then rsync'd the message store over to the new server.
I started the new server and whammo it all looked good. Well that was until I dug a little deeper to discover the following error when sending outbound emails:
---------------------------------Scalix SMTP Log---------------------------------------------------
dogfood:/var/opt/scalix/sys # cat /var/opt/scalix/tmp/smtpd.log
SMTP Relay 10.0.0.175 started (32332): Sat, 29 Apr 2006 12:00:51 +1000 (EST)
Accepted client 1 from (dogfood.speering.net)
Cli 32332/1 sent : 220 dogfood.speering.net ESMTP Scalix SMTP Relay 10.0.0.175; Sat, 29 Apr 2006 12:02:50 +1000 (EST)
Cli 32332/1 rcvd: 'EHLO dogfood.speering.net'
Cli 32332/1 sent : 250-dogfood.speering.net Hello dogfood.speering.net [10.10.10.8], pleased to meet you
250-AUTH CRAM-MD5 DIGEST-MD5 LOGIN PLAIN GSSAPI
250-AUTH=LOGIN
250-DSN
250 8BITMIME
Cli 32332/1 rcvd: 'MAIL FROM:<shane@speering.net>'
Cli 32332/1 sent : 250 shane@speering.net... Sender ok
Cli 32332/1 rcvd: 'RCPT TO:<shane@binaryvision.com.au> NOTIFY=FAILURE,DELAY'
... new process 32413
32332: Allocate new unix.in process 32413
Cli 32332/1 rcvd U: '220 Scalix ESMTP Ready.'
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1 sent U: rcpt to: <shane@binaryvision.com.au> NOTIFY=FAILURE,DELAY
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1 sent : 250 Ok
Cli 32332/1 rcvd: 'DATA'
Cli 32332/1 sent : 354 Enter mail, end with "." on a line by itself (relay)
Cli 32332/1 sent U: data
Cli 32332/1 rcvd U: '354 Enter mail, end with "." on a line by itself.'
Cli 32332/1 got .
Cli 32332/1 sent U: Received: from dogfood.speering.net (dogfood.speering.net 10.10.10.8)
by dogfood.speering.net (Scalix SMTP Relay 10.0.0.175)
via ESMTP; Sat, 29 Apr 2006 12:02:52 +1000 (EST)
Message-ID: <19561502.1146276170578.JavaMail.root@dogfood.speering.net>
Date: Sat, 29 Apr 2006 12:02:50 +1000 (EST)
From: Shane Speering <shane@speering.net>
To: Shane Speering <shane@binaryvision.com.au>
Subject: Mail Test
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_6_15441752.1146276170574"
X-Mailer: Scalix 10.0.0.343
X-MSMail-Priority:
------=_Part_6_15441752.1146276170574
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
------=_Part_6_15441752.1146276170574
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<html><head><style type="text/css"><!-- DIV {margin:0px;} P {margin:0px;} --></style></head><body><font face="times new roman, new york, times, serif" size=3></font></body></html>
------=_Part_6_15441752.1146276170574--
.
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1: Submitted message ': <19561502.1146276170578.JavaMail.root@dogfood.speering.net>' to unix.in.
response: '250 Ok'
Cli 32332/1 Finished submitting msg : <19561502.1146276170578.JavaMail.root@dogfood.speering.net>
Cli 32332/1 sent : 250 Ok
Cli 32332/1 rcvd: 'QUIT'
Cli 32332/1 sent : 221 dogfood.speering.net closing connection
---------------------------------------------END OF LOG---------------------------------------------
The above message I highlighted the part that I think is the issue.
Here is the sendmail error message Im getting:
Apr 29 12:10:55 dogfood sendmail[32581]: k3S5o2pl029890: to=<shane@speering.net>, delay=20:20:53, xdelay=00:00:00, mailer=scalix, pri=4172466, relay=dogfood, dsn=4.0.0, stat=Deferred: 451 Message rejected by OM.UX Gateway on 'dogfood': Fatal error encountered
Once again I have highlighted the part of the message that isnt making sense.
The configuration files I copied from the working server, however something obivously isnt right as some messages just dont seem to get through.
Any insight would be greatly appreciated.
Cheers
FrogSkin
I have been running Scalix 10 on Suse OSS 10 for a month or so no problems.
However this was on a VMWare server and things where humming along nicely to the point that we decided we would move the server to a physical server.
So I built the physical server and I setup Scalix on the new server. Then to move the VM Scalix server over I stopped the new Scalix install and then rsync'd the message store over to the new server.
I started the new server and whammo it all looked good. Well that was until I dug a little deeper to discover the following error when sending outbound emails:
---------------------------------Scalix SMTP Log---------------------------------------------------
dogfood:/var/opt/scalix/sys # cat /var/opt/scalix/tmp/smtpd.log
SMTP Relay 10.0.0.175 started (32332): Sat, 29 Apr 2006 12:00:51 +1000 (EST)
Accepted client 1 from (dogfood.speering.net)
Cli 32332/1 sent : 220 dogfood.speering.net ESMTP Scalix SMTP Relay 10.0.0.175; Sat, 29 Apr 2006 12:02:50 +1000 (EST)
Cli 32332/1 rcvd: 'EHLO dogfood.speering.net'
Cli 32332/1 sent : 250-dogfood.speering.net Hello dogfood.speering.net [10.10.10.8], pleased to meet you
250-AUTH CRAM-MD5 DIGEST-MD5 LOGIN PLAIN GSSAPI
250-AUTH=LOGIN
250-DSN
250 8BITMIME
Cli 32332/1 rcvd: 'MAIL FROM:<shane@speering.net>'
Cli 32332/1 sent : 250 shane@speering.net... Sender ok
Cli 32332/1 rcvd: 'RCPT TO:<shane@binaryvision.com.au> NOTIFY=FAILURE,DELAY'
... new process 32413
32332: Allocate new unix.in process 32413
Cli 32332/1 rcvd U: '220 Scalix ESMTP Ready.'
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1 sent U: rcpt to: <shane@binaryvision.com.au> NOTIFY=FAILURE,DELAY
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1 sent : 250 Ok
Cli 32332/1 rcvd: 'DATA'
Cli 32332/1 sent : 354 Enter mail, end with "." on a line by itself (relay)
Cli 32332/1 sent U: data
Cli 32332/1 rcvd U: '354 Enter mail, end with "." on a line by itself.'
Cli 32332/1 got .
Cli 32332/1 sent U: Received: from dogfood.speering.net (dogfood.speering.net 10.10.10.8)
by dogfood.speering.net (Scalix SMTP Relay 10.0.0.175)
via ESMTP; Sat, 29 Apr 2006 12:02:52 +1000 (EST)
Message-ID: <19561502.1146276170578.JavaMail.root@dogfood.speering.net>
Date: Sat, 29 Apr 2006 12:02:50 +1000 (EST)
From: Shane Speering <shane@speering.net>
To: Shane Speering <shane@binaryvision.com.au>
Subject: Mail Test
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_6_15441752.1146276170574"
X-Mailer: Scalix 10.0.0.343
X-MSMail-Priority:
------=_Part_6_15441752.1146276170574
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
------=_Part_6_15441752.1146276170574
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<html><head><style type="text/css"><!-- DIV {margin:0px;} P {margin:0px;} --></style></head><body><font face="times new roman, new york, times, serif" size=3></font></body></html>
------=_Part_6_15441752.1146276170574--
.
Cli 32332/1 rcvd U: '250 Ok'
Cli 32332/1: Submitted message ': <19561502.1146276170578.JavaMail.root@dogfood.speering.net>' to unix.in.
response: '250 Ok'
Cli 32332/1 Finished submitting msg : <19561502.1146276170578.JavaMail.root@dogfood.speering.net>
Cli 32332/1 sent : 250 Ok
Cli 32332/1 rcvd: 'QUIT'
Cli 32332/1 sent : 221 dogfood.speering.net closing connection
---------------------------------------------END OF LOG---------------------------------------------
The above message I highlighted the part that I think is the issue.
Here is the sendmail error message Im getting:
Apr 29 12:10:55 dogfood sendmail[32581]: k3S5o2pl029890: to=<shane@speering.net>, delay=20:20:53, xdelay=00:00:00, mailer=scalix, pri=4172466, relay=dogfood, dsn=4.0.0, stat=Deferred: 451 Message rejected by OM.UX Gateway on 'dogfood': Fatal error encountered
Once again I have highlighted the part of the message that isnt making sense.
The configuration files I copied from the working server, however something obivously isnt right as some messages just dont seem to get through.
Any insight would be greatly appreciated.
Cheers
FrogSkin