* Aahz <[email protected]>: > > 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 [email protected] 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@pythoncraft\.com|aahz@python\.org" folder-hook pydotorg set envelope_from_address='[email protected]' folder-hook pydotorg my_hdr From: Aahz <[email protected]> folder-hook pydotorg set smtp_url=smtp://[email protected]:587/ folder-hook pydotorg set smtp_authenticators="digest-md5:cram-md5" folder-hook pydotorg set smtp_pass='PASSWORD' p@rick -- Patrick Ben Koetter <[email protected]> Python.org Postmaster Team _______________________________________________ pydotorg-www mailing list [email protected] http://mail.python.org/mailman/listinfo/pydotorg-www
