[pydotorg-www] SPF records for python.org

Aahz aahz at pythoncraft.com
Sun Feb 6 15:17:36 CET 2011


On Sun, Feb 06, 2011, Patrick Ben Koetter wrote:
> * Aahz <aahz at pythoncraft.com>:
>>>
>>> In this case configure your mail client to use mail.python.org
>>> as SMTP server.  Either create a second account or add a second
>>> outgoing server. Which mail client do you use?
>>
>> mutt, mostly.  I can probably figure out how to go through
>> mail.python.org if I need to.  (Or just not use aahz at python.org at all;
>> I use it to receive mail more than for sending.)
> 
> Probably something along these lines (if you use a decicated folder "pydotorg"
> and create the message in there):
> 
> alternates "aahz at pythoncraft\.com|aahz at python\.org"
> folder-hook pydotorg set envelope_from_address='aahz at python.org'
> folder-hook pydotorg my_hdr From: Aahz <aahz at python.org>
> folder-hook pydotorg set smtp_url=smtp://USERNAME@mail.python.org:587/
> folder-hook pydotorg set smtp_authenticators="digest-md5:cram-md5"
> folder-hook pydotorg set smtp_pass='PASSWORD'

Thanks!  That authenticator line is the one I probably would not have
figured out quickly, so I appreciate that.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong."  --GvR, python-ideas, 2009-03-01


More information about the pydotorg-www mailing list