Gut dann mache ich hier mal meine config frei:
@ Captain avir hat lediglich in avmilter.conf eine Zeile die unmitelbar mit sendmail im zusammenhang steht:
Code: Select all
# ------------------------------------------------------------------------
# Select the directory and binary of sendmail and the arguments how to
# call sendmail.
# ForwardTo /usr/lib/sendmail -oem -oi
die auskommentierte Zeile ist der Standart Wert
Jetzt meine sendmail.mc
Code: Select all
divert(-1)dnl
#-----------------------------------------------------------------------------
# $Sendmail: debproto.mc,v 8.12.3 2003-04-25 15:16:27 cowboy Exp $
#
# Copyright (c) 1998-2003 Richard Nelson. All Rights Reserved.
#
# ./cf/debian/sendmail.mc. Generated from sendmail.mc.in by configure.
#
# sendmail.mc prototype config file for building Sendmail 8.12.3
#
# Note: the .in file supports 8.7.6 - 8.12.7, but the generated
# file is customized to the version noted above.
#
# This file is used to configure Sendmail for use with Debian systems.
#
# If you modify this file, you will have to regenerate /etc/mail/sendmail.cf
# by running this file through the m4 preprocessor via one of the following:
# * `sendmailconfig`
# * `make`
# * `m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf`
# The first two options are preferred as they will also update other files
# that depend upon the contents of this file.
#
# The best documentation for this .mc file is:
# /usr/share/doc/sendmail-doc/cf.README.gz
#
#-----------------------------------------------------------------------------
divert(0)dnl
#
# Copyright (c) 1998-2002 Richard Nelson. All Rights Reserved.
#
# This file is used to configure Sendmail for use with Debian systems.
#
define(`_USE_ETC_MAIL_')dnl
define(`confLOG_LEVEL', `12')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.12.3-6.4 2003-04-25 15:16:27 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
dnl #
dnl # General defines
dnl #
dnl # SAFE_FILE_ENV: [undefined] If set, sendmail will do a chroot()
dnl # into this directory before writing files.
dnl # If *all* your user accounts are under /home then use that
dnl # instead - it will prevent any writes outside of /home !
dnl # define(`confSAFE_FILE_ENV', `')dnl
LOCAL_CONFIG
FEATURE(`masquerade_envelope')dnl
LOCAL_CONFIG
Cwmeinedomain.tld
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`redirect')dnl
FEATURE(`smrsh')dnl
dnl #
dnl # Dialup/LAN connection overrides
dnl #
include(`/etc/mail/dialup.m4')dnl
include(`/etc/mail/provider.m4')dnl
dnl #
MAILER_DEFINITIONS
MAILER(local)dnl
MAILER(smtp)dnl
LOCAL_CONFIG
## Custom configurations below (will be preserved)
INPUT_MAIL_FILTER(`avmilter',`S=inet:3333@localhost,F=T,T=S:10m;R:10m;E:5m')
Bei sendmailconfig bekomme ich folgende Meldungen:
Code: Select all
pXXXXXX:# sendmailconfig
Configure sendmail with the existing /etc/mail/sendmail.conf? [Y] Y
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Configure sendmail with the existing /etc/mail/sendmail.mc? [Y] Y
Updating sendmail environment ...
Checking for installed MDAs...
SASL not installed, not configuring sendmail support.
To install sasl, get sasl-bin, libsasl-modules-plain,
libsasl-digestmd5-plain or libsasl-digestmd5-des.
To enable sendmail SASL support at a later date, invoke "/usr/share/sendmail/update_auth"
Creating/Updating SSL(for TLS) information
You already have sendmail certificates
*** *** *** WARNING *** WARNING *** WARNING *** WARNING *** *** ***
Everything you need to support STARTTLS (encrypted mail transmission
and user authentication via certificates) is installed and configured
but *IS* not being used.
To enable sendmail to use STARTTLS, you need to:
1) Add this line to /etc/mail/sendmail.mc and optionally
to /etc/mail/submit.mc:
include(`/etc/mail/tls/starttls.m4')dnl
2) Run sendmailconfig
3) Restart sendmail
Checking {sendmail,submit}.mc and related databases...
Creating /etc/mail/databases...
Creating /etc/mail/databases...
Creating /etc/mail/Makefile...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Creating /etc/mail/sendmail.cf...
Creating /etc/mail/submit.cf...
Informational: confCR_FILE file empty: /etc/mail/relay-domains
Updating /etc/mail/aliases...
/etc/mail/aliases: 31 aliases, longest 11 bytes, 310 bytes total
Reload the running sendmail now with the new configuration? [Y] Y
Reloading sendmail ...
Logdateien mail.info
Code: Select all
Jul 14 17:11:01 p15135704 sm-mta[15829]: h6EFB005015829: ruleset=check_rcpt, arg1=<empfänger@freenet.de>, relay=pXXXXXXXX.dip0.t-ipconnect.de [XXX.XXX.XX.XXX], reject=550 5.7.1 <empfänger@freenet.de>... Relaying denied. Proper authentication required.
Jul 14 17:11:01 pXXXXXX sm-mta[15829]: h6EFB005015829: from=<webmaster@meinedomain.tld>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=pXXXXXXXX.dip0.t-ipconnect.de [XXX.XXX.XX.XXX]
Jul 14 17:11:01 pXXXXXX in.qpopper[15831]: (v4.0.4) POP login by user "MeinMTAuser" at (pXXXXXXXX.dip0.t-ipconnect.de) XXX.XXX.XX.XXX [pop_log.c:244]
Jul 14 17:11:01 pXXXXXX in.qpopper[15831]: [drac]: login by MTAuserfrom host pXXXXXXXX.dip0.t-ipconnect.de (XXX.XXX.XX.XXX) [drac.c:47]
in mail.log steht das gleiche ... habe ich noch etwas vergessen?