diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 19:48:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 19:48:38 +0000 |
commit | 0273b8fbd6947b4b7e823ada965ae763cab5ac86 (patch) | |
tree | ae5e5293b5d1243eef968a7ebb13394550e92d3f /gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4 | |
parent | 43225228859332051b0497d6732b906e2c753f85 (diff) |
Remove sendmail's `Build' scaffolding and add real Makefiles
praliases should be in section 1, not 8
Use arc4random(3) instead of random(3)
Add some sample OpenBSD .mc files
Diffstat (limited to 'gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4 b/gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4 new file mode 100644 index 00000000000..0df67ecfbb6 --- /dev/null +++ b/gnu/usr.sbin/sendmail/cf/domain/sigmasoft.m4 @@ -0,0 +1,38 @@ +divert(-1) +# +# Copyright (c) 1996 SigmaSoft, Th. Lockert +# 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 SigmaSoft, Th. Lockert +# 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 AUTHOR 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. +# +divert(0) +VERSIONID(`$OpenBSD: sigmasoft.m4,v 1.1 2000/04/02 19:48:14 millert Exp $')dnl +define(`UUCP_RELAY', relay1.uu.net)dnl +define(`BITNET_RELAY', relay2.uu.net)dnl +define(`confME_TOO', True)dnl +FEATURE(rbl)dnl +FEATURE(redirect)dnl +FEATURE(relay_based_on_MX)dnl |