From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 01:20:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7488106564A for ; Thu, 24 Feb 2011 01:20:08 +0000 (UTC) (envelope-from btillman99@yahoo.com) Received: from web36504.mail.mud.yahoo.com (web36504.mail.mud.yahoo.com [209.191.85.4]) by mx1.freebsd.org (Postfix) with SMTP id 756D98FC0A for ; Thu, 24 Feb 2011 01:20:08 +0000 (UTC) Received: (qmail 19969 invoked by uid 60001); 24 Feb 2011 01:20:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1298510407; bh=QvfQtEYrTwwdTRpVhm5KAgIarHBwgfT6y9+98DGHXrA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=dp4onApx8avQvqiIFtrtKoXkZeS8t7GnS9C9QI4dRXQTfsaIOtv8mkxrNU+0dZ2/UB4DZ4utaDf7uMywcDqs2mFoHOIQ1/hjD3mh8hdWJqN6d+TgDcSongKZB3QXZxNAqLj2FX1gGkKBQDZFM39V8ogc38/7VprHVxwSH+FkThA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=5qiadLDc7YleaGOzJI9nJJgrXer22w6sBwOXePr3KTEbo3o0KI0RuTizWas6h9iEjRcCt1U/MzCR4y2lVzZaA1V+2WAUG+lstwUUgRiLhF12lNU74S8KtTtIMC4Rsz+HXg8TA2uUK2vXKeovdnfI1SX9R7hxJUyX0BB2SsGgkGk=; Message-ID: <116272.11674.qm@web36504.mail.mud.yahoo.com> X-YMail-OSG: eaKECcMVM1lAbj3UXsYouD9VqzOQaqmb0syt9iDbREs0Lti 3kMpcW4eu_YvXkjRIIkwwDaj67Yjipes7aH4AciK.L8vhI3O0KLZS2Ln6anp DGnySzB6jmBQKtxdqWo.cs0pMdLYqFlwVtab6UBLLZJBlQAm68Lgk1bRxggl _DIlqNnqqSZYBCMNRtu.SS2Q5fIERpBReaQaR213.NpTCKmig9OnJ9NVxZ0U H0DWh1HeIGU5tQ.jUkVdoZqBgIkqv4e3ZUcpFgvkz2HeUEzDzCqwZXZ9l.Tt lZ20DCfnlfS8D1DrilyZV5VsXaQS2s3PHbT_CI588lrtkaAk7 Received: from [98.242.233.74] by web36504.mail.mud.yahoo.com via HTTP; Wed, 23 Feb 2011 17:20:07 PST X-Mailer: YahooMailRC/555 YahooMailWebService/0.8.109.292656 References: <1298158643.73477.1.camel@z6000.lenzicasa> <764705.98740.qm@web36504.mail.mud.yahoo.com> <20110223224102.efb64d4c.freebsd@edvax.de> Date: Wed, 23 Feb 2011 17:20:07 -0800 (PST) From: Bill Tillman To: Polytropon In-Reply-To: <20110223224102.efb64d4c.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: How to forward old root mails to an external email address? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 01:20:08 -0000 =0A=0A=0A=0A=0A________________________________=0AFrom: Polytropon =0ATo: Bill Tillman =0ACc: freebsd-question= s =0ASent: Wed, February 23, 2011 4:41:02 PM= =0ASubject: Re: How to forward old root mails to an external email address?= =0A=0AOn Wed, 23 Feb 2011 11:32:03 -0800 (PST), Bill Tillman =0Awrote:=0A> The only problem with this is that unlike 10 years a= go, today almost all ISP's =0A=0A> block anything coming down port 25 unles= s you have an account that allows your =0A=0A> e-mail server to work. And t= hey of course charge for this. I used to enjoy my =0A> own private e-mail s= erver but these days if the ISP's don't charge you for it =0A> they block i= t.=0A=0AThis is sadly true and possibly the result of spamming=0Atraditiona= lly coming from compromised home PCs. Some=0Aproviders offer you to use the= ir MX, so if you're using=0Asendmail as MTA, let it hand its messages to yo= ur ISP's=0AMX as a realy which will then identify by a "good IP".=0A=0AThis= can be configured in your sendmail's mc as follows:=0A=0A=A0=A0=A0 define(= `SMART_HOST', `mx.your.isp.blah')=0A=0ANote that most relays will only acce= pt messages coming=0Afrom the respective ISP's net, so when you try to use= =0Ait from a different ISP, it will deny your access.=0A=0A=0A-- =0APolytro= pon=0AMagdeburg, Germany=0AHappy FreeBSD user since 4.0=0AAndra moi ennepe,= Mousa, ...=0A_______________________________________________=0Afreebsd-que= stions@freebsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo= /freebsd-questions=0ATo unsubscribe, send any mail to "freebsd-questions-un= subscribe@freebsd.org"=0A=0AYes, but in the good ol' USA it's all about the= money. They will not let me do =0Aanything like this unless I pay more to = upgrade my service. The wierd thing is =0Athat once in a blue moon my IP ad= dress will change. Then I can send e-mail for a =0Afew hours or even days. = but soon they will start blocking me saying that I have =0Abeen identified = as a spammer. But for a fee and a monthly reoccurring one at =0Athat, they = can fix the problem for me. Not like the old days in 1998.=0A=0A=0A