Regarding sending mail from mutilple accounts. You can use the "identity feature. When you define an identiy you can specify the value to be put into the "From" field. It will be sent from your current computer, but the "From" field will contain your gmail account address for example. This was suf ficient for me.
For retrieving mail from, for example gmail, I use fetchmail which will get it and then hand it over to mailutils' "mail.local", which will store it in MH mail format. mail.local uses a sieve filter, which you can use to keep trash mail out. I never made a fancy sieve script and only use the following to put mail into one box, you can select based on names, fields, etc. "fileinto "mh:/home/users-name/mail/inbox" Regards, Darel Henman ---- Prof <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm looking at using mh-e to handle my mail. I have several email > accounts and the SMTP login details varies for each (some also require > SSL/TLS) - I would like to be able to send mail from all of these > accounts, of course. I came across the identities feature that mh-e > supports, but the manual seems to imply that it only supports > different Names/Signatures for identities, no mention of SMTP > settings. > > The closest potential solution I've seen so far is configuring the MTA > running on localhost (exim4, in my case) to relay mail based on the > value of the From: header. Is there a way of handling this directly > from the client? > > Thanks, > Jonny Tyers _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
