[Solar-general] hotmail me comenzó a rechazar los mails si los mando desde ovejafm.com :D

Fernando P. Hauscarriaga fernandoph en iar.unlp.edu.ar
Dom Nov 9 23:47:40 CET 2008


Hola Marcos,
		te dejo el script que hice para levantar el tunnel smtp 
sobre ssh, en la variable REMHOST ponés el servidor smtp al cual querés 
conectar:

#!/bin/bash
REMHOST=xxx.xxx.xxx.xxx

case "$1" in

 start)
        echo -n "Starting smtp over ssh tunnel to $REMHOST           "
        ssh -f -N -L 2269:$REMHOST:25 $REMHOST
        echo "done."
        ;;
 stop)
        echo -n "Stopping smtp over ssh tunnel to $REMHOST           "
        TUNNELPID=`ps aux |grep "2269:$REMHOST:25" |awk '/ssh/{print 
$2}'`
        kill $TUNNELPID
        echo "done."
        ;;

 *)
 echo "Usage: $0 {start|stop}"
 exit 1
esac
exit 0

El archivo que contiene éste script se puede llamar smtp_tunnel, y se 
usa:

$ smtp_tunnel start  (para levantarlo)
$ smtp_tunnel stop   (para bajarlo)


Una vez que tenés levantado el tunnel el acceso es a través de 
localhost, puerto 2269. Osea, le decís a tu administrador de correo que 
tu servidor smtp es localhost y su puerto es 2269, fijate como queda 
armado:

[fernandoph en shenxiu ~]$ smtp_tunnel start
Starting smtp over ssh tunnel to xxx.xxx.xxx.xxx           done.
[fernandoph en shenxiu ~]$ telnet localhost 2269
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 xxx.xxx.xxx.xxx ESMTP Exim 4.50 Sun, 09 Nov 2008 20:40:13 
-0200
quit
221 xxx.xxx.xxx.xxx closing connection
Connection closed by foreign host.
[fernandoph en shenxiu ~]$ 


Un abrazo!!
				Fer.-




On Sun, Nov 09, 2008 at 06:48:57PM +0100, Marcos Guglielmetti wrote:
> El Sábado, 8 de Noviembre de 2008 20:38, Fernando P. Hauscarriaga 
> escribió:
>  | hola,
>  | 	ésto suele pasar cuando el mail sale de alguna red del órden de
>  | telefónica y/o flash, casi las únicas dos posibilidades que
>  | tenemos en éste país... Te sugiero que si tenés algún servidor
>  | smtp en el puedas confiar uses ése...
>  |
>  | 	Yo hasta hace un año más o menos usaba el smtp de flash (mi
>  | proveedor), hasta que todos los mensajes que mandaba llegaban
>  | marcados como spam a algunas listas de distribución. Mi solución
>  | fué hacer un tunnel ssh al servidor smtp del laburo...
>  |
>  | saludos!!
>  | 			Fer.-
> 
> 
> Gracias por el dato, usaré el de musix.org.ar que no tiene problemas 
> para eso
> 
>  | On Sat, Nov 08, 2008 at 07:45:50AM +0100, Marcos Guglielmetti 
> wrote:
>  | > El Sábado, 8 de Noviembre de 2008 06:03, Juan Emilio Maydup 
> escribió:
>  | >  | probemos si te rechaza mi contestaciuon
>  | >
>  | > Eso llegó, pero vos tenés yahoo, no hotmail
>  | >
>  | > me rechaza sólo lo de hotmail
>  | >
>  | > "Mail rejected by Windows Live Hotmail for policy reasons.
>  | > Reasons for rejection may be related to content with spam-like
>  | > characteristics or IP/domain reputation problems"
>  | >
>  | >
>  | > Qué orgullo tener "domain reputation problems" con Microsoft! :P
>  | >
>  | >  | :::: Juan Emilio Maydup ::::
>  | >  | :::
>  | >  | ::: Analista de Sistemas :::
>  | >  | :::::: Del Carmen 1043 ::::::
>  | >  | :::::
>  | >  | ::::: CP 1814 Cañuelas :::::
>  | >  | :::
>  | >  | ::: tel: (54)(02226)421956 ::
>  | >  | :::::: Bs.As. Argentina. ::::::
>  | >  |
>  | >  | ________________________________
>  | >  | De: Marcos Guglielmetti <marcos en ovejafm.com>
>  | >  | Para: Solar-general en lists.ourproject.org
>  | >  | CC: solar-ovejafm en lists.ourproject.org
>  | >  | Enviado: viernes 7 de noviembre de 2008, 15:49:21
>  | >  | Asunto: [Solar-general] hotmail me comenzó a rechazar los
>  | >  | mails si los mando desde ovejafm.com :D
>  | >  |
>  | >  |
>  | >  | ¿taré loco o saben que no les queremos? esto comenzó a pasar
>  | >  | hace poco...
>  | >  |
>  | >  | Mail delivery failed: returning message to sender
>  | >  | De:
>  | >  | Mail Delivery System <Mailer-Daemon en eolo.dattaweb.com>
>  | >  |   Para:
>  | >  | marcos en ovejafm.com
>  | >  |   Fecha:
>  | >  | 07/11/08 22:44
>  | >  |
>  | >  | This message was created automatically by mail delivery
>  | >  | software.
>  | >  |
>  | >  | A message that you sent could not be delivered to one or more
>  | >  | of its recipients. This is a permanent error. The following
>  | >  | address(es) failed:
>  | >  |
>  | >  |   nicolasciccarelli en hotmail.com
>  | >  |     SMTP error from remote mail server after MAIL
>  | >  | FROM:<marcos en ovejafm.com> SIZE=5351:
>  | >  |     host mx2.hotmail.com [65.54.244.40]: 550 SC-001 Mail
>  | >  | rejected by Windows Live Hotmail for policy reasons. Reasons
>  | >  | for rejection may be related to content with spam-like
>  | >  | characteristics or IP/domain reputation problems. If you are
>  | >  | not an email/network admin please contact your
>  | >  | E-mail/Internet Service Provider for help. Email/network
>  | >  | admins, please visit
>  | >  | http://postmaster.live.com for email delivery information and
>  | >  | support
>  | >  |
>  | >  | ------ This is a copy of the message, including all the
>  | >  | headers. ------
>  | >  |
>  | >  | Return-path: <marcos en ovejafm.com>
>  | >  | Received: from [190.191.166.162]
>  | >  | (helo=162-166-191-190.cab.prima.net.ar)
>  | >  |         by eolo.dattaweb.com with esmtpa (Exim 4.63)
>  | >  |         (envelope-from <marcos en ovejafm.com>)
>  | >  |         id 1KyZ7j-0004jF-OC; Fri, 07 Nov 2008 19:44:14 -0200
>  | >  | From: Marcos Guglielmetti <marcos en ovejafm.com>
>  | >  | Reply-To: marcos en ovejafm.com
>  | >  | Organization: www.musix.org.ar
>  | >  | To: Nicolas Ciccarelli <nicolasciccarelli en hotmail.com>
>  | >  | Subject: Re: [Solar-socios] Fwd:
>  | >  | Date: Fri, 7 Nov 2008 19:40:20 +0100
>  | >  | User-Agent: KMail/1.9.5
>  | >  | References: <BAY122-W13B0B4D50417835AE27911AF260 en phx.gbl>
>  | >  | <200810301134.30315.marcos en ovejafm.com>
>  | >  | <BAY122-W27509FBA9F45B7A080ABCEAF190 en phx.gbl>
>  | >  | In-Reply-To: <BAY122-W27509FBA9F45B7A080ABCEAF190 en phx.gbl>
>  | >  | Cc: Solar Socios <solar-socios en lists.ourproject.org>
>  | >  | MIME-Version: 1.0
>  | >  | Content-Type: text/plain;
>  | >  |   charset="iso-8859-15"
>  | >  | Content-Transfer-Encoding: quoted-printable
>  | >  | Content-Disposition: inline
>  | >  | Message-Id: <200811071940.21072.marcos en ovejafm.com>
>  | >  | X-Spam-Score: 0.9
>  | >  | X-Spam-Score-Int: 9
>  | >  | X-Spam-Bar: /
>  | >  | X-Spam-Report: Spam detection software, running on the
>  | >  | system "eolo.dattaweb.com", has
>  | >  |         identified this incoming email as possible spam.  The
>  | >  | original message
>  | >  |         has been attached to this so you can view it (if it
>  | >  | isn't spam) or label
>  | >  |         similar future email.  If you have any questions, see
>  | >  |         the administrator of that system for details.
>  | >  |         Content preview:  Hola Nicolas | Hola Marcos, te dejo
>  | >  | en el edjunto unas preguntas
>  | >  |         relacionadas al | software libre. Si podes mandame
>  | >  | una respuesta. Esa seria
>  | >  |         la | entrevista por la que habia consultado. Desde
>  | >  | ya, muchas gracias.> [...]
>  | >  |         Content analysis details:   (0.9 points, 5.0
>  | >  | required) pts rule name              description
>  | >  |         ---- ----------------------
>  | >  | -------------------------------------------------- -1.4
>  | >  | ALL_TRUSTED            Passed through trusted hosts only via
>  | >  | SMTP 1.4 DATE_IN_PAST_03_06     Date: is 3 to 6 hours before
>  | >  | Received: date
>  | >  |         1.0 FUZZY_AMBIEN           BODY: Attempt to obfuscate
>  | >  | words in spam
>  | >  |
>  | >  | Hola Nicolas=20
>  | >  |
>  | >  |  | Hola Marcos, te dejo en el edjunto unas preguntas
>  | >  |  | relacionadas al software libre. Si podes mandame una
>  | >  |  | respuesta. Esa seria la entrevista por la que habia
>  | >  |  | consultado. Desde ya, muchas gracias.>
>  | >  |
>  | >  | Gracias por el inter=E9s
>  | >  |
>  | >  | "Preguntas de la entrevista.docx"
>  | >  |
>  | >  |  es un tipo de formato de documento cerrado, no libre, etc.,
>  | >  | no=20 est=E1ndar
>  | >  |
>  | >  | =BFPodr=EDas enviar las preguntas en TXT, abw, odt, html o
>  | >  | cualquier otro=20
>  | >  | formato libre y abierto? pueden estar en el cuerpo del mail
>  | >  | tambi=E9n.
>  | >  |
>  | >  |
>  | >  | M=E1s informaci=F3n:
>  | >  | http://www.gnu.org/philosophy/no-word-attachments.es.html
>  | >  |
>  | >  |
>  | >  | gracias!
>  | >  |
>  | >  |  | From: marcos en ovejafm.com> To:
>  | >  |  | solar-socios en lists.ourproject.org> Subject: Re:
>  | >  |  | [Solar-socios] Fwd:> Date: Thu, 30 Oct 2008 11:34:29
>  | >  |  | -0300> CC:
>  | >  |  | vamperro en gmail.com; nicolasciccarelli en hotmail.com> > |
>  | >  |  | ---------- Forwarded message ----------> | From: Nicolas
>  | >  |  | Ciccarelli <nicolasciccarelli en hotmail.com>> | Date: Wed,
>  | >  |  | Oct 29, 2008 at 11:53 AM> | Subject:> | To:
>  | >  |  | prensa en solar.org.ar, secretaria en solar.org.ar> |> |> |
>  | >  |  | Hola, mi nombre es Nicolas Ciccarelli, soy estudiante de>
>  | >  |  | | Comunicacion de la UBA, y me gustaria poder realizarle
>  | >  |  | una> | entrevista, via mail por falta de horarios
>  | >  |  | disponibles, a algun> | representante de la fundacion. Con
>  | >  |  | el objetivo de obtener mayor> | informacion sobre algunas
>  | >  |  | cuestiones relacionadas con el derecho> | de autor y el
>  | >  |  | Software Libre. Espero una pronta respuesta. Desde>
>  | >  |  |
>  | >  |  | | ya, muchas gracias.>
>  | >  |  | |
>  | >  |  | | Nicolas> > =BFAlguien te ha respondido?> > Saludos> > >
>  | >  |  | | -- >
>  | >  |  |
>  | >  |  | CRISOL: Encuentro Estrat=E9gico de Software Libre 2008, 21
>  | >  |  | y 22
>  | >  |
>  | >  | Nov>
>  | >  |
>  | >  |  | Corrientes, Argentina | http://www.crisolargentina.org.ar>
>  | >  |  | > > Cada coraz=F3n es una c=E9lula revolucionaria.> (del
>  | >  |  | film "Los Edukadores")> >
>  | >  |  | ..............................................>
>  | >  |  | www.ovejafm.com | Oveja Electr=F3nica> Software Libre en
>  | >  |  | FM Futura 90.5 y en Internet
>  | >  |  | __________________________________________________________
>  | >  |  |_____ __
>  | >  |
>  | >  | =2D-=20
>  | >  | =1B[H=1B[2JMGG
>  | >  |
>  | >  | Abajo el monopolio privativo de Google! usa y desarrolla
>  | >  | Wikia:=20 http://re.search.wikia.com
>  | >  |
>  | >  |
>  | >  | MGG
>  | >  |
>  | >  | Las personas deben ser amos de su propio destino (Vedran
>  | >  | Vucic)
>  | >  |
>  | >  | =2E..........................................................
>  | >  |..... ..... Gleducar: Software Libre y Educaci=F3n en
>  | >  | Argentina www.gleducar.org.ar
>  | >  |
>  | >  |
>  | >  |       Yahoo! Cocina
>  | >  | Recetas prácticas y comida saludable
>  | >  | http://ar.mujer.yahoo.com/cocina/
>  | >
>  | > --
>  | > Marcos Guglielmetti - www.foros.musix.es | Soporte
>  | > comunitario
>  | >
>  | >     *  Primera ley: "Cuando un científico distinguido y anciano
>  | > dice que algo es posible,
>  | > casi con certeza está en lo correcto. Cuando dice que es
>  | > imposible, casi con seguridad está
>  | > equivocado."
>  | >     * Segunda Ley: "La única forma de encontrar los límites de
>  | > lo posible es yendo más allá
>  | > de ellos, hacia lo imposible."
>  | >     * Tercera Ley: "Una tecnología lo suficientemente avanzada
>  | > es indistinguible de la
>  | > magia".
>  | >
>  | > Arthur C. Clarke
>  | >
>  | >
>  | > ................................................................
>  | >..... Gleducar: Software Libre y Educación en Argentina
>  | > www.gleducar.org.ar
>  | >
>  | >
>  | >
>  | > _______________________________________________
>  | > Solar-general mailing list
>  | > Solar-general en lists.ourproject.org
>  | > https://lists.ourproject.org/cgi-bin/mailman/listinfo/solar-gene
>  | >ral
> 
> -- 
> Marcos Guglielmetti - www.mastermagazine.info
> 
> 
> De turista en mi ciudad: La Plata, septiembre de 2007:
> http://marcospcmusica.wordpress.com/2007/10/02/de-turista-en-mi-ciudad-la-plata-septiembre-de-2007/
> ........................................
> Banda: http://libraabedul.wordpress.com/
> 
> 

-- 
Fernando P. Hauscarriaga.
www.iar.unlp.edu.ar/~fernandoph

Instituto Argentino de Radioastronomía (IAR)
Camino Gral. Belgrano Km 40 - Berazategui
Prov. de Buenos Aires - ARGENTINA
Tel: +54-221-482-4903 Tel/Fax: +54-221-425-4909 Int:106
http://www.iar.unlp.edu.ar

Llave pública PGP (public PGP key):
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x722B7B2F
http://www.iar.unlp.edu.ar/~fernandoph/pub/key.txt

Cómo usar ésta llave:
http://www.iar.unlp.edu.ar/~fernandoph/pub/como_usar_esta_key.txt

How to use this key:
http://www.iar.unlp.edu.ar/~fernandoph/pub/how_to_use_this_key.txt
------------ próxima parte ------------
Se ha borrado un mensaje que no está en formato texto plano...
Nombre     : no disponible
Tipo       : application/pgp-signature
Tamaño     : 197 bytes
Descripción: Digital signature
Url        : /pipermail/solar-general/attachments/20081109/96ebe59b/attachment.pgp


Más información sobre la lista de distribución Solar-general