From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 14:16:51 2004 Return-Path: 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 14ED116A4CF for ; Tue, 27 Apr 2004 14:16:51 -0700 (PDT) Received: from rodney.cnchost.com (rodney.concentric.net [207.155.252.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17CF43D1F for ; Tue, 27 Apr 2004 14:16:50 -0700 (PDT) (envelope-from dan@i-tds.net) Received: from m73524 (adsl-66-72-179-70.dsl.chcgil.ameritech.net [66.72.179.70]) by rodney.cnchost.com id RAA29612; Tue, 27 Apr 2004 17:16:50 -0400 (EDT) [ConcentricHost SMTP Relay 1.16] Errors-To: Message-ID: <013d01c42c9c$fc5cd880$3202a8c0@m73524> From: "dps" To: Date: Tue, 27 Apr 2004 16:17:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Newbie Sendmail Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:16:51 -0000 I have somewhat of an easy question regarding sendmail. I'm sure the solution is easy, but I just can't seem to figure out what is going on. First off, I want to say that I have sendmail installed, and it works properly. I can send and recieve e-mail from the box no problem. Basically, my problem has to do with outgoing mail... When I send outgoing mail, it shows up as being from "User LOGIN" and the host is "dps.sockthief.com". dps.sockthief.com is the hostname returned when typing "hostname" from the command prompt. Here is a partial listing for my zone file for named: $TTL 3600 @ SOA ns.sockthief.com. dps.sockthief.com. ( 2004041203 3600 7200 604800 86400 ) NS ns.sockthief.com. NS ns2.sockthief.com. MX 10 mail.sockthief.com. A 65.75.178.150 ns A 65.75.178.150 dps A 65.75.178.150 mail A 65.75.178.150 Also, here is: dps# cat /etc/mail/local-host-names sockthief.com mail.sockthief.com As you can see, sockthief.com, dps.sockthief.com, mail.sockthief.com are all bound to the same IP. So basically, my questions are this: 1) When I send outgoing mail, how do I get the source address to appear as just sockthief.com as opposed to dps.sockthief.com? 2) My user name when i login is "dps" in just all lowercase, but for some reason, on the inbox of the person I'm sending mail to, it shows up as being from "User DPS". Is there a way to change this on a global basis? Sorry if I am was unclear, I'm not used to posting to this list yet. Hopefully I gave enough information, however if you have any more questions or need clarification, feel free to write me back. Cheers! ~Dan