[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

zmailer-2.99.25 fullnames path



re: fullnames path

zmailer-2.99.25 built flawlessly and runs great in Linux 1.3.57 with one
minor path definition difficulty for fullnames (ndbm mapping).
I initially couldn't get fullnames working...

Has this changed recently in standard.cf for zmailer-2.99.25 ? :

# optional: Fullname database: <Full_Name>    <login>
if [ -f $MAILSHARE/db/fullnames.pag ]; then
        relation -lmt ndbm -f $MAILSHARE/db/fullnames fullnamemap
else
        fullnamemap () { return 1 }
fi

Didn't it used to be $MAILVAR, i.e. in the same location as the aliases 
db?

Otherwise this would map on my system to /zmailer/share/db/fullnames.pag
rather than where it normally lives in   /zmailer/db/fullnames.pag

All this is only relevent if $MAILVAR differs from $MAILSHARE (which 
usually is the case).

At any rate, changing it to $MAILVAR finds and uses the fullnames mapping:

1/62 [12:12am laddie]:/Users/jmack>router -i
ZMailer router (2.99.25 #1: Fri Jan 19 23:42:40 MST 1996)
  jmack@laddie.phys.ualberta.ca:/devel/zmail/zmailer-2.99.25/router
Copyright 1992 Rayan S. Zachariassen
Copyright 1992-1996 Matti Aarnio

z$ db toc
headers       header                -  
trusted       incore                -  
pwuid         incore                -  
pwnam         incore                -  
fullname      incore                -  
expansions    incore                l  
hostexpansions incore                l  
thishost      ordered               l  /zmailer/db/localnames
fullnamemap   ndbm        0/10      l  /zmailer/db/fullnames
canon         bind,any    0/200      n  /etc/resolv.conf
mxhosts       bind,mx     0/200      -  /etc/resolv.conf
ipaddress     bind,a      0/200      -  /etc/resolv.conf
revaddress    bind,ptr    0/200      -  /etc/resolv.conf
routesdb      ordered               -  /zmailer/db/routes
aliases       ordered               l@ /zmailer/db/aliases.idx -> /zmailer/db/aliases.dat


Cheers,
--
James S. MacKinnon           Office: P-139 Avahd-Bhatia Physics Lab
Department of Physics        Voice : (403) 492-8226
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5
        WWW:   http://www.phys.ualberta.ca/~jmack/jmack.html