> > Just curious, by the way: msmtp isn't exactly an SMTP "server", correct? > It's really just a sendmail replacement, right? (i.e., not a full-fledged > SMTP daemon, listening on port 25, etc.) > > DR > > Correct. It is just a command line tool that talks to an smtp server. That was all I needed. If you need an actual mail server you would need exim, postfix or similar. Regards, Mike