dmc.1 (1446B)
1 .Dd Apr 29, 2010 2 .Dt DMC 1 3 .Os 4 .Sh NAME 5 .Nm dmc 6 .Nd dynamic mail client 7 .Sh SYNOPSIS 8 .Nm dmc 9 .Op Fl h 10 .Op Fl H Ar header 11 .Op Fl e Ar account 12 .Op Fl a Ar name1 name2 13 .Op Fl m Ar addr subj 14 .Op Fl A Ar file 15 .Op Fl s Ar msg 16 .Op actionmsg 17 .Sh DESCRIPTION 18 dmc is a minimalistic mail client for *nix 19 .Sh OPTIONS 20 .Bl -tag -width Fl 21 .It Fl e Ar account-name 22 Edit or create with $EDITOR the given account. List all accounts if no argument passed. 23 .It Fl a Ar name 24 Grep for name in ~/.dmc/addrbook 25 .It Fl A Ar file 26 Append file to the last mail edited with 'dmc -m' 27 .It Fl m Ar addr subj 28 Create new e-mail for sending using $EDITOR from the ~/.dmc/acc.default account 29 .It Fl c Ar command 30 Run dmc-* shell command. If no argument given enters in a shell eval loop 31 .It Fl s Ar file 32 Send file as mail 33 .It Fl v 34 Show version 35 .It Fl h 36 Show help message 37 .It Ar start 38 Start a mail daemon for each configured account 39 .It Ar stop 40 Stop all running dmc mail daemons 41 .It Ar pull 42 Retrieve ${LIMIT} mails of configured accounts 43 .It Ar push 44 Send all mails in outbox 45 .Sh EXAMPLE 46 First of all you have to configure your mail account. 47 48 $ dmc -e mymail # create/edit/setdefault mail account 49 $ dmc start # start one 50 $ dmc -c ls > mails # run 'ls' on remote mail server and get output in 'mails' 51 $ dmc stop # shutdown mail servers 52 53 See README for more information 54 .Sh FILES 55 ~/.dmc/signature 56 .Sh AUTHORS 57 pancake <@nopcode.org>, nibble <@develsec.org>