Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
05662772
Commit
05662772
authored
Aug 20, 2003
by
Per Cederqvist
Browse files
(Parameters): Document "sendmail path".
parent
1ee17a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/lyskomd.texi
View file @
05662772
\input
texinfo
@c
$
Id: lyskomd.texi,v
1
.
7
4
2003
/
08
/
20
07
:
3
5
:
1
8
ceder Exp
$
@c
$
Id: lyskomd.texi,v
1
.
7
5
2003
/
08
/
20
13
:
4
5
:
0
8
ceder Exp
$
@c
%**start of header
@setfilename lyskomd.info
@include version.texi
...
...
@@ -783,12 +783,21 @@ message.
@item Mail after downtime: @var
{
int
}
@itemx Mail until downtime: @var
{
int
}
If @code
{
lyskomd
}
has been down for X minutes, where @code
{
Mail after
downtime
}
<= X < @code
{
Mail until downtime
}
, @code
{
updateLysKOM
}
will
send a mail message to the mail address found on the first line of the
status file. Actually, it is the age of the status file (named with
@code
{
Status file
}
) that is measured.
The defaults are 60 and 120, respectively.
@item sendmail path: @var
{
path
}
Path to the @code
{
sendmail
}
-compatible program that
@code
{
updateLysKOM
}
should use to send mail. This program will be
invoked with a @samp
{
-t
}
option via a @samp
{
popen()
}
call. It should
accept an email header, a blank line, an email body, and a terminating
line consisting of a single @samp
{
.
}
on standard input.
The default is found at configure time. The special value @samp
{
:
}
means that no mail will ever be sent.
@end table
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment