Michael Crawford wrote: > Greetings, Fellow Travelers. > > I don't have an SMTP server to use, so I can only send mail from GMail > and not from Thunderbird. Does MacPorts have a simple SMTP server I > could run on my Mac, that would look up the recipient's MX record and > deliver my outgoing mail directly to the recipient's mail server? > > I thought ssmtp might do it, but it's not a daemon but a command-line > program for sending individual messages.
'port search smtp' and 'port search mta' should give you some ideas. The putmail port looks promising, or you can use a full-blown MTA like exim or postfix. The latter comes installed with OS X already, BTW. - Josh _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
