If this is changed in 0.40 this might be my reason to migrate from 0.32...
I'd like the $self->config('me') value to change to match the the in-addr
resolution of the local IP on the session.
I'm looking at hacking this into place and I'm wondering the proper way to
update away from `hostname`. One change includes the parameter to the
Qpsmtpd::STMP->start() and then store it in a local var. If that var is
undef, then use $self->config{'me') as default.
The end goal is to reflect the right hostname in the 220 opening banner on
systems which have multiple IPs.
Ideas?
peter