>>> I just wonder if there's a decent Mail Client under console(No X-window)
>>> environment. I know two of the most notable MUAs are mutt and pine. But
>>> the former requires a MTA on localhost while the latter supports POP
>>> only in on-line mode. I want a qualified MUA with both POP(off-line
>>> mode) and SMTP-auth(no MTA needed on localhost) enabled.
>>> Anybody here can give me some points? TIA.
>> It's probably easier to use fetchmail and any mail client you want.
>> You do need to have an MTA, but then, you already *have* sendmail.
> The problem is that i'm using modem to be connected to the NET. I have
> no static IP or qualified Domain Name.
if that is your only reason for not using an MTA on your machine, then
it shouldn't really be a problem. you can configure the MTA to use a
smart host, i.e. one smtp host to which it relays all outgoing
e-mail. this would normally be the smtp server of your ISP. you can
(probably) configure sendmail (or any other MTA) not to process the
queue on regular intervals, and then set up your ppp connection to
automatically send all mail in the queue when you connect. (in linux,
there is a script ppp-go (i think) that is run when a ppp connection
is made. i'm not sure how it works exactly under FBSD, but it is most
likely something similar. you can simply add a command like `runq' to
it, which will process the mail in the queue.)
--
Joost Kremers http://baserv.uci.kun.nl/~jkremers
lrwxrwxrwx 1 root root 11 nov 2 21:37 vi -> emacsclient*