| Revision 9199,
3.0 KB
checked in by iwaim, 12 years ago
(diff) |
|
add files for sendmail 8.14.5-2
|
-
|
|
|
|
| 550 | 550 | _m_a_i_l_._c_f. Thus, these values are only approximations. |
| 551 | 551 | |
| 552 | 552 | |
| 553 | | /etc/mail/aliases |
| | 553 | /etc/aliases |
| 554 | 554 | raw data for alias names |
| 555 | 555 | |
| 556 | 556 | /etc/mail/aliases.db |
| 557 | 557 | data base of alias names |
| 558 | 558 | |
| 559 | | /etc/mail/sendmail.cf |
| | 559 | /etc/mail/sendmail.cf |
| 560 | 560 | configuration file |
| 561 | 561 | |
| 562 | 562 | /etc/mail/helpfile |
-
|
|
|
|
| 663 | 663 | .I http://www.sendmail.org/tips/DontBlameSendmail.html |
| 664 | 664 | .SH FILES |
| 665 | 665 | Except for the file |
| 666 | | .I /etc/mail/sendmail.cf |
| | 666 | .I /etc/mail/sendmail.cf |
| 667 | 667 | itself the following pathnames are all specified in |
| 668 | | .IR /etc/mail/sendmail.cf . |
| | 668 | .IR /etc/mail/sendmail.cf . |
| 669 | 669 | Thus, |
| 670 | 670 | these values are only approximations. |
| 671 | 671 | .PP |
| 672 | 672 | .TP |
| 673 | | /etc/mail/aliases |
| | 673 | /etc/aliases |
| 674 | 674 | raw data for alias names |
| 675 | 675 | .TP |
| 676 | 676 | /etc/mail/aliases.db |
| 677 | 677 | data base of alias names |
| 678 | 678 | .TP |
| 679 | | /etc/mail/sendmail.cf |
| | 679 | /etc/mail/sendmail.cf |
| 680 | 680 | configuration file |
| 681 | 681 | .TP |
| 682 | 682 | /etc/mail/helpfile |
-
|
|
|
|
| 20 | 20 | .SH DESCRIPTION |
| 21 | 21 | .B Newaliases |
| 22 | 22 | rebuilds the random access data base for the mail aliases file |
| 23 | | /etc/mail/aliases. It must be run each time this file is changed |
| | 23 | /etc/aliases. It must be run each time this file is changed |
| 24 | 24 | in order for the change to take effect. |
| 25 | 25 | .PP |
| 26 | 26 | .B Newaliases |
| … |
… |
|
| 40 | 40 | .B sendmail. |
| 41 | 41 | .SH FILES |
| 42 | 42 | .TP 2i |
| 43 | | /etc/mail/aliases |
| | 43 | /etc/aliases |
| 44 | 44 | The mail aliases file |
| 45 | 45 | .SH SEE ALSO |
| 46 | 46 | aliases(5), sendmail(8) |
-
|
|
|
|
| 255 | 255 | define(`DATABASE_MAP_TYPE', `hash') |
| 256 | 256 | |
| 257 | 257 | # set up default values for options |
| 258 | | define(`ALIAS_FILE', `MAIL_SETTINGS_DIR`'aliases') |
| | 258 | define(`ALIAS_FILE', `/etc/aliases') |
| 259 | 259 | define(`confMAILER_NAME', ``MAILER-DAEMON'') |
| 260 | 260 | define(`confFROM_LINE', `From $g $d') |
| 261 | 261 | define(`confOPERATORS', `.:%@!^/[]+') |
-
|
old
|
new
|
|
| 10 | 10 | |
| 11 | 11 | DDEESSCCRRIIPPTTIIOONN |
| 12 | 12 | NNeewwaalliiaasseess rebuilds the random access data base for the mail aliases |
| 13 | | file /etc/mail/aliases. It must be run each time this file is changed |
| | 13 | file /etc/aliases. It must be run each time this file is changed |
| 14 | 14 | in order for the change to take effect. |
| 15 | 15 | |
| 16 | 16 | NNeewwaalliiaasseess is identical to ``sendmail -bi''. |
| … |
… |
|
| 22 | 22 | sseennddmmaaiill.. |
| 23 | 23 | |
| 24 | 24 | FFIILLEESS |
| 25 | | /etc/mail/aliases The mail aliases file |
| | 25 | /etc/aliases The mail aliases file |
| 26 | 26 | |
| 27 | 27 | SSEEEE AALLSSOO |
| 28 | 28 | aliases(5), sendmail(8) |
Note: See
TracBrowser
for help on using the repository browser.