aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-21 10:26:35 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-21 10:26:35 +0100
commit785639669a15987d5f8b9d7083574cbfb94fd98a (patch)
treeb0ea2bd60ea10bcd40748b353e5a853fbe2d599b
parentf628594fce7e8dd8158f63d13e08f559e0c61498 (diff)
Document additional libs to keep in mind
-rwxr-xr-x.local/bin/localmail4
1 files 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,
);