Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 06:59:41 +0200
From:      Martin Schweizer <pcservi@spectraweb.ch>
To:        freebsd-questions@freebsd.org
Cc:        info@c-service.ch
Subject:   Can't send e-mail to freebsd lists
Message-ID:  <3D209CC6@smtp.spectraweb.ch>

next in thread | raw e-mail | index | archive | help

Hello

After successfully update to FreeBSD 4.6 I can't send e-mails to any freebsd
mailinglist. I re-make also sendmail.cf (from freebsd.mc) but whithout
success. I can send and receive e-mail from and to other receipients without
problems. If I send an e-mail to a freebsd list the following error occurs:

- in maillog:
Jul  1 21:50:00 saturn sm-mta[170]: starting daemon (8.12.5):
SMTP+queueing@00:30:00
Jul  1 21:51:33 saturn sm-mta[171]: g614wFbn001097:
to=freebsd-questions@freebsd.org, delay=14:53:18, xdelay=00:01:32,
mailer=esmtp, pri=120358, relay=mx1.freebsd.org. [216.136.204.125], dsn=4.2.0,
stat=Deferred: 450 Client host rejected: cannot find your hostname,
[62.202.92.43]
Jul  1 21:51:33 saturn sm-mta[171]: g614wFbn001097: g61Jo0gF000171: sender
notify: Warning: could not send message for past 4 hours

Here are sendmail.mc and rc.conf

- sendmail.mc:
divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.16 2002/05/22
16:39:14 gshapiro Exp $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl       your permission.
dnl FEATURE(relay_based_on_MX)

dnl DNS based black hole lists
dnl --------------------------------
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit http://dmoz.org/Computers/Internet/Abuse/Spam/Blacklists/

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 server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from "
$&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?"
$&{client_addr}')

dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `195.186.1.193')

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(`confBIND_OPTS', `WorkAroundBrokenAAAA')
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')

MASQUERADE_AS(bluewin.ch)
FEATURE(masquerade_envelope)
FEATURE(use_ct_file)

MAILER(local)
MAILER(smtp)

- rc.conf:
linux_enable="YES"
moused_enable="YES"
usbd_enable="YES"
isdn_enable="NO"
isdn_fsdev="NO"
lpd_enable="YES"

# Für PPP-Verbindung #
ppp_enable="NO"
ppp_profile="sunrise"

# Gateway-Eintrag #
gateway_enable="YES"
defaultrouter="192.168.2.3"
firewall_enable="YES"
firewall_script="/etc/rc.firewall"

# Hostname und Domain (bluewin.ch = ISP Domain)
hostname="saturn.spectraweb.ch"

# Tastaturlayout #
keymap=swissgerman.iso.acc.kbd
# Zeichensatz (Darstellung) #
font8x16=iso-8x16.fnt
# font8x8=swiss-8x8.fnt

# Netzwerkkarten xl? (3COM 3C905B)#
ifconfig_xl0="inet 192.168.1.1 netmask 255.255.255.0"
ifconfig_xl1="inet 192.168.2.2 netmask 255.255.255.0"

# NAT
natd_enable="YES"
natd_interface="xl1"
natd_flags="-f /etc/natd.conf"

What ist going wrong?

Regards,
Martin Schweizer

Martin Schweizer
<info@pc-service.ch>
--
PC-Service M. Schweizer
Gewerbehaus Schwarz
Postfach 132
CH-8608 Bubikon
Tel +41 55 243 30 00
Fax +41 55 243 33 22
info@pc-service.ch
www.pc-service.ch


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D209CC6>