Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 1995 19:50:03 -0700
From:      Scott Blachowicz <scott@statsci.com>
To:        Julian Howard Stacey <jhs@regent.e-technik.tu-muenchen.de>
Cc:        current@FreeBSD.org
Subject:   Re: dumb Q. on sendmail 
Message-ID:  <m0s2VIK-000r3rC@main.statsci.com>
In-Reply-To: Your message of "Fri, 21 Apr 1995 18:31:13 %2B0200." <199504211631.SAA25436@vector.eikon.e-technik.tu-muenchen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 	mail foobar%freebsd.org@my-citys-ip-provider-host-name
> not much luck with that (can't remember why offhand)
Hmmm...I would think that would work.  Sounds like you could set a "smart
host" to your IP provider, then just bump everything there.  In 'smail' it'd
be easy.  It's probably easy in sendmail, too...I've used the appended
sendmail.cf file (on other UNIX systems - I'm not up on FreeBSD yet) for
client workstations that ALWAYS bump mail to a central mail hub.  You'd need
to change it so you recognize local deliveries and keep them.  Or look around
for mentions of "smart hosts" or whatever.

Hope this helps a little.

Scott Blachowicz    Ph: 206/283-8802x240    StatSci, a div of MathSoft, Inc.
                                            1700 Westlake Ave N #500
scott@statsci.com                           Seattle, WA USA   98109
Scott.Blachowicz@seaslug.org

---------- cut here ----------
###########################################################################
###		The simplified configuration for clients only		###
###		Just sends ABSOLUT everything to the server.		###
###########################################################################
# Current version
DVBUMP-IT

# This node's official domain name
#Dj$w.uni-paderborn.de
Dj$w.statsci.com

###########################################################################
###	The next few lines should be carefully checked.			###
###########################################################################

# Mail server.  ALL mail forwarded here by TCP mailer. [n.n.n.n] is OK.
#DSYourMailServerFully.Qualified.Name
DSmailhost

# SMTP login message
De$j $v/$V Sendmail is ready at $b

#				queue directory
OQ/usr/spool/mqueue

##########################################################################
#	Header Formats

HReceived: $?sfrom $s $.by $j$?r with $r$. id $i
  ($v/$V$?m for $m$.); $b
H?P?Return-Path: <$g>
H?D?Date: $a
H?F?From: $q
H?x?Full-Name: $x
H?M?Message-ID: <$t.$i@$j>

##########################################################################
## Mailer Specifications #################################################
##########################################################################

# Do nothing rule for Mailer S=/R=
S10

Mlocal,	P=/bin/mail, F=DFMlrmns,	R=10, S=10, A=mail -d $u
Mprog,	P=/bin/sh,  F=DFMhlsu, R=10, S=10, A=sh -c $u

MTCP,   P=[IPC], F=CDFMXnmu, E=\r\n, R=10, S=10, A=IPC $h

#   Rule Set #0:	Mailer Resolving Ruleset
#	Just forward everything to our server.

S0
R$+	$#TCP $@$S $:$1		Route most mail to server.

#	Rule Set #1:	Nothing.
S1

#	Rule Set #2:	Nothing.
S2

#	Rule Set #3:	Nothing.
S3

#	Rule Set #4:	Nothing.
S4




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0s2VIK-000r3rC>