<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16939" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Este es mi sendmail.mc</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>divert(-1)dnl<BR>dnl #<BR>dnl # This is the 
sendmail macro config file for m4. If you make changes to<BR>dnl # 
/etc/mail/sendmail.mc, you will need to regenerate the<BR>dnl # 
/etc/mail/sendmail.cf file by confirming that the sendmail-cf package is<BR>dnl 
# installed and then performing a<BR>dnl #<BR>dnl #&nbsp;&nbsp;&nbsp;&nbsp; make 
-C /etc/mail<BR>dnl 
#<BR>include(`/usr/share/sendmail-cf/m4/cf.m4')dnl<BR>VERSIONID(`setup for 
linux')dnl<BR>OSTYPE(`linux')dnl<BR>dnl #<BR>dnl # Do not advertize sendmail 
version.<BR>dnl #<BR>dnl define(`confSMTP_LOGIN_MSG', `$j Sendmail; 
$b')dnl<BR>dnl #<BR>dnl # default logging level is 9, you might want to set it 
higher to<BR>dnl # debug the configuration<BR>dnl #<BR>dnl 
define(`confLOG_LEVEL', `9')dnl<BR>dnl #<BR>dnl # Uncomment and edit the 
following line if your outgoing mail needs to<BR>dnl # be sent out through an 
external mail server:<BR>dnl #<BR>dnl #define(`SMART_HOST', 
`mail.tbanet.com.ar')dnl<BR>dnl #<BR>define(`confDEF_USER_ID', 
``8:12'')dnl<BR>dnl define(`confAUTO_REBUILD')dnl<BR>define(`confTO_CONNECT', 
`1m')dnl<BR>define(`confTRY_NULL_MX_LIST', 
`True')dnl<BR>define(`confDONT_PROBE_INTERFACES', 
`True')dnl<BR>define(`PROCMAIL_MAILER_PATH', 
`/usr/bin/procmail')dnl<BR>define(`ALIAS_FILE', 
`/etc/aliases')dnl<BR>define(`STATUS_FILE', 
`/var/log/mail/statistics')dnl<BR>define(`UUCP_MAILER_MAX', 
`2000000')dnl<BR>define(`confUSERDB_SPEC', 
`/etc/mail/userdb.db')dnl<BR>define(`confPRIVACY_FLAGS', 
`authwarnings,novrfy,noexpn,restrictqrun')dnl<BR>dnl define(`confAUTH_OPTIONS', 
`A')dnl<BR>dnl #<BR>dnl # The following allows relaying if the user 
authenticates, and disallows<BR>dnl # plaintext authentication (PLAIN/LOGIN) on 
non-TLS links<BR>dnl #<BR>dnl define(`confAUTH_OPTIONS', `A p')dnl<BR>dnl 
#<BR>dnl # PLAIN is the preferred plaintext authentication method and used 
by<BR>dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs 
do<BR>dnl # use LOGIN. Other mechanisms should be used if the connection is 
not<BR>dnl # guaranteed secure.<BR>dnl # Please remember that saslauthd needs to 
be running for AUTH.<BR>dnl #<BR>dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 
CRAM-MD5 LOGIN PLAIN')dnl<BR>dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI 
DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl<BR>dnl #<BR>dnl # Rudimentary information 
on creating certificates for sendmail TLS:<BR>dnl #&nbsp;&nbsp;&nbsp;&nbsp; cd 
/usr/share/ssl/certs; make sendmail.pem<BR>dnl # Complete usage:<BR>dnl 
#&nbsp;&nbsp;&nbsp;&nbsp; make -C /usr/share/ssl/certs usage<BR>dnl #<BR>dnl 
define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl<BR>dnl define(`confCACERT', 
`/etc/pki/tls/certs/ca-bundle.crt')dnl<BR>dnl define(`confSERVER_CERT', 
`/etc/pki/tls/certs/sendmail.pem')dnl<BR>dnl define(`confSERVER_KEY', 
`/etc/pki/tls/certs/sendmail.pem')dnl<BR>dnl #<BR>dnl # This allows sendmail to 
use a keyfile that is shared with OpenLDAP's<BR>dnl # slapd, which requires the 
file to be readble by group ldap<BR>dnl #<BR>dnl 
define(`confDONT_BLAME_SENDMAIL', `groupreadablekeyfile')dnl<BR>dnl #<BR>dnl 
define(`confTO_QUEUEWARN', `4h')dnl<BR>dnl define(`confTO_QUEUERETURN', 
`5d')dnl<BR>dnl define(`confQUEUE_LA', `12')dnl<BR>dnl define(`confREFUSE_LA', 
`18')dnl<BR>define(`confTO_IDENT', `0')dnl<BR>dnl 
FEATURE(delay_checks)dnl<BR>FEATURE(`no_default_msa', 
`dnl')dnl<BR>FEATURE(`smrsh', `/usr/sbin/smrsh')dnl<BR>FEATURE(`mailertable', 
`hash -o /etc/mail/mailertable.db')dnl<BR>FEATURE(`virtusertable', `hash -o 
/etc/mail/virtusertable.db')dnl<BR>FEATURE(redirect)dnl<BR>FEATURE(always_add_domain)dnl<BR>FEATURE(use_cw_file)dnl<BR>FEATURE(use_ct_file)dnl<BR>dnl 
#<BR>dnl # The following limits the number of processes sendmail can fork to 
accept<BR>dnl # incoming messages or process its message queues to 20.) sendmail 
refuses<BR>dnl # to accept connections once it has reached its quota of child 
processes.<BR>dnl #<BR>dnl define(`confMAX_DAEMON_CHILDREN', `20')dnl<BR>dnl 
#<BR>dnl # Limits the number of new connections per second. This caps the 
overhead<BR>dnl # incurred due to forking new sendmail processes. May be useful 
against<BR>dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP 
address<BR>dnl # limit would be useful but is not available as an option at this 
writing.)<BR>dnl #<BR>dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl<BR>dnl 
#<BR>dnl # The -t option will retry delivery if e.g. the user runs over his 
quota.<BR>dnl #<BR>FEATURE(local_procmail, `', `procmail -t -Y -a $h -d 
$u')dnl<BR>FEATURE(`access_db', `hash -T&lt;TMPF&gt; -o 
/etc/mail/access.db')dnl<BR>FEATURE(`blacklist_recipients')dnl<BR>EXPOSED_USER(`root')dnl<BR>dnl 
#<BR>dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery 
uncomment<BR>dnl # the following 2 definitions and activate below in the MAILER 
section the<BR>dnl # cyrusv2 mailer.<BR>dnl #<BR>dnl define(`confLOCAL_MAILER', 
`cyrusv2')dnl<BR>dnl define(`CYRUSV2_MAILER_ARGS', `FILE 
/var/lib/imap/socket/lmtp')dnl<BR>dnl #<BR>dnl # The following causes sendmail 
to only listen on the IPv4 loopback address<BR>dnl # 127.0.0.1 and not on any 
other network devices. Remove the loopback<BR>dnl # address restriction to 
accept email from the internet or intranet.<BR>dnl 
#<BR>DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl<BR>dnl #<BR>dnl # The following 
causes sendmail to additionally listen to port 587 for<BR>dnl # mail from MUAs 
that authenticate. Roaming users who can't reach their<BR>dnl # preferred 
sendmail daemon due to port 25 being blocked or redirected find<BR>dnl # this 
useful.<BR>dnl #<BR>dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, 
M=Ea')dnl<BR>dnl #<BR>dnl # The following causes sendmail to additionally listen 
to port 465, but<BR>dnl # starting immediately in TLS mode upon connecting. Port 
25 or 587 followed<BR>dnl # by STARTTLS is preferred, but roaming clients using 
Outlook Express can't<BR>dnl # do STARTTLS on ports other than 25. Mozilla Mail 
can ONLY use STARTTLS<BR>dnl # and doesn't support the deprecated smtps; 
Evolution &lt;1.1.1 uses smtps<BR>dnl # when SSL is enabled-- STARTTLS support 
is available in version 1.1.1.<BR>dnl #<BR>dnl # For this to work your OpenSSL 
certificates must be configured.<BR>dnl #<BR>dnl DAEMON_OPTIONS(`Port=smtps, 
Name=TLSMTA, M=s')dnl<BR>dnl #<BR>dnl # The following causes sendmail to 
additionally listen on the IPv6 loopback<BR>dnl # device. Remove the loopback 
address restriction listen to the network.<BR>dnl #<BR>dnl 
DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl<BR>dnl 
#<BR>dnl # enable both ipv6 and ipv4 in sendmail:<BR>dnl #<BR>dnl 
DAEMON_OPTIONS(`Name=MTA-v4, Family=inet, Name=MTA-v6, Family=inet6')<BR>dnl 
#<BR>dnl # We strongly recommend not accepting unresolvable domains if you want 
to<BR>dnl # protect yourself from spam. However, the laptop and users on 
computers<BR>dnl # that do not have 24x7 DNS do need this.<BR>dnl 
#<BR>FEATURE(`accept_unresolvable_domains')dnl<BR>dnl #<BR>dnl 
FEATURE(`relay_based_on_MX')dnl<BR>dnl #<BR>dnl # Also accept email sent to 
"localhost.localdomain" as local email.<BR>dnl # The following causes sendmail 
to additionally listen to port 465, but<BR>dnl # starting immediately in TLS 
mode upon connecting. Port 25 or 587 followed<BR>dnl # by STARTTLS is preferred, 
but roaming clients using Outlook Express can't<BR>dnl # do STARTTLS on ports 
other than 25. Mozilla Mail can ONLY use STARTTLS<BR>dnl # and doesn't support 
the deprecated smtps; Evolution &lt;1.1.1 uses smtps<BR>dnl # when SSL is 
enabled-- STARTTLS support is available in version 1.1.1.<BR>dnl #<BR>dnl # For 
this to work your OpenSSL certificates must be configured.<BR>dnl #<BR>dnl 
DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl<BR>dnl #<BR>dnl # The 
following causes sendmail to additionally listen on the IPv6 loopback<BR>dnl # 
device. Remove the loopback address restriction listen to the network.<BR>dnl 
#<BR>dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, 
Family=inet6')dnl<BR>dnl #<BR>dnl # enable both ipv6 and ipv4 in 
sendmail:<BR>dnl #<BR>dnl DAEMON_OPTIONS(`Name=MTA-v4, Family=inet, Name=MTA-v6, 
Family=inet6')<BR>dnl #<BR>dnl # We strongly recommend not accepting 
unresolvable domains if you want to<BR>dnl # protect yourself from spam. 
However, the laptop and users on computers<BR>dnl # that do not have 24x7 DNS do 
need this.<BR>dnl #<BR>FEATURE(`accept_unresolvable_domains')dnl<BR>dnl #<BR>dnl 
FEATURE(`relay_based_on_MX')dnl<BR>dnl #<BR>dnl # Also accept email sent to 
"localhost.localdomain" as local email.<BR>dnl 
#<BR>LOCAL_DOMAIN(`localhost.localdomain')dnl<BR>dnl #<BR>dnl # The following 
example makes mail from this host and any additional<BR>dnl # specified domains 
appear to be sent from mydomain.com<BR>dnl #<BR>dnl 
#MASQUERADE_AS(`tba-sa.com.ar')dnl<BR>dnl #<BR>dnl # masquerade not just the 
headers, but the envelope as well<BR>dnl #<BR>dnl 
FEATURE(masquerade_envelope)dnl<BR>dnl #<BR>dnl # masquerade not just 
@mydomainalias.com, but @*.mydomainalias.com as well<BR>dnl #<BR>dnl 
FEATURE(masquerade_entire_domain)dnl<BR>dnl #<BR>dnl 
MASQUERADE_DOMAIN(localhost)dnl<BR>dnl 
MASQUERADE_DOMAIN(localhost.localdomain)dnl<BR>dnl 
MASQUERADE_DOMAIN(mydomainalias.com)dnl<BR>dnl 
MASQUERADE_DOMAIN(mydomain.lan)dnl<BR>dnl MAILER(smtp)dnl<BR>dnl 
MAILER(procmail)dnl<BR>(END)<BR></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=administrador@ltu.jovenclub.cu 
  href="mailto:administrador@ltu.jovenclub.cu">Yoinier Hernandez Nieves</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=centos-es@centos.org 
  href="mailto:centos-es@centos.org">centos-es@centos.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 17, 2009 1:24 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [CentOS-es] Problemas con 
  sendmail</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Disculpame, /etc/mail/sendmail.mc</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Yoinier.</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=administrador@ltu.jovenclub.cu 
    href="mailto:administrador@ltu.jovenclub.cu">Yoinier Hernandez Nieves</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=centos-es@centos.org 
    href="mailto:centos-es@centos.org">centos-es@centos.org</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 17, 2009 11:20 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [CentOS-es] Problemas con 
    sendmail</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>y en el sendmail.cf que tienes?</FONT></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=soporteora@gmail.com href="mailto:soporteora@gmail.com">Fernando 
      Romero</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A title=centos-es@centos.org 
      href="mailto:centos-es@centos.org">centos-es@centos.org</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 17, 2009 
      11:22 AM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [CentOS-es] Problemas 
      con sendmail</DIV>
      <DIV><BR></DIV>
      <DIV><FONT face=Arial size=2>En el /etc/mail/access le di 
      relay</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial 
      size=2>Connect:localhost.localdomain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:localhost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:200.110.218.234&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:tba-sa.com.ar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:tbanet.com.ar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR>Connect:70.34.20.186&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      RELAY<BR></FONT></DIV>
      <DIV><FONT face=Arial size=2>en en /etc/mail/relay-domains agregue los 
      dominios a los que envio mails</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>tbanet.com.ar<BR>tba-sa.com.ar</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Eso encontre para hacer una configuracion 
      basica.</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Saludos.</DIV>
      <DIV><BR></DIV></FONT>
      <DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT>
      <BLOCKQUOTE 
      style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
        <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
        <DIV 
        style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
        <A title=administrador@ltu.jovenclub.cu 
        href="mailto:administrador@ltu.jovenclub.cu">Yoinier Hernandez 
        Nieves</A> </DIV>
        <DIV style="FONT: 10pt arial"><B>To:</B> <A title=centos-es@centos.org 
        href="mailto:centos-es@centos.org">centos-es@centos.org</A> </DIV>
        <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 17, 2009 
        1:04 PM</DIV>
        <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [CentOS-es] Problemas 
        con sendmail</DIV>
        <DIV><BR></DIV>
        <DIV><FONT face=Arial size=2>indicaste los dominios que reciviria, 
        enmascaraste alguno, da mas detalles, y asi podremos tener mas idea de 
        lo configuraste, y el error.</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Yoinier.</FONT></DIV>
        <BLOCKQUOTE 
        style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
          <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
          <DIV 
          style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
          <A title=soporteora@gmail.com 
          href="mailto:soporteora@gmail.com">Fernando Romero</A> </DIV>
          <DIV style="FONT: 10pt arial"><B>To:</B> <A title=centos-es@centos.org 
          href="mailto:centos-es@centos.org">centos-es@centos.org</A> </DIV>
          <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 17, 2009 
          9:55 AM</DIV>
          <DIV style="FONT: 10pt arial"><B>Subject:</B> [CentOS-es] Problemas 
          con sendmail</DIV>
          <DIV><BR></DIV>
          <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Tengo 
          un servidor con centos en el cual hice una configuracion basica de 
          senmail para enviar mails afuera, necesito enviar mails desde la 
          coonsola a cuentas externas.<BR>Probe mandar dentro del servidor y 
          funciona pero no me envia afuera del servidor, en los logs veo estos 
          errores:<BR><BR>[fernando@localhost ~]$ echo "prueba" | mail -s 
          "prueba" usuario@dominio.com.ar<BR>[fernando@localhost ~]$ 
          /home/fernando/dead.letter... Saved message in 
          /home/fernando/dead.letter<BR><BR>Nov 14 00:13:46 localhost 
          sendmail[18061]: nAE3DkQ4018061: from=fernando, size=50, class=0, 
          nrcpts=1, 
          msgid=&lt;200911140313.nAE3DkQ4018061@localhost.localdomain&gt;, 
          relay=fernando@localhost<BR>Nov 14 00:13:46 localhost sendmail[18062]: 
          nAE3Dk1V018062: &lt;usuario@dominio.com.ar&gt;... User unknown<BR>Nov 
          14 00:13:46 localhost sendmail[18061]: nAE3DkQ4018061: 
          to=fromero@tbanet.com.ar, ctladdr=fernando (502/502), delay=00:00:00, 
          xdelay=00:00:00, mailer=relay, pri=30050, relay=[127.0.0.1] 
          [127.0.0.1], dsn=5.1.1, stat=User unknown<BR>Nov 14 00:13:46 localhost 
          sendmail[18062]: nAE3Dk1V018062: 
          from=&lt;fernando@localhost.localdomain&gt;, size=50, class=0, 
          nrcpts=0, proto=ESMTP, daemon=MTA, relay=localhost.localdomain 
          [127.0.0.1]<BR><BR>Donde usuario y dominio.com.ar es el correo externo 
          donde quiero enviar el mail.<BR>No necestio qeu autentifique solamente 
          que envie desde la consola ya que son alertas que quiero recibir desde 
          el servidor.<BR><BR>Gracias</FONT><BR></FONT></DIV><BR><BR>__________ 
          Información de ESET Smart Security, versión de la base de firmas de 
          virus 4614 (20091117) __________<BR><BR>ESET Smart Security ha 
          comprobado este mensaje.<BR><BR><A 
          href="http://www.eset.com">http://www.eset.com</A><BR>
          <P>
          <HR>

          <P></P>_______________________________________________<BR>CentOS-es 
          mailing 
          list<BR>CentOS-es@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-es<BR><BR><BR><BR>__________ 
          Información de ESET Smart Security, versión de la base de firmas de 
          virus 4614 (20091117) __________<BR><BR>ESET Smart Security ha 
          comprobado este 
        mensaje.<BR><BR>http://www.eset.com<BR><BR></BLOCKQUOTE><BR><BR>__________ 
        Información de ESET Smart Security, versión de la base de firmas de 
        virus 4614 (20091117) __________<BR><BR>ESET Smart Security ha 
        comprobado este mensaje.<BR><BR><A 
        href="http://www.eset.com">http://www.eset.com</A><BR>
        <P>
        <HR>

        <P></P>_______________________________________________<BR>CentOS-es 
        mailing 
        list<BR>CentOS-es@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-es<BR></BLOCKQUOTE><BR><BR>__________ 
      Información de ESET Smart Security, versión de la base de firmas de virus 
      4614 (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
      mensaje.<BR><BR><A href="http://www.eset.com">http://www.eset.com</A><BR>
      <P>
      <HR>

      <P></P>_______________________________________________<BR>CentOS-es 
      mailing 
      list<BR>CentOS-es@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-es<BR><BR><BR><BR>__________ 
      Información de ESET Smart Security, versión de la base de firmas de virus 
      4614 (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
      mensaje.<BR><BR>http://www.eset.com<BR><BR></BLOCKQUOTE><BR><BR>__________ 
    Información de ESET Smart Security, versión de la base de firmas de virus 
    4614 (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
    mensaje.<BR><BR><A 
    href="http://www.eset.com">http://www.eset.com</A><BR><BR><BR>__________ 
    Información de ESET Smart Security, versión de la base de firmas de virus 
    4614 (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
    mensaje.<BR><BR><A href="http://www.eset.com">http://www.eset.com</A><BR>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>CentOS-es mailing 
    list<BR>CentOS-es@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-es<BR><BR><BR><BR>__________ 
    Información de ESET Smart Security, versión de la base de firmas de virus 
    4614 (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
    mensaje.<BR><BR>http://www.eset.com<BR><BR></BLOCKQUOTE><BR><BR>__________ 
  Información de ESET Smart Security, versión de la base de firmas de virus 4614 
  (20091117) __________<BR><BR>ESET Smart Security ha comprobado este 
  mensaje.<BR><BR><A href="http://www.eset.com">http://www.eset.com</A><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>CentOS-es mailing 
  list<BR>CentOS-es@centos.org<BR>http://lists.centos.org/mailman/listinfo/centos-es<BR></BLOCKQUOTE></BODY></HTML>