From owner-freebsd-questions Fri Aug 10 8:23:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.meridianksi.com (mail.meridianksi.com [207.86.113.215]) by hub.freebsd.org (Postfix) with ESMTP id 27E8237B406 for ; Fri, 10 Aug 2001 08:23:14 -0700 (PDT) (envelope-from rdewalt@meridianksi.com) Received: from RD933 (mksi.meridianksi.com [207.86.113.199]) by mail.meridianksi.com (8.11.2/8.9.3) with SMTP id f7AFNxQ54528 for ; Fri, 10 Aug 2001 11:24:00 -0400 (EDT) (envelope-from rdewalt@meridianksi.com) Message-Id: <3.0.3.32.20010810112153.01b5b0a8@mail.meridianksi.com> X-Sender: rdewalt@mail.meridianksi.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 10 Aug 2001 11:21:53 -0400 To: freebsd-questions@FreeBSD.ORG From: Ryan Dewalt Subject: Sendmail Question? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 I have a minor problem under sendmail 8.11.2 on one of my machines. I've replaced a faulty mail server with a FreeBSD 4.2-Stable machine. All has gone well for a month, with one exception. Users taking their laptops home, can't send mail to Not-Our-Domain users, but can send just fine to Domain users. (Can send to bob@ourdomain.com but not bob@foobar.com) From information on sendmail.org on allowing controled smtp relaying, I'm attempting to add FEATURE(relay_local_from). I've added the line to the bottom of the generic-bsd4.4.mc and ran make successfully on the file, generating the .cf I've replaced the current sendmail.cf with the new sendmail.cf (making a backup of course) and I'm getting unusual behavior, perhaps someone can shed a light, or at least point to more information? sendmail.org doesn't seem to have a solution. What happens: (pre FEATURE) domain users can send mail as normal. Not in the domain domain users (going through a dialup ISP at home for example)can't send mail as domain users to non-domain users( 550, Relaying denied ) but can send just fine to domain users. (post FEATURE) Not in the domain users can send mail as normal domain users -appear- to send mail as normal, but the mail does not arrive. ----- The only file that has changed is the sendmail.cf, it does find all the previous sendmail.cw and so forth files just fine. No lines appear in syslog or messages or maillog to give reason as to what is wrong. Does anyone have any suggestions as to what to look for, or where I could perhaps go for more information? Usenet articles from dejanews have pointed me to the same FEATURE as sendmail.org, but as far as my searchings have said, nothing points as to what is going wrong. -Thank you. Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message