{ return " \n" if $pop3s{'status'} eq "disabled" && $pop3s{'status'} eq "disabled"; $port=$pop3s{'TCPPort'} || '995'; $socket="SSL"; if ($pop3s{'status'} eq "disabled" && $pop3{'status'} eq "enabled") { $port=$pop3{'TCPPort'} || '25'; $socket="STARTTLS"; } $OUT=<<"string_ending_delimiter"; $port $socket \%EMAILLOCALPART\% password-cleartext true true 14 string_ending_delimiter }