diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 00:18:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 00:18:13 +0000 |
commit | 71adf68fe074b231b67511d29b6e4820bd912325 (patch) | |
tree | 61936da7a5131da7e6bb02bdba83111f5b9a844e /usr.sbin | |
parent | 9028629b29fe284eb28af5124fd1c8104fa370d4 (diff) |
sendmail 8.9.1
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sendmail/cf/cf/lucifier.mc | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/cf/cf/lucifier.mc b/usr.sbin/sendmail/cf/cf/lucifier.mc new file mode 100644 index 00000000000..4ca77d40e55 --- /dev/null +++ b/usr.sbin/sendmail/cf/cf/lucifier.mc @@ -0,0 +1,60 @@ +divert(-1) +# +# Copyright (c) 1997 Michael Shalayeff +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. All advertising materials mentioning features or use of this software +# must display the following acknowledgement: +# This product includes software developed by Michael Shalayeff. +# 4. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# + +include(`../m4/cf.m4')dnl +VERSIONID(`$OpenBSD: lucifier.mc,v 1.1 1997/05/29 00:18:12 mickey Exp $')dnl +OSTYPE(bsd4.4)dnl +MAILER(local)dnl +MAILER(smtp)dnl +MASQUERADE_AS(lucifier.dial-up.user.akula.net)dnl +MASQUERADE_DOMAIN(lucifier.dial-up.user.akula.net)dnl +FEATURE(allmasquerade)dnl + +define(`BITNET_RELAY', relay.uu.net)dnl + +define(`confAUTO_REBUILD', True)dnl +define(`confCHECK_ALIASES', True)dnl + +define(`confMIN_FREE_BLOCKS', 1024)dnl +define(`confSEPARATE_PROC', True)dnl +define(`confBIND_OPTS', +AAONLY)dnl +define(`confFORWARD_PATH', /var/forward/$u:$z/.forward.$w:$z/.forward)dnl +define(`confUSE_ERRORS_TO', TRUE)dnl +define(`confPRIVACY_FLAGS', `noexpn novrfy needmailhelo') + +define(`confDEF_CHAR_SET', `koi8-r') +define(`confSEVEN_BIT_INPUT', False) +define(`confEIGHT_BIT_HANDLING', `pass8') + +LOCAL_CONFIG +O AliasFile=/home/majordomo/etc/aliases + |