mblaze/man/mblaze-profile.5

92 lines
1.8 KiB
Groff
Raw Normal View History

2017-02-20 14:39:21 +00:00
.Dd February 20, 2017
.Dt MBLAZE-PROFILE 5
.Os
.Sh NAME
.Nm mblaze-profile
.Nd configuration of the mblaze message system
2017-02-20 14:39:21 +00:00
.Sh DESCRIPTION
The
.Xr mblaze 7
message system can be configured with a
.Pa profile
file,
which is located in the directory
2017-02-20 14:39:21 +00:00
.Pa ~/.mblaze
(or
.Ev MBLAZE
if set.)
.Pp
.Pa profile
consists of lines, similar to RFC 2822 headers, in the form
.Dl Ar key Ns \&: Ar value
2017-02-20 14:39:21 +00:00
.Pp
The key
.Sq Cm \&#
may be used to precede a comment:
2017-02-20 14:39:21 +00:00
.Dl Li "#:" Ar comment
.Pp
Please note that empty lines will halt parsing.
2017-02-20 14:39:21 +00:00
.Pp
The following
2017-06-30 14:26:35 +00:00
.Ar key Ns s
2017-02-20 14:39:21 +00:00
are used by
.Xr mblaze 7 :
.Bl -tag -width Ds
2017-08-20 15:11:22 +00:00
.It Li Local\&-Mailbox\&:
Your primary mail address, used as the default value for
2017-08-20 15:11:22 +00:00
.Li From\&:
2017-02-20 14:39:21 +00:00
in
.Xr mcom 1 ,
and in
.Xr mscan 1
to recognize messages sent to you.
.It Li Alternate\&-Mailboxes\&:
A comma-separated list of mail addresses that also belong to you, for
.Xr mscan 1
to recognize messages sent by or directly to you.
.It Li FQDN\&:
The fully qualified domain name used for
.Li Message\&-Id\&:
generation in
.Xr mgenmid 1 .
2017-08-20 15:11:22 +00:00
.It Li Outbox\&:
2017-02-20 14:39:21 +00:00
If set,
.Xr mcom 1
will create draft messages in this maildir,
and save messages there after sending.
2017-08-20 15:11:22 +00:00
.It Li Scan\&-Format\&:
2017-02-20 14:39:21 +00:00
The default format string for
.Xr mscan 1 .
2017-08-20 15:11:22 +00:00
.It Li Sendmail\&:
The program that
2017-02-20 14:39:21 +00:00
.Xr mcom 1
will call to send mail.
(Default:
2017-05-15 13:13:10 +00:00
.Sq Li sendmail ) .
2017-08-20 15:11:22 +00:00
.It Li Sendmail\&-Args\&:
Flags to be passed to the
2017-08-20 15:11:22 +00:00
.Li Sendmail\&:
program.
(Default:
2017-02-20 14:39:21 +00:00
.Sq Fl t ) .
.El
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev MBLAZE
Directory containing mblaze configuration files.
2017-02-20 14:39:21 +00:00
(Default:
.Pa $HOME/.mblaze )
2017-05-15 13:13:10 +00:00
.El
2017-02-20 14:39:21 +00:00
.Sh AUTHORS
.An Leah Neukirchen Aq Mt leah@vuxu.org
.Sh LICENSE
.Nm mblaze
is in the public domain.
.Pp
To the extent possible under law,
the creator of this work
has waived all copyright and related or
neighboring rights to this work.
.Pp
.Lk http://creativecommons.org/publicdomain/zero/1.0/