Message EOM: unexpected close in /var/log/maillog

Message EOM: unexpected close in /var/log/maillog

am 22.12.2007 23:30:45 von kemtai

Hello, recently in my sendmail log has appears the following messages:
Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
premature EOM: unexpected close
Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
unexpected close on connection from mail.xxxx.xx,
sender=

I've looked for everywhere and I've found several explications to this
message but nothing works. I've tried to:
* Change the MTU of my ethernet card.
* Change several parameters in sendmail.cf
* Some adjusts in networking such force speed in the config (don't use
speed auto).
* Supress the firewall allowing all the traffic.

Here is my sendmail.mc file:
divert(-1)
#
# Copyright (c) 1998 Sendmail, Inc. All rights reserved.
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regents of the University of California. All rights
reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#

#
# This is a generic configuration file for 4.4 BSD-based systems,
# including 4.4-Lite, BSDi, NetBSD, and FreeBSD.
# It has support for local and SMTP mail only. If you want to
# customize it, copy it to a name appropriate for your environment
# and do the modifications there.
#

divert(0)dnl
VERSIONID(`$Id: mulhacen.mc.procmail,v 8.13 2001/02/13 12:00:00 jose
Exp $')
OSTYPE(freebsd6)
DOMAIN(generic)
define(`confPRIVACY_FLAGS',`authwarnings,nobodyreturn')dnl
# FEATURE(`delay_checks')
define(`confMAX_DAEMON_CHILDREN',`70')dnl
define(`confTO_IDENT',`0s')dnl
define(`confDELIVERY_MODE',`interactive')dnl
define(`confSAFE_QUEUE',`interactive')dnl
#define(`confXF_BUFFER_SIZE',`16384')dnl
#define(`confDF_BUFFER_SIZE',`102400')dnl
# Problema EOM: Fin
FEATURE(access_db, `hash -T /etc/mail/access')
FEATURE(always_add_domain)
FEATURE(local_procmail)
FEATURE(mailertable)
FEATURE(relay_entire_domain)
FEATURE(relay_based_on_MX)
FEATURE(`use_cw_file')
MAILER(smtp)dnl
MAILER(procmail)dnl


The system is a FreeBSD 6.2 Release box and I've exhaust by the
moment. Anyone could help me? I don't know what's happen.

Best Regards.

Jose

Re: Message EOM: unexpected close in /var/log/maillog

am 27.12.2007 23:24:19 von kemtai

On 22 dic, 23:30, kemtai wrote:
> Hello, recently in my sendmail log has appears the following messages:
> Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
> premature EOM: unexpected close
> Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
> unexpected close on connection from mail.xxxx.xx,
> sender=
>
> I've looked for everywhere and I've found several explications to this
> message but nothing works. I've tried to:
> * Change the MTU of my ethernet card.
> * Change several parameters in sendmail.cf
> * Some adjusts in networking such force speed in the config (don't use
> speed auto).
> * Supress the firewall allowing all the traffic.
>
> Here is my sendmail.mc file:
> divert(-1)
> #
> # Copyright (c) 1998 Sendmail, Inc. All rights reserved.
> # Copyright (c) 1983 Eric P. Allman. All rights reserved.
> # Copyright (c) 1988, 1993
> # The Regents of the University of California. All rights
> reserved.
> #
> # By using this file, you agree to the terms and conditions set
> # forth in the LICENSE file which can be found at the top level of
> # the sendmail distribution.
> #
> #
>
> #
> # This is a generic configuration file for 4.4 BSD-based systems,
> # including 4.4-Lite, BSDi, NetBSD, and FreeBSD.
> # It has support for local and SMTP mail only. If you want to
> # customize it, copy it to a name appropriate for your environment
> # and do the modifications there.
> #
>
> divert(0)dnl
> VERSIONID(`$Id: mulhacen.mc.procmail,v 8.13 2001/02/13 12:00:00 jose
> Exp $')
> OSTYPE(freebsd6)
> DOMAIN(generic)
> define(`confPRIVACY_FLAGS',`authwarnings,nobodyreturn')dnl
> # FEATURE(`delay_checks')
> define(`confMAX_DAEMON_CHILDREN',`70')dnl
> define(`confTO_IDENT',`0s')dnl
> define(`confDELIVERY_MODE',`interactive')dnl
> define(`confSAFE_QUEUE',`interactive')dnl
> #define(`confXF_BUFFER_SIZE',`16384')dnl
> #define(`confDF_BUFFER_SIZE',`102400')dnl
> # Problema EOM: Fin
> FEATURE(access_db, `hash -T /etc/mail/access')
> FEATURE(always_add_domain)
> FEATURE(local_procmail)
> FEATURE(mailertable)
> FEATURE(relay_entire_domain)
> FEATURE(relay_based_on_MX)
> FEATURE(`use_cw_file')
> MAILER(smtp)dnl
> MAILER(procmail)dnl
>
> The system is a FreeBSD 6.2 Release box and I've exhaust by the
> moment. Anyone could help me? I don't know what's happen.
>
> Best Regards.
>
> Jose

Hello, the problem was solved. Thanks for nothing.

Re: Message EOM: unexpected close in /var/log/maillog

am 28.12.2007 03:38:43 von unknown

Post removed (X-No-Archive: yes)

Re: Message EOM: unexpected close in /var/log/maillog

am 28.12.2007 22:39:15 von kemtai

On 28 dic, 03:38, Res wrote:
> you post a message on dec 22, a saturday before Christmas eve, and you
> wonder why nobody reponds to you.
>
> contrary to popular belief most network admins do have a life
>
> now, go away back to your windows world which it seems is where you
> belong.
>
>
>
> On Thu, 27 Dec 2007, kemtai wrote:
>
> > On 22 dic, 23:30, kemtai wrote:
> >> Hello, recently in my sendmail log has appears the following messages:
> >> Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
> >> premature EOM: unexpected close
> >> Dec 22 22:58:44 mulhacen sm-mta[73682]: lBMLpMJ2073682: collect:
> >> unexpected close on connection from mail.xxxx.xx,
> >> sender=
>
> >> I've looked for everywhere and I've found several explications to this
> >> message but nothing works. I've tried to:
> >> * Change the MTU of my ethernet card.
> >> * Change several parameters in sendmail.cf
> >> * Some adjusts in networking such force speed in the config (don't use
> >> speed auto).
> >> * Supress the firewall allowing all the traffic.
>
> >> Here is my sendmail.mc file:
> >> divert(-1)
> >> #
> >> # Copyright (c) 1998 Sendmail, Inc. All rights reserved.
> >> # Copyright (c) 1983 Eric P. Allman. All rights reserved.
> >> # Copyright (c) 1988, 1993
> >> # The Regents of the University of California. All rights
> >> reserved.
> >> #
> >> # By using this file, you agree to the terms and conditions set
> >> # forth in the LICENSE file which can be found at the top level of
> >> # the sendmail distribution.
> >> #
> >> #
>
> >> #
> >> # This is a generic configuration file for 4.4 BSD-based systems,
> >> # including 4.4-Lite, BSDi, NetBSD, and FreeBSD.
> >> # It has support for local and SMTP mail only. If you want to
> >> # customize it, copy it to a name appropriate for your environment
> >> # and do the modifications there.
> >> #
>
> >> divert(0)dnl
> >> VERSIONID(`$Id: mulhacen.mc.procmail,v 8.13 2001/02/13 12:00:00 jose
> >> Exp $')
> >> OSTYPE(freebsd6)
> >> DOMAIN(generic)
> >> define(`confPRIVACY_FLAGS',`authwarnings,nobodyreturn')dnl
> >> # FEATURE(`delay_checks')
> >> define(`confMAX_DAEMON_CHILDREN',`70')dnl
> >> define(`confTO_IDENT',`0s')dnl
> >> define(`confDELIVERY_MODE',`interactive')dnl
> >> define(`confSAFE_QUEUE',`interactive')dnl
> >> #define(`confXF_BUFFER_SIZE',`16384')dnl
> >> #define(`confDF_BUFFER_SIZE',`102400')dnl
> >> # Problema EOM: Fin
> >> FEATURE(access_db, `hash -T /etc/mail/access')
> >> FEATURE(always_add_domain)
> >> FEATURE(local_procmail)
> >> FEATURE(mailertable)
> >> FEATURE(relay_entire_domain)
> >> FEATURE(relay_based_on_MX)
> >> FEATURE(`use_cw_file')
> >> MAILER(smtp)dnl
> >> MAILER(procmail)dnl
>
> >> The system is a FreeBSD 6.2 Release box and I've exhaust by the
> >> moment. Anyone could help me? I don't know what's happen.
>
> >> Best Regards.
>
> >> Jose
>
> > Hello, the problem was solved. Thanks for nothing.
>
> --
> Cheers
> Res
>
> mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';
> ~# radzap troll

Sorry, but my world don't belong to windows. Thanks for your answer
and happy New Year.