File: mailname.5

package info (click to toggle)
manpages 3.74-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,432 kB
  • ctags: 16
  • sloc: sh: 492; perl: 170; makefile: 89; lisp: 22
file content (41 lines) | stat: -rw-r--r-- 1,678 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" Copyright (c) 2002 Joe Wreschnig <piman@sacredchao.net>
.\"
.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.\" 2002-03-29, joey: polishing
.\"
.TH MAILNAME 5 2002-03-29 "Debian GNU/Linux" "Linux System Administration"
.SH NAME
mailname - the visible mail name of the system
.SH DESCRIPTION
The file \fI/etc/mailname\fR is a plain ASCII configuration file,
which on a Debian system contains the visible mail name of the system.
It is used by many different programs,
usually programs that wish to send or relay mail, and need to know the
name of the system.
.PP
The file contains only one line describing the fully qualified domain
name that the program wishing to get the mail name should use (that
is, everything after the @).
.SH SEE ALSO
.BR mailaddr (7),
.BR sendmail (8)