155228Speter/* $FreeBSD: releng/11.0/usr.sbin/mailwrapper/pathnames.h 55705 2000-01-10 03:20:13Z imp $ */
255228Speter
355228Speter/*
455228Speter * Copyright (c) 1998
555228Speter * 	Perry E. Metzger.  All rights reserved.
655228Speter *
755228Speter * Redistribution and use in source and binary forms, with or without
855228Speter * modification, are permitted provided that the following conditions
955228Speter * are met:
1055228Speter * 1. Redistributions of source code must retain the above copyright
1155228Speter *    notice, this list of conditions and the following disclaimer.
1255228Speter * 2. Redistributions in binary form must reproduce the above copyright
1355228Speter *    notice, this list of conditions and the following disclaimer in the
1455228Speter *    documentation and/or other materials provided with the distribution.
1555228Speter * 3. All advertising materials mentioning features or use of this software
1655228Speter *    must display the following acknowledgment:
1755228Speter *	This product includes software developed for the NetBSD Project
1855228Speter *	by Perry E. Metzger.
1955228Speter * 4. The name of the author may not be used to endorse or promote products
2055228Speter *    derived from this software without specific prior written permission.
2155228Speter *
2255228Speter * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2355228Speter * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2455228Speter * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2555228Speter * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2655228Speter * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2755228Speter * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2855228Speter * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2955228Speter * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3055228Speter * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3155228Speter * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3255228Speter */
3355228Speter
3455233Speter#define _PATH_MAILERCONF	"/etc/mail/mailer.conf"
3555705Simp#define _PATH_DEFAULTMTA	"/usr/libexec/sendmail/sendmail"
36