From 785639669a15987d5f8b9d7083574cbfb94fd98a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 21 Jan 2022 10:26:35 +0100 Subject: Document additional libs to keep in mind --- .local/bin/localmail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/localmail b/.local/bin/localmail index ef6833e..fcf3284 100755 --- a/.local/bin/localmail +++ b/.local/bin/localmail @@ -22,7 +22,7 @@ use App::Localmail; # I've been at this crossroads before. This is the cpan command to run when # Perl updates... # -# cpan -f -i Data::UUID Sys::Hostname::FQDN YAML::XS +# cpan -f -i Data::UUID Sys::Hostname::FQDN YAML::XS MIME::Base64 Authen::SASL sub main (@args) { my $action = shift @args; @@ -159,7 +159,7 @@ sub send ($config, @args) { $current->{server}, Port => $port, SSL => $current->{ssl} // 0, - Timeout => $current->{timeout} // 5, + Timeout => $current->{timeout} // 30, Hello => Sys::Hostname::FQDN::fqdn(), Debug => 1, ); -- cgit v1.1