Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Getting response by email reply message Date: Tue, 10 Nov 2015 00:43:57 +0200 Organization: A noiseless patient Spider Lines: 17 Message-ID: <87k2pqvln6.fsf@elektro.pacujo.net> References: <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com> <20151109121529.2a3e7c03@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="b7cb1518d23ec19d482dcc9c31d30fdd"; logging-data="13429"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/V6dOo1lWlGiI04jqtu8WR" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:BYhLOqi2Rt4nm8Wk/6Hsa9KjP0A= sha1:pUWjkGiuBhKRFTXl5+IFGgErVNA= Xref: csiph.com comp.lang.python:98559 Ian Kelly : > I wouldn't suggest trying to set up an SMTP server without a strong > reason, however. These things are surprisingly tricky to configure so > that your server doesn't get used for spam forwarding, and if you > don't play nicely with the SMTP community then you'll find your domain > and mail server getting added to various blacklists. That's the reason I ended up writing my own SMTP server (in Python3): I just never could figure out how to configure Postfix to my liking. For once I appreciated the tons of spam arriving at my mail address. I didn't have to come up with test material because every few minutes a fresh spam message came knocking on my door. Marko