Hi, I am new to this group, and haven't seen this issue addressed in
the FAQ. (Please tell me if it is there and I've just missed it.)
I want to use mh-e, specifically, to read and send e-mail to different
mail accounts (e.g. 2 @ gmail, several on my VPS with different users/
domains, etc.). I've seen various setups for gathering the email from
the different servers using fetchmail, and delivering it via postfix
or procmail. What I haven't seen is if there is any way that I can set
up mh or postfix to map the smtp host to use from the pop3 host the
mail came from, after it has been delivered to my mh folders.
Thus, I fetch some mail from one of my gmail accounts from
pop3.gmail.com, for example. It eventually lands in my mh folders
somewhere. Later, I want to reply to that mail. I'd like it to go out
to
smtp.gmail.com.
Then, I fetch some mail from one of my vps accounts from
mail.tamaratemple.com, for example. It too winds it's way into an mh
folder somewhere, Again, I'd like to reply to that mail, and I'd like
it to go out to
mail.tamaratemple.com.
In both of these scenarios, I'd like to use secure connections, not
plain-text connections.
Any clues where I can start with this?