On Thu, 2007-08-30 at 16:07 +0200, Tony L. Svanstrom wrote: > To qpsmtpd the hostname isn't as unique as the IPs + port used by it > is.
But for qpsmptd the "hostname" is configurable ( config('me') ). As
long as a hash is not used (see my follow-up to Matt) and the function
used is documented, e.g.: sprintf("%_8s",substr(config('me',0,8)) so:
me = linux1
-> linux1__
me = linux2.example.com
-> linux2.e
If you run two instances you can call them 'thing1' and 'thing2'.
--
--gh
