Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'permitted': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:script': 0.09; '(optional': 0.16; 'considers': 0.16; 'gilles': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'smtp;': 0.16; 'subject:mails': 0.16; 'tls': 0.16; 'win7': 0.16; 'component': 0.16; 'seems': 0.21; 'install': 0.23; 'alternate': 0.24; 'url:home': 0.24; 'server.': 0.24; 'header:X-Complaints- To:1': 0.27; 'especially': 0.30; '25,': 0.31; 'go.': 0.31; "i'd": 0.34; 'but': 0.35; '+0200,': 0.36; 'smtp': 0.36; 'subject:Simple': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'being': 0.38; 'received:76': 0.38; 'server': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'address': 0.63; 'act': 0.63; 'information': 0.63; 'spam.': 0.64; 'e-mails': 0.65; 'pro': 0.69; 'jul': 0.74; 'activated': 0.84; "isp's": 0.84; 'refuses': 0.84; 'destinations': 0.91; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Simple Python script as SMTP server for outgoing e-mails? Date: Sun, 21 Jul 2013 12:39:07 -0400 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-253-101-10.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374424760 news.xs4all.nl 15897 [2001:888:2000:d::a6]:45735 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51017 On Sun, 21 Jul 2013 16:42:50 +0200, Gilles declaimed the following: >Hello > > Every once in a while, my ISP's SMTP server refuses to send >perfectly legit e-mails because it considers them as SPAM. > >So I'd like to install a dead-simple SMTP server on my XP computer >just to act as SMTP backup server. >All I'd need is to change the SMTP address in my e-mail client, and >off they go. No need for anything else like user authentication or >SPAM control. > Many ISPs now block "pass through" SMTP -- especially original port 25 SMTP; only "their" server is permitted to connect to outside hosts. If all your destinations are using TLS with alternate ports, you might be okay, but if the mail is being sent over port 25, it won't go anywhere. WinXP Pro supposedly contains an SMTP server as part of the "Internet Information Services" (IIS6) suite (optional component activated via control panel). Win7 Pro seems to have removed that (SMTP) component from IIS7. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/