MAN page from openSUSE Tumbleweed dmc-0.1-4.139.x86_64.rpm
DMC
Section: User Commands (1)
IndexBSD mandoc
NAME
dmc - dynamic mail client
SYNOPSIS
dmc[-
h][-
H header][-
e account][-
a name1 name2][-
m addr subj][-
A file][-
s msg][actionmsg]
DESCRIPTION
dmc is a minimalistic mail client for *nix
OPTIONS
- -e account-name
- Edit or create with $EDITOR the given account. List all accounts if no argument passed.
- -a name
- Grep for name in ~/.dmc/addrbook
- -A file
- Append file to the last mail edited with 'dmc -m'
- -m addr subj
- Create new e-mail for sending using $EDITOR from the ~/.dmc/acc.default account
- -c command
- Run dmc-* shell command. If no argument given enters in a shell eval loop
- -s file
- Send file as mail
- -v
- Show version
- -h
- Show help message
- start
- Start a mail daemon for each configured account
- stop
- Stop all running dmc mail daemons
- pull
- Retrieve ${LIMIT} mails of configured accounts
- push
- Send all mails in outbox
EXAMPLE
First of all you have to configure your mail account.
$ dmc -e mymail # create/edit/setdefault mail account
$ dmc start # start one
$ dmc -c ls > mails # run 'ls' on remote mail server and get output in 'mails'
$ dmc stop # shutdown mail servers
See README for more information
FILES
~/.dmc/signature
AUTHORS
pancake <@nopcode.org>, nibble <@develsec.org>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXAMPLE
- FILES
- AUTHORS
This document was created byman2html,using the manual pages.