2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/cf/m4/cfhead.m4 b/cf/m4/cfhead.m4
|
2021-08-18 20:47:47 +00:00
|
|
|
|
index c30fad0..492882e 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
|
--- a/cf/m4/cfhead.m4
|
|
|
|
|
+++ b/cf/m4/cfhead.m4
|
2021-08-18 20:47:47 +00:00
|
|
|
|
@@ -275,7 +275,7 @@ ifdef(`MAIL_SETTINGS_DIR', , `define(`MAIL_SETTINGS_DIR', `/etc/mail/')')
|
2010-02-03 11:25:20 +00:00
|
|
|
|
define(`DATABASE_MAP_TYPE', `hash')
|
2010-02-04 06:38:13 +00:00
|
|
|
|
|
2010-02-03 11:25:20 +00:00
|
|
|
|
# set up default values for options
|
|
|
|
|
-define(`ALIAS_FILE', `MAIL_SETTINGS_DIR`'aliases')
|
|
|
|
|
+define(`ALIAS_FILE', `/etc/aliases')
|
|
|
|
|
define(`confMAILER_NAME', ``MAILER-DAEMON'')
|
|
|
|
|
define(`confFROM_LINE', `From $g $d')
|
|
|
|
|
define(`confOPERATORS', `.:%@!^/[]+')
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/aliases.0 b/sendmail/aliases.0
|
2023-06-05 09:47:25 +00:00
|
|
|
|
index f54635e..82d63c2 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
|
--- a/sendmail/aliases.0
|
|
|
|
|
+++ b/sendmail/aliases.0
|
2023-06-05 09:47:25 +00:00
|
|
|
|
@@ -63,7 +63,7 @@ ALIASES(5) File Formats Manual ALIASES(5)
|
2010-02-03 11:25:20 +00:00
|
|
|
|
the list of users defined in that file.
|
|
|
|
|
|
|
|
|
|
This is only the raw data file; the actual aliasing information is
|
|
|
|
|
- placed into a binary format in the file /etc/mail/aliases.db using the
|
|
|
|
|
+ placed into a binary format in the file /etc/aliases.db using the
|
|
|
|
|
program newaliases(1). A newaliases command should be executed each
|
|
|
|
|
time the aliases file is changed for the change to take effect.
|
|
|
|
|
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/aliases.5 b/sendmail/aliases.5
|
2021-08-18 20:47:47 +00:00
|
|
|
|
index cb67508..52e5124 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
|
--- a/sendmail/aliases.5
|
|
|
|
|
+++ b/sendmail/aliases.5
|
|
|
|
|
@@ -23,7 +23,7 @@ ID
|
2021-08-18 20:47:47 +00:00
|
|
|
|
aliases used by
|
2010-02-03 11:25:20 +00:00
|
|
|
|
sendmail.
|
2021-08-18 20:47:47 +00:00
|
|
|
|
The file resides in
|
|
|
|
|
-/etc/mail
|
2010-02-03 11:25:20 +00:00
|
|
|
|
+/etc
|
2021-08-18 20:47:47 +00:00
|
|
|
|
and
|
2010-02-03 11:25:20 +00:00
|
|
|
|
is formatted as a series of lines of the form
|
|
|
|
|
.IP
|
|
|
|
|
@@ -96,7 +96,7 @@ list of users defined in that file.
|
|
|
|
|
.PP
|
|
|
|
|
This is only the raw data file; the actual aliasing information is
|
2021-08-18 20:47:47 +00:00
|
|
|
|
placed into a binary format in the file
|
2010-02-03 11:25:20 +00:00
|
|
|
|
-/etc/mail/aliases.db
|
|
|
|
|
+/etc/aliases.db
|
2021-08-18 20:47:47 +00:00
|
|
|
|
using the program
|
|
|
|
|
newaliases(1).
|
|
|
|
|
A
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/newaliases.0 b/sendmail/newaliases.0
|
2023-06-05 09:47:25 +00:00
|
|
|
|
index 8c40726..e90f009 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
|
--- a/sendmail/newaliases.0
|
|
|
|
|
+++ b/sendmail/newaliases.0
|
2023-06-05 09:47:25 +00:00
|
|
|
|
@@ -10,7 +10,7 @@ NEWALIASES(1) General Commands Manual NEWALIASES(1)
|
2010-02-03 11:25:20 +00:00
|
|
|
|
|
2023-06-05 09:47:25 +00:00
|
|
|
|
[1mDESCRIPTION[0m
|
|
|
|
|
[1mNewaliases [22mrebuilds the random access data base for the mail aliases
|
2010-02-03 11:25:20 +00:00
|
|
|
|
- file /etc/mail/aliases. It must be run each time this file is changed
|
|
|
|
|
+ file /etc/aliases. It must be run each time this file is changed
|
|
|
|
|
in order for the change to take effect.
|
|
|
|
|
|
2023-06-05 09:47:25 +00:00
|
|
|
|
[1mNewaliases [22mis identical to ``sendmail -bi''.
|
|
|
|
|
@@ -22,7 +22,7 @@ NEWALIASES(1) General Commands Manual NEWALIASES(1)
|
|
|
|
|
[1msendmail.[0m
|
2010-02-03 11:25:20 +00:00
|
|
|
|
|
2023-06-05 09:47:25 +00:00
|
|
|
|
[1mFILES[0m
|
2010-02-03 11:25:20 +00:00
|
|
|
|
- /etc/mail/aliases The mail aliases file
|
|
|
|
|
+ /etc/aliases The mail aliases file
|
|
|
|
|
|
2023-06-05 09:47:25 +00:00
|
|
|
|
[1mSEE ALSO[0m
|
2010-02-03 11:25:20 +00:00
|
|
|
|
aliases(5), sendmail(8)
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/newaliases.1 b/sendmail/newaliases.1
|
2014-12-08 14:51:51 +00:00
|
|
|
|
index 59dc0de..9ba8752 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
|
--- a/sendmail/newaliases.1
|
|
|
|
|
+++ b/sendmail/newaliases.1
|
2010-02-03 11:25:20 +00:00
|
|
|
|
@@ -20,7 +20,7 @@ newaliases
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
.B Newaliases
|
|
|
|
|
rebuilds the random access data base for the mail aliases file
|
|
|
|
|
-/etc/mail/aliases. It must be run each time this file is changed
|
|
|
|
|
+/etc/aliases. It must be run each time this file is changed
|
|
|
|
|
in order for the change to take effect.
|
|
|
|
|
.PP
|
|
|
|
|
.B Newaliases
|
2014-02-11 14:22:27 +00:00
|
|
|
|
@@ -40,7 +40,7 @@ puts a special token into the data base that is required by
|
2010-02-03 11:25:20 +00:00
|
|
|
|
.B sendmail.
|
|
|
|
|
.SH FILES
|
|
|
|
|
.TP 2i
|
|
|
|
|
-/etc/mail/aliases
|
|
|
|
|
+/etc/aliases
|
|
|
|
|
The mail aliases file
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
|
aliases(5), sendmail(8)
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/sendmail.0 b/sendmail/sendmail.0
|
|
|
|
|
--- a/sendmail/sendmail.0
|
|
|
|
|
+++ b/sendmail/sendmail.0
|
2023-11-02 19:23:45 +00:00
|
|
|
|
@@ -433,10 +433,11 @@ SENDMAIL(8) System Manager's Manual SENDMAIL(8)
|
2023-06-05 09:47:25 +00:00
|
|
|
|
names are all specified in [4m/etc/mail/sendmail.cf[24m. Thus, these values
|
2010-02-03 11:25:20 +00:00
|
|
|
|
are only approximations.
|
|
|
|
|
|
|
|
|
|
- /etc/mail/aliases
|
|
|
|
|
+ /etc/aliases
|
|
|
|
|
raw data for alias names
|
|
|
|
|
|
|
|
|
|
- /etc/mail/aliases.db
|
|
|
|
|
+ /etc/aliases.db
|
2023-11-02 19:23:45 +00:00
|
|
|
|
+ /etc/aliases.cdb
|
2010-02-03 11:25:20 +00:00
|
|
|
|
data base of alias names
|
|
|
|
|
|
|
|
|
|
/etc/mail/sendmail.cf
|
2014-02-11 14:22:27 +00:00
|
|
|
|
diff --git a/sendmail/sendmail.8 b/sendmail/sendmail.8
|
|
|
|
|
--- a/sendmail/sendmail.8
|
|
|
|
|
+++ b/sendmail/sendmail.8
|
2023-11-02 19:23:45 +00:00
|
|
|
|
@@ -716,10 +716,11 @@ Thus,
|
2010-02-03 11:25:20 +00:00
|
|
|
|
these values are only approximations.
|
|
|
|
|
.PP
|
|
|
|
|
.TP
|
|
|
|
|
- /etc/mail/aliases
|
|
|
|
|
+ /etc/aliases
|
|
|
|
|
raw data for alias names
|
|
|
|
|
.TP
|
|
|
|
|
- /etc/mail/aliases.db
|
|
|
|
|
+ /etc/aliases.db
|
2023-11-02 19:23:45 +00:00
|
|
|
|
+ /etc/aliases.cdb
|
2010-02-03 11:25:20 +00:00
|
|
|
|
data base of alias names
|
|
|
|
|
.TP
|
|
|
|
|
/etc/mail/sendmail.cf
|