mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
42 lines
1.3 KiB
MonkeyC
42 lines
1.3 KiB
MonkeyC
divert(-1)
|
|
#
|
|
# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
|
|
# All rights reserved.
|
|
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
|
|
# Copyright (c) 1988, 1993
|
|
# The Regents of the University of California. All rights reserved.
|
|
#
|
|
# By using this file, you agree to the terms and conditions set
|
|
# forth in the LICENSE file which can be found at the top level of
|
|
# the sendmail distribution.
|
|
#
|
|
#
|
|
|
|
#
|
|
# This is a Berkeley-specific configuration file for a specific
|
|
# machine in the Computer Science Division at Berkeley, and should
|
|
# not be used elsewhere. It is provided on the sendmail distribution
|
|
# as a sample only.
|
|
#
|
|
# This file is for a home machine that wants to masquerade as an
|
|
# on-campus machine. Additionally, all addresses without a hostname
|
|
# will be forwarded to that machine.
|
|
#
|
|
|
|
divert(0)dnl
|
|
VERSIONID(`$Id: python.cs.mc,v 8.13 2013-11-22 20:51:08 ca Exp $')
|
|
OSTYPE(bsd4.4)dnl
|
|
DOMAIN(CS.Berkeley.EDU)dnl
|
|
define(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
|
|
MASQUERADE_AS(vangogh.CS.Berkeley.EDU)dnl
|
|
MAILER(local)dnl
|
|
MAILER(smtp)dnl
|
|
|
|
# accept mail sent to the domain head
|
|
DDBostic.COM
|
|
|
|
LOCAL_RULE_0
|
|
# accept mail sent to the domain head
|
|
R< @ $D . > : $* $@ $>7 $1 @here:... -> ...
|
|
R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
|
R$* < @ $D . > $#local $: $1 user@here -> user
|