Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'pop': 0.05; 'received:134': 0.05; 'alter': 0.09; 'correspond': 0.09; 'inserted': 0.09; 'pgp': 0.09; 'subject:script': 0.09; 'subject:using': 0.09; "wouldn't": 0.14; '-----begin': 0.16; 'contact.': 0.16; 'hash:': 0.16; 'headers.': 0.16; 'hostname': 0.16; 'protecting': 0.16; 'sha1': 0.16; 'subject:send': 0.16; 'subject:python': 0.16; 'message-----': 0.19; '>>>': 0.22; 'example': 0.22; 'header:User-Agent:1': 0.23; 'connected': 0.24; 'header': 0.24; 'signed': 0.27; 'header:In-Reply-To:1': 0.27; 'thus': 0.29; 'initiated': 0.31; 'servers.': 0.31; 'with,': 0.31; 'probably': 0.32; 'computer.': 0.33; 'moment': 0.34; 'subject:the': 0.34; 'no,': 0.35; 'but': 0.35; 'google': 0.35; 'add': 0.35; 'there': 0.35; 'reflect': 0.36; 'smtp': 0.36; 'so,': 0.37; 'server': 0.38; 'stopped': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; "google's": 0.60; 'identify': 0.61; 'address': 0.63; 'name': 0.63; 'real': 0.63; 'decided': 0.64; 'our': 0.64; 'different': 0.65; 'reverse': 0.68; 'fact,': 0.69; 'receive': 0.70; '8bit%:92': 0.71; 'is)': 0.84; 'pardon': 0.84; 'subject:via': 0.84; 'mails': 0.89 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEALz+NlKGuA9G/2dsb2JhbABQAQmDP4N8vUMKgTCDGgEFIw8BRREJAhoCBRYLAgIJAwIBAgFFEwQEAod/jG+bU4kPiByBKY0HAQmBEy0WglOBNQOXe4EvhG2LWIMmPoEx Date: Mon, 16 Sep 2013 14:56:18 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Tryign to send mail via a python script by using the local MTA References: <305a2044-a13e-47f8-9cc1-9e3482424616@googlegroups.com> <52366466$0$29988$c3e8da3$5496439d@news.astraweb.com> <5236B356.7030308@rece.vub.ac.be> <5236BD75.5080904@rece.vub.ac.be> <5236C4B7.3070601@rece.vub.ac.be> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379336180 news.xs4all.nl 15927 [2001:888:2000:d::a6]:54505 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54224 Op 16-09-13 14:11, Ferrous Cranus schreef: > Στις 16/9/2013 2:44 μμ, ο/η Heiko Wundram έγραψε: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Am 16.09.2013 13:37, schrieb Ferrous Cranus: >>> What i want now is to be able to alter the hostname of my server so >>> the mails wont indicate that they derive from superhost.gr as they >>> aare now sen in the mail headers. >> >> There is no way to do that, as the Received:-header which you complain >> about is inserted by Google mail servers. > > true. > Even if now i have stopped using Google's SMTP Server as a means for > sending out mails and i have decided to use my local MTA instead, at the > very moment Google's POP servers receive the mail they still add a > RECEIVE header revealing the hostname of the server that initiated the > contact. Correct? > > But even so, if we alter for example the hostname of our server to a > different name then wouldn't Google use that to identify the server thus > protecting the real identity(hostname that is) of the server that > initiated the connection? No, google will probably find out that the name your server identifies with, will not correspond with the IP address it is connected to and will write a receive line that will reflect that fact, using reverse DNS to report the real hostname of your computer. -- Antoon Pardon