Returned mail: User unknown

From: Mail Delivery Subsystem <MAILER-DAEMON(at)hotzsun(dot)jpl(dot)nasa(dot)gov> (by way of Henry B(dot) Hotz)
To: hackers(at)postgreSQL(dot)org
Subject: Returned mail: User unknown
Date: 1998-11-25 01:25:26
Message-ID: v0313030eb2810cf5cd85@[137.78.84.130]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The original message was received at Tue, 24 Nov 1998 16:05:20 -0800 (PST)
from hotzmac [137.78.84.130]

----- The following addresses have delivery notifications -----
<psql-ports(at)postgresql(dot)org> (unrecoverable error)

----- Transcript of session follows -----
... while talking to postgresql.org.:
>>> RCPT To:<psql-ports(at)postgresql(dot)org>
<<< 550 <psql-ports(at)postgresql(dot)org>... User unknown
550 <psql-ports(at)postgresql(dot)org>... User unknown

Reporting-MTA: dns; hotzsun.jpl.nasa.gov
Received-From-MTA: DNS; hotzmac
Arrival-Date: Tue, 24 Nov 1998 16:05:20 -0800 (PST)

Final-Recipient: RFC822; psql-ports(at)postgresql(dot)org
Action: failed
Status: 5.2.0
Remote-MTA: DNS; postgresql.org
Diagnostic-Code: SMTP; 550 <psql-ports(at)postgresql(dot)org>... User unknown
Last-Attempt-Date: Tue, 24 Nov 1998 16:05:40 -0800 (PST)

Return-Path: hotz(at)jpl(dot)nasa(dot)gov
Received: from [137.78.84.130] (hotzmac [137.78.84.130]) by
hotzsun.jpl.nasa.gov (8.7.6/8.7.3) with ESMTP id QAA16406 for
<psql-ports(at)postgresql(dot)org>; Tue, 24 Nov 1998 16:05:20 -0800 (PST)
X-Sender: hotzmail(at)hotzsun(dot)jpl(dot)nasa(dot)gov
Message-Id: <v0313030cb280f439fbdd(at)[137(dot)78(dot)84(dot)130]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Tue, 24 Nov 1998 16:01:42 -0800
To: psql-ports(at)postgresql(dot)org
From: "Henry B. Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
Subject: Kerberos Conflict

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Henry B. Hotz
Your email address : hotz(at)jpl(dot)nasa(dot)gov

System Configuration
---------------------
Architecture (example: Intel Pentium) :SPARC

Operating System (example: Linux 2.0.26 ELF) :Solaris 2.5

PostgreSQL version (example: PostgreSQL-6.4) : PostgreSQL-6.4

Compiler used (example: gcc 2.8.0) :gcc 2.7.2.2

Please enter a FULL description of your problem:
------------------------------------------------
When the KTH-KRB package is installed and Postgres compiled with kerberos
enabled the include files conflict with the system include files for crypt.
Specifically the declarations for des_encrypt() conflict between
/usr/athena/krb.h and /usr/include/crypt.h in interfaces/libpq/fe-auth.c.

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
Install KTH-KRB, and set KRBVERS=4 in Makefile.global. Then do a normal build.

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
Seems like if I can disable HAVE_CRYPT_H somehow then it might work, but I
may loose the crypt and password authentication mechanisms. Still need to
worry about conflicting library versions of same-named routines.

I haven't actually done this so any suggestions would be welcome.

If I get a working kerberos IV mechanism then I don't care if I crypt and
password don't work.

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h(dot)b(dot)hotz(at)jpl(dot)nasa(dot)gov, or hbhotz(at)oxy(dot)edu

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-11-25 02:13:08 Re: what's going on? (was: Re: [HACKERS] createdb problem)
Previous Message Oliver Elphick 1998-11-24 23:16:23 Patch for pg_dump (6.4) inheritance bug