/*
* Copyright (c) 2004, 2005 Sendmail, Inc. and its suppliers.
* 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.
*
* $Id: smtpdef.h,v 1.2 2005/04/28 06:12:32 ca Exp $
*/
#ifndef SM_SMTPDEF_H
#define SM_SMTPDEF_H 1
#include "sm/generic.h"
#define SM_MTA_CERT "smcert.pem"
#define SM_MTA_KEY "smkey.pem"
#define SM_MTA_CACERT "CAcert.pem"
#define SM_MTA_CERTP "certs"
#endif /* SM_SMTPDEF_H */
syntax highlighted by Code2HTML, v. 0.9.1