Erro no script do vacation.pl:
main::send_vacation_email - Failed to send vacation response: Connection not established
IO::Socket::SSL->start_SSL failed: SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Para ignorar a verificação de ssl de certificado local no vacation.pl adicione o seguinte parâmetro na função $smtp_connection na linha 435 do script:
'tls_allowed' => '0',