Date: Fri, 27 Feb 1998 10:27:59 +0100 From: Andreas Klemm <aklemm@hightek.com> To: isp@FreeBSD.ORG Subject: sendmails generics table doesn't burn, need a tip Message-ID: <19980227102759.14758@hightek.com>
next in thread | raw e-mail | index | archive | help
Hi !
I have this test environment running on my local machine
klemm2.hightek.com
divert(-1)
divert(0)dnl
VERSIONID(`$Id: klemm2.mc 1.1 1998/02/11 andreas Exp $')
OSTYPE(bsd4.4)
define(`SMART_HOST', smtp8:mail.hightek.com)
MASQUERADE_AS(hightek.com)
FEATURE(local_procmail)dnl
FEATURE(virtusertable,`hash -o /etc/virtusertable')dnl
FEATURE(genericstable,`hash -o /etc/genericstable')dnl
MAILER(local)dnl
MAILER(smtp)dnl
When I write mail as andreas to myself I hoped, that the
genericstable feature would allow me to modify my from
from andreas
to aklemm@aconet.de
My genericstable looks like this and I correctly build the
hash database.
# makemap hash /etc/genericstable < /etc/genericstable
andreas aklemm@aconet.de
Can you figure out, why my From: is still not being rewritten
by genericstable ???? The mail header I receive looks like this:
>From andreas@klemm2.hightek.com Fri Feb 27 10:25:50 1998
^^^^^^^ this is my local account
^^^^^^^^^^^^^^^^^^^ this is my machines fqdn
Return-Path: <andreas@klemm2.hightek.com>
Received: from sun-test.hightek.com (sun-test.hightek.com [194.74.141.100])
^^^^^^^^^^^^^^^^^^^^ this is our
Netscape Mail Server
and my SMARTHOST
by klemm2.hightek.com (8.8.8/8.8.8) with ESMTP id KAA19191
for <andreas@klemm2.hightek.com>; Fri, 27 Feb 1998 10:25:50 +0100 (CET)
(envelope-from andreas@klemm2.hightek.com)
Received: from klemm2.hightek.com ([195.90.203.76]) by sun-test.hightek.com
(Netscape Mail Server v1.1) with ESMTP id AAA4118
for <aklemm@hightek.com>; Fri, 27 Feb 1998 10:26:43 +0200
Received: (from andreas@localhost)
by klemm2.hightek.com (8.8.8/8.8.8) id KAA19186;
Fri, 27 Feb 1998 10:25:46 +0100 (CET)
(envelope-from andreas)
Message-ID: <19980227102546.55197@hightek.com>
Date: Fri, 27 Feb 1998 10:25:46 +0100
From: Andreas Klemm <aklemm@hightek.com>
To: aklemm@hightek.com
Subject: Test
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.89.1i
X-Operating-System: FreeBSD 2.2.5-STABLE SMP
Thanks !
--
Andreas Klemm <aklemm@hightek.com>
<andreas@FreeBSD.ORG>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980227102759.14758>
