Page 1 of 1

Stuck incoming external message to Scalix

Posted: Mon Jan 21, 2008 6:43 pm
by lowey71
Hi All,

Appear to have an issue with a external email that 'sendmai' on scalix is unable to deliver.

#mailq

/var/spool/mqueue (1 request)
-----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
m0LC49DB001832 379115 Mon Jan 21 22:04 <PERSON@EXTERNAL.COM>
(timeout writing message to scalix.XXXXX.com: Resource tem)
<INTERNAL@OURDOMAIN.COM>

#tail -50 /var/log/maillog | grep m0LC49DB001832

Jan 22 08:00:19 scalix sendmail[8460]: m0LC49DB001832: SYSERR(root): timeout writing message to scalix.XXXX.com: Resource temporarily unavailable
Jan 22 08:00:19 scalix sendmail[8460]: m0LC49DB001832: smtpquit: mailer scalix_mime exited with exit value 1
Jan 22 08:00:19 scalix sendmail[8460]: m0LC49DB001832: to=<INTERNAL@OURDOMAIN.COM>, delay=09:56:10, xdelay=00:05:00, mailer=scalix_mime, pri=1491045, relay=scalix, dsn=4.0.0, stat=Deferred

Server is running 11.3 release. We are not aware of any other emails that are having this issue as we Nagios checking the sendmail queue size.

Am able to extract mime components of this email with 'munpack'.

Assume there is some issue with the particular sender and their email with our Scalix system. If there any further way I can isolate the issue further, and it particular get it resolved!

Scalix 11.3 Mail Delivery problem

Posted: Fri Mar 07, 2008 6:50 pm
by ITCons
We have a very similar problem here. Running on Ubuntu 6.06 LTS.
All else is fine and installed. Somehow, the chain:

Client -- SMTP --> Scalix SMTPD --> Scalix Incoming Internet GW --> Scalix Service Router --> Scalix Outgoing Internet GW --> sendmail -- SMTP --> Internet recipient

as described in this post: viewtopic.php?t=2243

seems to break.

The mailq and corresponding log entry show the following.


MTA Queue status...
/var/spool/mqueue (3 requests)
-----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
m24HL9TQ019818 5 Tue Mar 4 10:21 <root@instance.domain.com>
(reply: read error from instance.domain.com)
<information@domain.com>
m24Gu0Tq019555 4 Tue Mar 4 09:56 <root@instance.domain.com>
(reply: read error from instance.domain.com)
<information@domain.com>
m24GrFUv019543 7 Tue Mar 4 09:53 <root@instance.domain.com>
(reply: read error from instance.domain.com)
<information@domain.com>
Total requests: 3

tail -n300 /var/log/mail.log | grep m24HL9TQ019818

Mar 7 15:40:05 scalix sm-mta[14844]: m24HL9TQ019818: smtpquit: mailer scalix_mime exited with exit value 127
Mar 7 15:40:05 scalix sm-mta[14844]: m24HL9TQ019818: to=<information@domain.com>, ctladdr=<root@instance.domain.com> (0/0), delay=3+05:18:55, xdelay=00:00:00, mailer=scalix_mime, pri=42240348, relay=scalix, dsn=4.0.0, stat=Deferred: Connection reset by instance.domain.com

Also, omshowlog reveals:

ERROR SMTP Relay (SMTPD Relay Pr) 03.07.08 14:38:49
[OM.DMON 2170] Failed to record starting.


ERROR SMTP Relay (SMTPD Relay Pr) 03.07.08 14:38:49
[OM 0]
-> initProtocol
-> smtpd_ReadConfig
<- smtpd_ReadConfig
<- initProtocol

Posted: Mon Mar 10, 2008 4:18 am
by Valerion
In this case your problem is not the SMTP Relay, but the Internet Mail Gateway that's not accepting mail properly. If you are passing all mail via sendmail (using SMTP_FILTER) the chain gets modified a little, passing out from the SMTP Relay through sendmail, then back in via the Internet Mail Gateway and back to the Service Router. You need to check the Scalix logs for the Internet Mail Gateway, as well as the fatal log file to see if there's anything logged there.

But if the gateway fails it's likely due to a bug in it, I would suggest you run this one via Scalix Support so they can properly escalate it.