[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Ayuda] RE: Ayuda digest, Vol 1 #512 - 7 msgs



Hola checa esta información de abajo, que básicamente es modificar el
archivo sendmail.mc después lo compilas y pones el sendmail.cf en /etc/ por
supuesto respalda primero tu archivo anterior.

3.4. Desactivación de "DaemonPortOptions" en RedHat
Aparentemente, por cuestiones de "seguridad", la versión 7.1 y posterior de
RedHat ha configurado Sendmail de modo que no acepte conexiones desde el
exterior. Esto lo hace un sistema bastante inútil, por lo que debemos
modificar esto.  Para esto, hay que editar el archivo sendmail.mc  que esta
en /etc/mail/
Edítelo y comente (o elimine) la siguiente línea:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
Para convertirla en comentario (si no desea eliminarla) use "dnl":
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
Luego regenere el archivo "cf":
bash# m4 prueba.mc > /etc/sendmail.cf
Y vuelva a reiniciar Sendmail.

SUERTE.........





Message: 1
Date: Wed, 18 Sep 2002 12:00:15 -0500
To: ayuda en linux org mx
From: Alejandro Lotwin <alotwin en technologist com>
Subject: [Ayuda] COMO ACTIVAR RELAY EN SENDMAIL?

Estoy instalando un servidor linux con Red Hat 7.3, y lo quiero usar como
servidor de SMTP para las computadoras locales de mi red. Se que por
default viene bloqueado esto, conseguí las siguiente información:

Another caution: if you have confiured sendmail 8.9.3 with
FEATURE(relay_entire_domain), this will accept relays from any host in your
domain. What's "your domain"? It's your host name with the first "word."
stripped from it. Unfortunately, by default, sendmail checks *EVERY* IP
address on your system and does reverse lookups.

OTRO

  The default sendmail.cf does not allow sendmail to accept network
connections from any host other than the local computer. If you want to
configure sendmail as a server for other clients, please edit
/etc/mail/sendmail.mc and change DAEMON_OPTIONS to also listen on network
devices or comment out this option all together. Then regenerate
/etc/sendmail.cf

En el DAEMON_OPTIONS le cambié la opción 127.0.0.1 a mi bloque ej:
200.52.35. y no funcionó.

Ejecuté m4 /etc/mail/sendmail.mc > /etc/sendmail.cf después de cada cambio
y reinicié sendmail.

Me pueden por favor ayudar con esto?


Muchas gracias.


Alejandro Lotwin



--__--__--

Message: 2
Date: Wed, 18 Sep 2002 12:08:52 -0500
To: ayuda en linux org mx
From: Alejandro Lotwin <alotwin en technologist com>
Subject: [Ayuda] RELAY CON SENDMAIL

REPETICION Y TEXTO AGREGADO

Estoy instalando un servidor linux con Red Hat 7.3, y lo quiero usar como
servidor de SMTP para las computadoras locales de mi red. Se que por
default viene bloqueado esto, conseguí las siguiente información:
Another caution: if you have confiured sendmail 8.9.3 with
FEATURE(relay_entire_domain), this will accept relays from any host in your
domain. What's "your domain"? It's your host name with the first "word."
stripped from it. Unfortunately, by default, sendmail checks *EVERY* IP
address on your system and does reverse lookups.

OTRO

The default sendmail.cf does not allow sendmail to accept network
connections from any host other than the local computer. If you want to
configure sendmail as a server for other clients, please edit
/etc/mail/sendmail.mc and change DAEMON_OPTIONS to also listen on network
devices or comment out this option all together. Then regenerate
/etc/sendmail.cf

En el DAEMON_OPTIONS le cambié la opción 127.0.0.1 a mi bloque ej:
200.52.35. y no funcionó.

Ejecuté m4 /etc/mail/sendmail.mc > /etc/sendmail.cf después de cada cambio
y reinicié sendmail

También edite el archivo /etc/mail/access agregandole la linea
midominio.com                RELAY

Ejecuté make

tampoco jaló.

Me pueden por favor ayudar con esto?

Muchas gracias.

Alejandro Lotwin



--_

_______________________________________________
Ayuda mailing list
Ayuda en linux org mx
Para salir de la lista: http://mail.linux.org.mx/mailman/listinfo/ayuda/



[Hilos de Discusión] [Fecha] [Tema] [Autor]