From owner-freebsd-questions Sat Jan 18 10: 1:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE8437B401 for ; Sat, 18 Jan 2003 10:01:19 -0800 (PST) Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F74343F1E for ; Sat, 18 Jan 2003 10:01:19 -0800 (PST) (envelope-from madriax@garlic.com) Received: from bathory (78.sm-u1.dialup.garlic.net [216.139.35.78]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id h0II1HR18206 for ; Sat, 18 Jan 2003 10:01:17 -0800 Subject: Internal mail not working From: Cowz Rule To: FreeBSD-Questions@FreeBSD.ORG Content-Type: text/plain Organization: Message-Id: <1042884066.401.2.camel@bathory> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 18 Jan 2003 02:01:06 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG #uname -a FreeBSD bathory.aria 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 I'm having problems getting my internal mail working. What I'm trying to do is email another internal user. #mail cowz Subject: Test Testing... . EOT # It never makes it to the user. After some investigation i found /var/log/maillog: Jan 18 01:34:53 bathory sm-mta[90]: starting daemon (8.12.3): SMTP+queueing@00:30:00 Jan 18 01:34:53 bathory sm-msp-queue[93]: starting daemon (8.12.3): queueing@00:30:00 Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: from=root, size=33, class=0, nrcpts=1, msgid=<200301180935.h0I9ZW0D000155@bathory.aria>, relay=root@localhost Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: to=cowz, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server: [localhost]: host name lookup failure Jan 18 01:35:33 bathory sm-msp-queue[95]: h0I9U923000154: to=cowz, ctladdr=root (0/0), delay=00:05:24, xdelay=00:00:00, mailer=relay, pri=120027, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server: [localhost]: host name lookup failure I assume the localhost is the problem but i cant figure out where to change that setting. My /etc/hosts looks: 127.0.0.1 bathory bathory.aria ::1 bathory bathory.aria 192.168.0.203 bathory bathory.aria And in my /etc/rc.conf i have hostname="bathory.aria" My sendmail configuration looks like this(/etc/rc.conf): mta_start_script="/etc/rc.sendmail" sendmail_enable="YES" sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost`" sendmail_outbound_enable="YES" sendmail_outbound_flags="-L sm-queue -q30m" sendmail_msp_queue_enable="YES" sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" This is the default configureation with 4.6 i assumed it would work. The one possible sollution i came up with was chaging the sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost" to sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=bathory.aria" but that doesnt work. Will someone please help me out. I have no idea what to do ` To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message