Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.046 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.02; 'dan': 0.09; 'subject:using': 0.09; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pop3': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'restrictions': 0.19; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'smtp': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'here': 0.66; 'mail,': 0.68; '9:02': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+duVal3iJpsRUboFSwHB3Ev4tB6obKJqaFkcrHAv7bY=; b=Dd7WJ8CVAhZtJt9wzNc3S8sWKrXFxLJuythkHcj2fxzBoMZmdpevWQ8lpYrokCJCgQ TXfwvf2pMEv0eI3hQ7jYu21guJjVDIyaXWBjlbFHTVCGAwGkgBSvQFByZXKpraovDgmc /5/oHrCsIUoB76Tp7X2B7F2EeM2fThHWW0n+oEwurPtMYJ3/fHnr67WaGImW/x6Dcv7f YBLF37ENV8QgsgsfmxJjuH9sZqMk0kSKfkaq1RqkkTqV85cQc3ITZvYF4+OlfPAh/WPB 6ER+Qf+YnJJ9Db3g9lcWG7cppKhgiTcQRpA2+TVNOxWvqp/QGfuF0UP7SMAzhtkBofV5 LxpQ== MIME-Version: 1.0 X-Received: by 10.68.137.196 with SMTP id qk4mr143037pbb.180.1382509006669; Tue, 22 Oct 2013 23:16:46 -0700 (PDT) In-Reply-To: <201310221502.56293.thudfoo@gmail.com> References: <90f07095-359c-4c57-9948-39ac089b21da@googlegroups.com> <201310221502.56293.thudfoo@gmail.com> Date: Wed, 23 Oct 2013 17:16:46 +1100 Subject: Re: using smtp in python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382509010 news.xs4all.nl 15938 [2001:888:2000:d::a6]:37458 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57341 On Wed, Oct 23, 2013 at 9:02 AM, xDog Walker wrote: > On Tuesday 2013 October 22 11:44, Dan Stromberg wrote: >> Some SMTP servers require a password and some do not > > POP3 before SMTP ? Or just IP-based restrictions (computers on 192.168.0.0/24 may relay mail, all others may only send to the domains managed here - same approach as is often used for caching+authoritative DNS resolvers). ChrisA