[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Probleme mit Sendmail



Erst mal danke für die Antworten !!

- hier ein paar Auszüge der wichtigsten dateien,
--Gestatten, mein Name ist IINeOII, sollte reichen.
---Eigentlich bin ich schon zum Spaß hier, denn wenn ich keine Freude an Linux hätte, und mir ----trockene fehlercodes besser gefallen würden, könnt ich genau so gut windows nutzen.

#/etc/resolv.conf
search ath.cx #// hier stand auch mal: search hosts, ath.cx, dns
nameserver 127.0.0.1

#/var/log/mail.log
May 25 17:08:58 gomani sm-mta[6568]: h4PF7H2x006047: h4PF8wao006568: DSN: <neo@synetik.de>... Unrecognized host name synetik.de
May 25 17:08:58 gomani sm-mta[6568]: h4PF8wao006568: to=<neo@gomani.ath.cx>, delay=00:00:00, xdelay=00:00:00, mailer=local,


#/etc/hosts
127.0.0.1       localhost
192.168.0.1     gomani.ath.cx   gomani #// sendmail läuft hier
192.168.0.2     XXXXXX.ath.cx  XXXX
192.168.0.3     XXXXXXXXX.ath.cx        XXXXXXXx

#/etc/mail/sendmail.mc
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
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
include(`/etc/mail/tls/starttls.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.12.3-6.3 2003-04-04 16:02:54 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
dnl # FEATURE(`nullclient', NONE)dnl
LOCAL_CONFIG
## Custom configurations below (will be preserved)

#/etc/mail/submit.mc
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
include(`/etc/mail/tls/starttls.m4')dnl
VERSIONID(`$Id: submit.mc, v 8.12.3-6.3 2003-04-04 16:02:54 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-msp')dnl
define(`confFROM_HEADER',`gomani.ath.cx')dnl
dnl #
dnl #---------------------------------------------------------------------
dnl # Masquerading information, if needed, should go here
dnl # You likely will not need this, as the MTA will do it
dnl #---------------------------------------------------------------------
MASQUERADE_AS(gomani.ath.cx)dnl
FEATURE(`masquerade_envelope')dnl
dnl #


Reply to: