|
|
1.1 ! root 1: # ! 2: # Sendmail ! 3: # Copyright (c) 1983 Eric P. Allman ! 4: # Berkeley, California ! 5: # ! 6: # Copyright (c) 1983 Regents of the University of California. ! 7: # All rights reserved. The Berkeley software License Agreement ! 8: # specifies the terms and conditions for redistribution. ! 9: # ! 10: # @(#)kim.mc 1.2 (Berkeley) 2/26/86 ! 11: # ! 12: ############################################################ ! 13: ############################################################ ! 14: ##### ! 15: ##### SENDMAIL CONFIGURATION FILE ! 16: ##### ! 17: ##### ! 18: ############################################################ ! 19: ############################################################ ! 20: ! 21: ! 22: ! 23: ################## ! 24: # local info # ! 25: ################## ! 26: ! 27: # internet hostname ! 28: Cwucbkim kim LOCAL ! 29: ! 30: # uucp hostnames ! 31: DUucbkim ! 32: CUucbkim ! 33: ! 34: # local UUCP connections ! 35: CWfranz ! 36: CWfateman ! 37: CWfisi ! 38: CWendotsew ! 39: CWfimus ! 40: ! 41: # we have full sendmail support here ! 42: Oa ! 43: ! 44: ############################# ! 45: ### Setup Information ### ! 46: ############################# ! 47: ! 48: include(nsmacros.m4) ! 49: include(nsclasses.m4) ! 50: include(cchosts.m4) ! 51: include(nicregistered.m4) ! 52: include(berkhosts.m4) ! 53: include(version.m4) ! 54: include(boilerplate.m4) ! 55: ! 56: ########################### ! 57: ### Rewriting Rules ### ! 58: ########################### ! 59: ! 60: include(prewriterule.m4) ! 61: include(postwriterule.m4) ! 62: include(rule3.m4) ! 63: ! 64: ################### ! 65: ### Mailers ### ! 66: ################### ! 67: ! 68: include(localm.m4) ! 69: include(nstcpm.m4) ! 70: include(nstcpldm.m4) ! 71: include(uucpm.m4) ! 72: ! 73: ##################### ! 74: ### Rule Zero ### ! 75: ##################### ! 76: ! 77: include(rule0.m4) ! 78: ! 79: ################################################ ! 80: ### Machine dependent part of ruleset zero ### ! 81: ################################################ ! 82: ! 83: # resolve names we can handle locally ! 84: R<@$=W.UUCP>:$+ $#uucp$@$1$:$2 @host.UUCP:... ! 85: R$+<@$=W.UUCP> $#uucp$@$2$:$1 [email protected] ! 86: ! 87: # resolve names destined for the computer center ! 88: R$*<@$=C.berkeley.edu>$* $#tcpld$@$C$:$1<@$2>$3 ! 89: R$*<@$=C>$* $#tcpld$@$C$:$1<@$2>$3 ! 90: R$*<@$+.CC>$* $#tcpld$@$C$:$1<@$2>$3 [email protected] ! 91: ! 92: # resolve names destined for berknet sites ! 93: R<@$=Z>:$+ $#tcpld$@$B$:$2@$1 @berkhost: ... ! 94: R$+<@$=Z> $#tcpld$@$B$:$1@$2 user@berknethost ! 95: ! 96: # resolve explicit known foreign networks ! 97: R$*<@$+.Oz.au>$* $#[email protected]$:$1<@$2.OZ.AU>$3 down-under ! 98: R$*<@$+.BITNET>$* $#tcpld$@$C$:$1<@$2.BITNET>$3 [email protected] ! 99: R$*<@$+.CSNET>$* $#[email protected]$:$1<@$2.CSNET>$3 [email protected] ! 100: R$*<@$+.DEC>$* $#[email protected]$:$1<@$2.DEC>$3 [email protected] ! 101: R$*<@$+.MailNET>$* $#[email protected]$:$1<@$2.MailNET>$3 [email protected] ! 102: R$*<@$*.UUCP>$* $#tcpld$@$F$:$1<@$2.UUCP> uucp mail ! 103: ! 104: # local domain sites ! 105: R$*<@$*.berkeley.edu>$* $#tcpld$@$2$:$1<@$2.$A>$3 [email protected] ! 106: ! 107: # other non-local names ! 108: R$*<@$+>$* $#tcp$@$2$:$1<@$2>$3 [email protected] ! 109: ! 110: # remaining names must be local ! 111: R$+ $#local$:$1 everything else ! 112: ! 113: ######################################## ! 114: ### Host dependent address cleanup ### ! 115: ######################################## ! 116: ! 117: S8 ! 118: R$*$=U!$+@$+ $3@$4 drop uucp forward ! 119:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.