From owner-freebsd-questions Sat Mar 25 14:21:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.x-treme.gr (mail2.x-treme.gr [212.120.196.24]) by hub.freebsd.org (Postfix) with ESMTP id 748BA37B94B for ; Sat, 25 Mar 2000 14:21:31 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (pat48.x-treme.gr [212.120.197.240]) by mail2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA30573; Sun, 26 Mar 2000 00:21:21 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id AAA25239; Sun, 26 Mar 2000 00:03:04 +0200 (EET) (envelope-from charon) Date: Sun, 26 Mar 2000 00:03:04 +0200 From: Giorgos Keramidas To: Mathieu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: POP with MAILX Message-ID: <20000326000304.C24518@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <004701bf9587$c1dbe300$62f8acce@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <004701bf9587$c1dbe300$62f8acce@sympatico.ca>; from mathieu@openface.ca on Fri, Mar 24, 2000 at 07:54:31AM -0400 X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 24, 2000 at 07:54:31AM -0400, Mathieu wrote: > Hello !!! > > FreeBSD 3.2 - Modem internet connection > > I'm trying to get mailx working with my POP3 account, with fetchmail. > There is only a little problem, with the verbose mode of both mailx and > fetchmail, it seems that mailx doest`t specify mathieu@openface.ca, but > mathieu@mathieu.my.domain when it sends an e-mail (hehehe... i`m a newbie... > ;p), Read in /usr/src/contrib/sendmail/cf/README about the feature called FEATURE(genericstable). I have in my sendmail.mc file the line: FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl in my /etc/mail/genericstable: charon keramida@ceid.upatras.gr and after running: root@hades# cd /etc/mail root@hades# makemap hash genericstable < genericstable root@hades# killall -hup sendmail all outgoing mail from charon@localhost gets rewritten to indicate that it originated from keramida@ceid.upatras.gr :) In short, genericstable is the reverse of virtusertable, unless I've got it all wrong here -- in which case, someone correct me please. - Giorgos Keramidas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message