[EXIM] Bug? in how primary_hostname, qualify_domain handled?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sherwood Botsford
Fecha:  
A: Exim List
Asunto: [EXIM] Bug? in how primary_hostname, qualify_domain handled?
B
B

root in / 9>uname -a
IRIX jazz 5.3 11091811 IP20 mips
root in / 10>hostname
jazz.math.ualberta.ca

(Small discepency right now since jazz hasn't been rebooted since
his hostname was set to FQDN.

Ok. From default config:
# Specify your host's canonical name here. If this option is not set, the
# uname() function is called to obtain the name.

primary_hostname =

Then if I send to vega, which has helo veryify set, It goes
HELO
error message.

that is, it's NOT sending the host name.

If I set

primary_hostname = jazz.math.ualberta.ca

***
# Specify the domain you want to be added to all unqualified addresses
# here. Unqualified addresses are accepted only from local callers by
# default. See the receiver_unqualified_{hosts,nets} options if you want
# to permit unqualified addresses from remote sources. If this option is
# not set, the primary_hostname value is used for qualification.

#qualify_domain =

Then it works, but then fails later

SMTP<< 220 spica.math.ualberta.ca Exim 1.62 #1 ready at Thu, 12 Feb 1998 18:14:11 -0700
SMTP>> HELO jazz.math.ualberta.ca

SMTP<< 250 spica.math.ualberta.ca: Hello root at jazz.math.ualberta.ca [129.128.88.53]
SMTP>> MAIL FROM:<root@>

SMTP<< 501 <root@>: domain missing or malformed
SMTP>> QUIT

SMTP<< 221 spica.math.ualberta.ca closing connection
LOG: 0 MAIN

It would appear that qualify_domain is not inheriting it's value
from primary_hostname

If I spell out qualify_domain
qualify_domain = jazz.math.ualberta.ca

1998-02-12 18:37:42 0y3A4U-0004ZD-00 <= root@??? U=root P=local S=480 T="test 6" for sherwood@???
1998-02-12 18:37:48 0y3A4U-0004ZD-00 => sherwood@??? R=lookuphost T=remote_smtp H=spica.math.ualberta.ca [129.128.88.36]
1998-02-12 18:37:48 0y3A4U-0004ZD-00 Completed

All is goodness & light.

This is exim 1.82, built on
an Iris4d, OS 5.3, native compiler.


Sherwood Botsford     | email avatar@???
Sorcerers Apprentice    | Office CAB 642B
System Administrator    | Tel: 403 492 5728 
Trouble shooter            | Fax: 403 492 6826




--
*** Exim information can be found at http://www.exim.org/ ***