Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
aliases.0
Package: sendmail.8.10.0.Beta10.tar.Z [view]
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 2k
Category:
Email Client
Development Platform:
Unix_Linux
- ALIASES(5) ALIASES(5)
- NNAAMMEE
- aalliiaasseess - aliases file for sendmail
- SSYYNNOOPPSSIISS
- aalliiaasseess
- DDEESSCCRRIIPPTTIIOONN
- This file describes user ID aliases used by
- /usr/sbin/sendmail. The file resides in /etc/mail and is
- formatted as a series of lines of the form
- name: name_1, name2, name_3, . . .
- The _n_a_m_e is the name to alias, and the _n_a_m_e___n are the
- aliases for that name. Lines beginning with white space
- are continuation lines. Another way to continue lines is
- by placing a backslash directly before a newline. Lines
- beginning with # are comments.
- Aliasing occurs only on local names. Loops can not occur,
- since no message will be sent to any person more than
- once.
- After aliasing has been done, local and valid recipients
- who have a ``.forward'' file in their home directory have
- messages forwarded to the list of users defined in that
- file.
- This is only the raw data file; the actual aliasing infor-
- mation is placed into a binary format in the file
- /etc/mail/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.
- SSEEEE AALLSSOO
- newaliases(1), dbopen(3), dbm(3), sendmail(8)
- _S_E_N_D_M_A_I_L _I_n_s_t_a_l_l_a_t_i_o_n _a_n_d _O_p_e_r_a_t_i_o_n _G_u_i_d_e_.
- _S_E_N_D_M_A_I_L _A_n _I_n_t_e_r_n_e_t_w_o_r_k _M_a_i_l _R_o_u_t_e_r_.
- BBUUGGSS
- If you have compiled sendmail with DBM support instead of
- NEWDB, you may have encountered problems in dbm(3)
- restricting a single alias to about 1000 bytes of informa-
- tion. You can get longer aliases by ``chaining''; that
- is, make the last name in the alias be a dummy name which
- is a continuation alias.
- HHIISSTTOORRYY
- The aalliiaasseess file format appeared in 4.0BSD.
- $Date: 1999/06/22 20:41:34 $ 1