From owner-freebsd-questions Tue Jan 9 15:26:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4306.mail.yahoo.com (web4306.mail.yahoo.com [216.115.104.198]) by hub.freebsd.org (Postfix) with SMTP id D502437B400 for ; Tue, 9 Jan 2001 15:26:32 -0800 (PST) Message-ID: <20010109232632.18679.qmail@web4306.mail.yahoo.com> Received: from [128.205.248.215] by web4306.mail.yahoo.com; Tue, 09 Jan 2001 15:26:32 PST Date: Tue, 9 Jan 2001 15:26:32 -0800 (PST) From: Ian Thomas Subject: sendmail worked, now it doesn't To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently had a working sendmail. I created an .mc file with the bsd4.4 boilerplate and very helpful instructions from a sendmail how-to. After installing a new system onto a new drive, this same .cf generated from .mc file does not work. I get RELAY denied from my ISP's SMTP. It will allow me to send out mail that ends in its domain(earthlink.net in this case). I will retype the exact .mc file that I created below(I would attach it, but lynx does not support attachments?). OSTYPE(`bsd4.4')dnl define(`SMART_HOST', ~esmtp:mail.earthlink.net')dnl FEATURE(`masquerade_envelope')dnl FEATURE(`genericstable', `hash /etc/mail/genericstable.db')dnl GENERICS_DOMAIN_FILE(`/etc/mail/genericsdomain')dnl FEATURE(`nouucp')dnl MASQUERADE_AS(`earthlink.net')dnl MAILER(`local')dnl MAILER(`smtp')dnl Genericstable file contains nothing now because my login is identical to my email. Genericsdomain contains localhost.domain, the end of my hostname. The error is SMTP; 550 ... Relaying denied. I am logging onto the net using earthlink. Anyone using a dynamic link with earthlink have a working sendmail? Any help would be greatly appreciated, Ian __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message