Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 18:27:21 -0600
From:      "Suzanne Harmon" <suzanne@hharmon.com>
To:        <freebsd-newbies@freebsd.org>
Subject:   Help with sendmail
Message-ID:  <000801c1d201$825e4160$0100a8c0@Suzanne>

next in thread | raw e-mail | index | archive | help
We are running a free bsd server with Apache. We are having a major
problem with sendmail. Originally we had the wrong dns lookup on the
server and the reverse dns was pointed to another name causing a general
mail failure.

We fixed the reverse dns which solved the external mail problem but then
the sendmail would not talk to the email server correctly. It looks like
when the original reverse dns was run, the sendmail forwarded properly.
After correcting the reverse dns, sendmail gets a timeout. Example
follows:

........................................................................
.......................................

Action: failed
Status: 5.1.8
Diagnostic-Code: SMTP; 501 5.1.8 <nobody@freebsd3.midwestis.net>...
Sender domain must exist
Last-Attempt-Date: Mon, 11 Mar 2002 15:36:21 -0600 (CST)

Mar 22 18:15:59 freebsd3 sendmail[162]: g2I1h1C10782:
to=suzanne@hharmon.com,sales@hharmon.com, ctladdr=nobody (65534/65534),
delay=4+22:32:58, xdelay=00:00:00, mailer=esmtp, pri=24990700,
relay=mail.hharmon.com., dsn=4.0.0, stat=Deferred: Operation timed out
with mail.hharmon.com.

........................................................................
.......................................

Here is the current mc file:

........................................................................
.......................................

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.11 2001/07/14
18:07:27 gshapiro Exp $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(relay_based_on_MX)
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001 dnl
FEATURE(dnsbl) dnl Alternatively, you can provide your own rejection
message for the RBL: dnl FEATURE(dnsbl, `blackholes.mail-abuse.org',
`"550 Mail from " $&{client_addr} " rejected, see
http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')

dnl Other DNS based black hole lists
dnl --------------------------------
dnl MAPS Relay Spam Stopper (RSS): http://mail-abuse.org/rss/ dnl NOTE:
This is a subscription service as of July 31, 2001 dnl FEATURE(dnsbl,
`relays.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected;
see http://mail-abuse.org/cgi-bin/nph-rss?" $&{client_addr}')

dnl MAPS Dial-up User List (DUL): http://maps.vix.com/dul/
dnl NOTE: This is a subscription service as of July 31, 2001 dnl
FEATURE(dnsbl, `dialups.mail-abuse.org', `"550 Mail from dial-up
rejected; see http://mail-abuse.org/dul/enduser.htm"')

dnl Dialup users should uncomment and define this appropriately dnl
define(`SMART_HOST', `your.isp.mail.server')

dnl Uncomment the first line to change the location of the default dnl
/etc/mail/local-host-names and comment out the second line. dnl
define(`confCW_FILE', `-o /etc/mail/sendmail.cw') define(`confCW_FILE',
`-o /etc/mail/local-host-names')

dnl Uncomment both of the following lines to listen on IPv6 as well as
IPv4 dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet') dnl
DAEMON_OPTIONS(`Name=IPv6, Family=inet6')

define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
define(`MAIL_HUB', `mailer:vmail.midwestis.net') dnl MAILER(local)
MAILER(smtp)

........................................................................
.......................................

Any help you can give us will be greatly appreciated.

Regards,
Suzanne Harmon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
suzanne@hharmon.com
Softouch Interactive
http://softouchinteractive.com
http://hharmon.com 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c1d201$825e4160$0100a8c0>