From: Grant E. <gra...@gm...> - 2014-04-10 03:16:25
|
On 2014-04-09, grarpamp <gra...@gm...> wrote: > On Wed, Apr 9, 2014 at 4:48 PM, Grant Edwards <gra...@gm...> wrote: > >> I wrote my own IMAP/ssl -> SMTP/ssl fetch-and-forward program. >> >> It doesn't have all the options and features that fetchmail does, but >> it does everything I need it to do. If, for some reason, it doesn't >> work out and I decide I need fetchmail again, I'll be back... ;) > > I think what is being desired could also be done by dumping messages > into msmtp. Yup, msmtp works great -- and I already had it installed and configured, since that's what I use with mutt. I don't know why I didn't think of using it instead of fixating on SSL support for SMTP. I think I'll retire my home-made program (I hadn't fully "daemonized" it yet). Of course it took 10-15 tries to figure out the config file syntax. :) fetchmail kept complaining about "no mail servers have been specified", but I think in the end the main problem was I was running it as root. Thanks for the suggestions. -- Grant |