subsidiary.mc

来自「操作系统SunOS 4.1.3版本的源码」· MC 代码 · 共 60 行

MC
60
字号
#############################################################	SENDMAIL CONFIGURATION FILE FOR SUBSIDIARY MACHINES##	You should install this file as /etc/sendmail.cf#	if your machine is a subsidiary machine (that is, some#	other machine in your domain is the main mail-relaying#	machine).  Then edit the file to customize it for your#	network configuration.##	See the manual "System Administration for the Sun Workstation".#	Look at "Setting Up The Mail Routing System" in the chapter on#	Communications.  The Sendmail references in the back of the#	manual are also very useful.##	@(#)subsidiary.mc 1.1 92/07/30 SMI; from UCB arpa.mc 3.25 2/24/83## local UUCP connections -- not forwarded to mailhostCV# my official hostnameDj$w.$m# major relay mailerDMether# major relay hostDRmailhostCRmailhostinclude(sunbase.m4)include(uucpm.m4)include(zerobase.m4)###################################################  Machine dependent part of ruleset zero  #################################################### resolve names we can handle locallyR<@$=V.uucp>:$+		$:$>9 $1			First clean up, then...R<@$=V.uucp>:$+		$#uucp  $@$1 $:$2		@host.uucp:...R$+<@$=V.uucp>		$#uucp  $@$2 $:$1		user@host.uucp# optimize names of known ethernet hostsR$*<@$%y.LOCAL>$*	$#ether $@$2 $:$1<@$2>$3	user@host.here# other non-local names will be kicked upstairsR$+			$:$>9 $1			Clean up, keep <>R$*<@$+>$*		$#$M    $@$R $:$1<@$2>$3	user@some.whereR$*@$*			$#$M    $@$R $:$1<@$2>		strangeness with @# Local names with % are really not local!R$+%$+			$@$>30$1@$2			turn % => @, retry# everything else is a local nameR$+			$#local $:$1			local names

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?