{

my $ip = (($imap{'access'} || 'private') eq 'localhost') ?
    '127.0.0.1':'0';
$OUT .= "LISTENIP=$ip\n";

}
