Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98559
| From | Marko Rauhamaa <marko@pacujo.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Getting response by email reply message |
| Date | 2015-11-10 00:43 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <87k2pqvln6.fsf@elektro.pacujo.net> (permalink) |
| References | <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com> <20151109121529.2a3e7c03@bigbox.christie.dr> <mailman.189.1447108292.16136.python-list@python.org> |
Ian Kelly <ian.g.kelly@gmail.com>: > 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting response by email reply message zljubisic@gmail.com - 2015-11-09 08:12 -0800
Re: Getting response by email reply message Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-09 11:21 -0500
Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:45 -0800
Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 06:42 +0100
Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 23:09 -0800
Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:23 +0100
Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:37 +0100
Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 12:15 -0600
Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:53 -0800
Re: Getting response by email reply message Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-09 22:14 +0000
Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 16:45 -0600
Re: Getting response by email reply message Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-09 15:30 -0700
Re: Getting response by email reply message Marko Rauhamaa <marko@pacujo.net> - 2015-11-10 00:43 +0200
Re: Getting response by email reply message Chris Angelico <rosuav@gmail.com> - 2015-11-10 09:37 +1100
csiph-web