PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > sendmail is failing with I/O connection errors
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

sendmail is failing with I/O connection errors

Réponse
 
LinkBack Outils de la discussion
Vieux 16/05/2007, 00h48   #1
mario.filipe@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut sendmail is failing with I/O connection errors

Hi

I work in a small Portuguese University. We have several servers with
sendmail (latest version on debian unstable, believe it is 8.13.8)

Recently users began complaining that they weren0t getting messages
and on the logs there is the (in)famous message "SYSERR (root):
collect: I/O error ...". I've checked this group and the best I could
get was someone saying that this is caused by bad connectivity, wich
in a way fits into our profile (our circuit is toped out most of the
time) but today I made a discovery that has made me a bit unsafe about
this:

I went to mxtoolbox.com and used their diagnotics tool (I have to
admit that I don't know how reliable it is) but it always says that
the transaction time on our servers is high (between 6 to 10 seconds)
which would confirm my previous assumption, except that two servers
(not directly admined by me) using Postfix present good times (1 to 2
seconds).

On the main server I admit that this can be caused by several things
that were aded (DNSBL, etc.) but on one of the servers the
configuration is minimal and the result is similar. I send you the
sendmail.mc so that you can see it

divert(-1)dnl
#-----------------------------------------------------------------------------
# $Sendmail: debproto.mc,v 8.12.3 2002-04-15 17:35:56 cowboy Exp $
#
# Copyright (c) 1998-2002 Richard Nelson. All Rights Reserved.
#
# ./cf/debian/sendmail.mc. Generated from sendmail.mc.in by
configure.
#
# sendmail.mc prototype config file for building Sendmail 8.12.3
#
# Note: the .in file supports 8.7.6 - 8.12.3, but the generated
# file is customized to the version noted above.
#
# This file is used to configure Sendmail for use with Debian systems.
#
# If you modify this file, you will have to regenerate /etc/mail/
sendmail.cf
# by running this file through the m4 preprocessor via one of the
following:
# * `sendmailconfig`
# * `make`
# * `m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf`
# The first two options are preferred as they will also update other
files
# that depend upon the contents of this file.
#
# The best documentation for this .mc file is:
# /usr/share/doc/sendmail-doc/cf.README.gz
#
#-----------------------------------------------------------------------------
divert(0)dnl
#
# Copyright (c) 1998-2002 Richard Nelson. All Rights Reserved.
#
# This file is used to configure Sendmail for use with Debian
systems.
#
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
include(`/etc/mail/tls/starttls.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.12.3-4 2002-04-15 17:35:56 cowboy Exp
$')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
dnl # Items controlled by /etc/mail/sendmail.conf - DO NOT TOUCH HERE
dnl undefine(`confHOST_STATUS_DIRECTORY')dnl
#DAEMON_HOSTSTATS
dnl # Items controlled by /etc/mail/sendmail.conf - DO NOT TOUCH HERE
dnl #
dnl # General defines
dnl #
dnl # SAFE_FILE_ENV: [undefined] If set, sendmail will do a chroot()
dnl # into this directory before writing files.
dnl # If *all* your user accounts are under /home then use that
dnl # instead - it will prevent any writes outside of /home !
dnl # define(`confSAFE_FILE_ENV', `')dnl
LOCAL_CONFIG
FEATURE(`masquerade_envelope')dnl
FEATURE(`virtusertable')dnl
Cwneptuno.uevora.pt
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`smrsh')dnl
FEATURE(access_db)dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(relay_entire_domain)dnl
FEATURE(`local_procmail')dnl
define(`confMAX_MESSAGE_SIZE', `20000000')dnl
MAILER_DEFINITIONS
MAILER(local)dnl
MAILER(smtp)dnl

LOCAL_CONFIG
## Custom configurations below (will be preserved)
O PrivacyOptions=authwarnings,noexpn,novrfy

I include the name so that you can do some tess if you like (it's an
old machine not really being used).

IS there any good reason for this diference in times? Is there
anything I can change?

Thanks

  Réponse avec citation
Vieux 16/05/2007, 01h20   #2
mario.filipe@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sendmail is failing with I/O connection errors

Hi again

I figured out what was causing the bigtimes: ident, so i added
confTO_IDENT = 0 to sendmail.mc

But i still get the I/O errors in a undeterministic way, for example:

- we get messages from gmal, but some are failing
- some small messages fail while others, bigger get through

We are waiting for an upgrade on our connection to the Internet, but
till then is there anything I can do?

Thanks again


mario.filipe@gmail.com escreveu:
> Hi
>
> I work in a small Portuguese University. We have several servers with
> sendmail (latest version on debian unstable, believe it is 8.13.8)
>


  Réponse avec citation
Vieux 16/05/2007, 23h58   #3
mario.filipe@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sendmail is failing with I/O connection errors

Hi it''s me again

And yes I am prety desperate...

I really can't find an explanation for what is going on so I'm sending
another piece of info that might be relevant:

we recently moved from an Iptables based firewall to a Cisco ASA (so
far we found out that starttls is no longer working, but could this
have anything to do with the problems we are having?

Thanks.


mario.filipe@gmail.com escreveu:
> Hi again
>
> I figured out what was causing the bigtimes: ident, so i added
> confTO_IDENT = 0 to sendmail.mc
>
> But i still get the I/O errors in a undeterministic way, for example:
>
> - we get messages from gmal, but some are failing
> - some small messages fail while others, bigger get through
>
> We are waiting for an upgrade on our connection to the Internet, but
> till then is there anything I can do?
>
> Thanks again
>
>
> mario.filipe@gmail.com escreveu:
> > Hi
> >
> > I work in a small Portuguese University. We have several servers with
> > sendmail (latest version on debian unstable, believe it is 8.13.8)
> >


  Réponse avec citation
Vieux 17/05/2007, 13h46   #4
jmaimon@ttec.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sendmail is failing with I/O connection errors

On May 16, 6:58 pm, "mario.fil...@gmail.com" <mario.fil...@gmail.com>
wrote:
> Hi it''s me again
>
> And yes I am prety desperate...
>
> I really can't find an explanation for what is going on so I'm sending
> another piece of info that might be relevant:
>
> we recently moved from an Iptables based firewall to a Cisco ASA (so
> far we found out that starttls is no longer working, but could this
> have anything to do with the problems we are having?


It has to do with the PIX and its configuration.

Remove (e)smtp fixup from the ASA/PIX configuration

  Réponse avec citation
Vieux 21/05/2007, 11h50   #5
mario.filipe@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sendmail is failing with I/O connection errors

Hi

This hasn't totally soved the problem, but I believe it ed.

Thanks jmaimon


jmaimon@ttec.com escreveu:
> On May 16, 6:58 pm, "mario.fil...@gmail.com" <mario.fil...@gmail.com>
> wrote:
> > Hi it''s me again
> >
> > And yes I am prety desperate...
> >
> > I really can't find an explanation for what is going on so I'm sending
> > another piece of info that might be relevant:
> >
> > we recently moved from an Iptables based firewall to a Cisco ASA (so
> > far we found out that starttls is no longer working, but could this
> > have anything to do with the problems we are having?

>
> It has to do with the PIX and its configuration.
>
> Remove (e)smtp fixup from the ASA/PIX configuration


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h01.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14521 seconds with 13 queries