OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: a quick question ...
From: Adam Shand (larryalaska.net)
Date: Wed Feb 16 2000 - 22:53:56 CST


hey.

i'm starting to build the config to migrate our sendmail cluster to be a
postfix cluster (yay!). i have run into a minor thing which i don't
understand. all of our servers have a fourth level hostname (eg.
server1.nwc.alaska.net). i would like to be able to use the same config on
all our mail servers, so i want it to detect the hostname (which means i
have to specify mydomain). when i have it setup like this:

# i'm letting it dynamically figure out myhostname
mydomain = nwc.alaska.net
myorigin = $mydomain
masquerade_domains = alaska.net
masquerade_exceptions = root

i get this from postconf -v:

mydomain = nwc.alaska.net
postconf: dict_eval_action: type literal buf nwc.alaska.net context mail_dict "" recursive
myhostname = fetzko.nwc.alaska.net

everything works just fine (as far as i have been able to tell so far) but i
don't like the error. is this something i need to be concerned about?

adam.