[Mimedefang] Loosing battle with mail server :)

McCartin, Dan dmccartin at liftech.com
Thu Oct 31 10:45:01 EST 2002


I can not believe this machine is beating me, I'm thinking of becoming a
truck driver.

Anyway here is the problem:

No mater what command except helo you send the server while connected
via telnet to port 25 you get the following:

553 5.3.0 Connect:yourhost.domain.com

I am running RH7.2, sendmail 8.12.6, mimedefang 2.24, spamassasin 2.43.

Sendmail.mc as follows:

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.
#
#

#
#  This is a generic configuration file for Linux.
#  It has support for local and SMTP mail only.  If you want to
#  customize it, copy it to a name appropriate for your environment
#  and do the modifications there.
#

divert(0)dnl
VERSIONID(`$Id: generic-linux.mc,v 8.1 1999/09/24 22:48:05 gshapiro Exp
$')
OSTYPE(`linux')
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
define(`confTO_CONECT', `1m')dnl
define(`confTRY_NULL_MX_LIST',true)dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
define(`ALIAS_FILE', `/etc/mail/aliases')dnl
define(`STATUS_FILE', `/etc/mail/statistics')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS',
`authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl
define(`confTO_QUEUEWARN', `4h')dnl
define(`confTO_QUEUERETURN', `5d')dnl
FEATURE(`no_default_msa', `dnl')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(`local_procmail',`',`procmail -t -Y-a $h -d $u')dnl
FEATURE(`access_db',`hash -T <TMPF> /etc/mail/access')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`dnsbl',`rbl-plus.mail-abuse.org',`',`t')dnl
FEATURE(`relay_hosts_only')dnl
EXPOSED_USER(`root')dnl
INPUT_MAIL_FILTER(`mimedefang',`S=unix:/var/spool/MIMEDefang/mimedefang.
sock,F=T,T=S:5m;R:5m')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl

Nothing in the error logs to tell me what is going on.

Any help would be appreciated.




More information about the MIMEDefang mailing list