ScalixSupport wrote:So, you're seeing the message come into smtpd and it's handed off to sendmail, but you're never receiving it in Scalix?
For the latest one the sender had sent, yes. For all the other ones, I was seeing the "collect: read timeout" errors. What is happening now seems to be a secondary problem that's occuring with this domain. What's odd is that from other accounts (ie. my yahoo, gmail, etc.) I can send attachments to my Scalix account without a problem.
Did you rebuild your sendmail.cf file from the sendmail.mc file at some point? If so, you need to run "omsendin" to re-add the Scalix specific rules, then restart sendmail.
Yes I had done that, and that's been taken care of. The last time I modified the sendmail.cf was a long time ago.
Well, since it's becoming more and more of a pain, I'll just leave my domain and e-mail (even though I really don't like doing so ;)
Code: Select all
[root@mail ~]# sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
> 3,0 mbydalek@contentconnections.com
canonify input: mbydalek @ contentconnections . com
Canonify2 input: mbydalek < @ contentconnections . com >
Canonify2 returns: mbydalek < @ contentconnections . com . >
canonify returns: mbydalek < @ contentconnections . com . >
parse input: mbydalek < @ contentconnections . com . >
Parse0 input: mbydalek < @ contentconnections . com . >
Parse0 returns: mbydalek < @ contentconnections . com . >
ParseLocal input: mbydalek < @ contentconnections . com . >
ParseLocal returns: mbydalek < @ contentconnections . com . >
Parse1 input: mbydalek < @ contentconnections . com . >
Parse1 returns: $# scalix $@ mail $: mbydalek < @ contentconnections . com . >
parse returns: $# scalix $@ mail $: mbydalek < @ contentconnections . com . >
>
Going back to the original posting, I've since had several more "collect: read timeout" errors from that sender, but I can't find anything in the smtpd.log with that mail ID. I did a grep of 'collect' on the maillog and the newest lines are below.
Code: Select all
Aug 15 14:46:40 mail sendmail[14254]: k7FKke3e014254: SYSERR(root): collect: read timeout on connection from localhost, from=<phansen@mun.ca>
Aug 15 14:55:34 mail sendmail[14845]: k7FKtD94014845: SYSERR(root): collect: read timeout on connection from localhost, from=<Rockhurst4@ruceci.com>
Aug 15 15:11:50 mail sendmail[16344]: k7FLBoBr016344: SYSERR(root): collect: read timeout on connection from localhost, from=<phansen@mun.ca>
Aug 15 15:15:24 mail sendmail[22273]: k7FMFO7e022273: collect: premature EOM: unexpected close
Aug 15 15:15:24 mail sendmail[22273]: k7FMFO7e022273: collect: unexpected close on connection from localhost, sender=<phansen@mun.ca>
Aug 15 15:37:31 mail sendmail[18631]: k7FLUxAY018631: SYSERR(root): collect: read timeout on connection from localhost, from=<ejgidzljni@ntli.net>
Aug 15 15:45:19 mail sendmail[24438]: k7FMijjL024438: collect: premature EOM: unexpected close
Aug 15 15:45:19 mail sendmail[24438]: k7FMijjL024438: collect: unexpected close on connection from localhost, sender=<goldiastarbuck@malaysia.net>
Aug 15 15:52:41 mail sendmail[20503]: k7FLqfmF020503: SYSERR(root): collect: read timeout on connection from localhost, from=<phansen@mun.ca>
So I do have a smtpd.log that captured these e-mails, but how do I find in the smtpd.log the corresponding transactions? I did a search for the time, ie. 14:46:40 and came up empty.
Thanks for the help.
-Mike