LINUX.ORG.RU
ФорумAdmin

Не получается поставить AVP kavkeeper под Linux


0

0

Не получается настроить kavkeeper (фильтрация электронной почты) на Red Hat 6.0. Сам AVP встал без проблем... Проблемы с конфигами sendmail 8.12.5(sendmail.cf и sendmail.cf.listen), Может ли кто покаазать эти конфиги кому удалось поставить...

anonymous

sendmail.mc:
divert(-1)
#
# Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regents of the University of California. 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.
#
#

#
# This is the prototype file for a configuration that supports nothing
# but basic SMTP connections via TCP.
#
# You MUST change the `OSTYPE' macro to specify the operating system
# on which this will run; this will set the location of various
# support files for your operating system environment. You MAY
# create a domain file in ../domain and reference it by adding a
# `DOMAIN' macro after the `OSTYPE' macro. I recommend that you
# first copy this to another file name so that new sendmail releases
# will not trash your changes.
#

divert(0)dnl
VERSIONID(`$Id: tcpproto.mc,v 8.14 2000/08/03 15:26:50 ca Exp $')
include(`../m4/cf.m4')
OSTYPE(`linux')
DOMAIN(`domain')
FEATURE(`nouucp', `reject')
FEATURE(`smrsh')
MAILER(`local')
MAILER(kavkeeper)
MAILER(`smtp')

../ostype/linux.m4:

divert(-1)
#
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1996 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regents of the University of California. 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.
#
#

divert(0)
VERSIONID(`$Id: linux.m4,v 8.13 1999/04/24 05:37:43 gshapiro Exp $')
dnl turn on S flag for local mailer
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
define(`LOCAL_MAILER_PATH', `/bin/mail.local')dnl
MODIFY_MAILER_FLAGS(`AVPKEEPER', `+A')dnl

../domain/domain.m4:
divert(-1)
#
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regents of the University of California. 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.
#
#

#
# The following is a generic domain file. You should be able to
# use it anywhere. If you want to customize it, copy it to a file
# named with your domain and make the edits; then, copy the appropriate
# .mc files and change `DOMAIN(generic)' to reference your updated domain
# files.

divert(0)
VERSIONID(`$Id: domain.m4,v 8.15 1999/04/04 00:51:09 ca Exp $')
define(`confFORWARD_PATH', `$z/.forward.$w+$h:$z/.forward+$h:$z/.forward.$w:$z/.forward')dnl
define(`confMAX_HEADERS_LENGTH', `32768')dnl
define(`confMAX_MESSAGE_SIZE', `12000000')dnl
define(`confMAX_HOP', `20')dnl
define(`confPRIVACY_FLAGS', `goaway')dnl
define(`KAV_LOCAL_HACK')
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
FEATURE(`redirect')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl

Можно все закатать в один mc-файл, я просто следую сложившейся еще от 8.9.3 традиции

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.