From 2d3212fb11a3554c52b5e26717f1b8bdfe158153 Mon Sep 17 00:00:00 2001 From: DarkowskiM Date: Wed, 3 Jun 2026 20:22:57 +0200 Subject: [PATCH 1/4] Create whosts.pl --- ispdb/whosts.pl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ispdb/whosts.pl diff --git a/ispdb/whosts.pl b/ispdb/whosts.pl new file mode 100644 index 0000000..81fb52c --- /dev/null +++ b/ispdb/whosts.pl @@ -0,0 +1,29 @@ + + + + whosts.pl + ISP whosts.pl + ISP whosts.pl + + imap.whosts.pl + 993 + SSL + password-cleartext + %EMAILADDRESS% + + + imap.whosts.pl + 995 + SSL + password-cleartext + %EMAILADDRESS% + + + smtp.whosts.pl + 587 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + From 91f84ee0e1c14021a92a8042f1de138f31fd90c9 Mon Sep 17 00:00:00 2001 From: Dariusz Michalak Date: Thu, 4 Jun 2026 22:53:09 +0200 Subject: [PATCH 2/4] Rename whosts.pl to whosts.pl.xml --- ispdb/{whosts.pl => whosts.pl.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ispdb/{whosts.pl => whosts.pl.xml} (100%) diff --git a/ispdb/whosts.pl b/ispdb/whosts.pl.xml similarity index 100% rename from ispdb/whosts.pl rename to ispdb/whosts.pl.xml From afd6a53501e94f8a3d173b299c82715b5c2002dc Mon Sep 17 00:00:00 2001 From: Dariusz Michalak Date: Fri, 5 Jun 2026 06:29:39 +0200 Subject: [PATCH 3/4] Update hostname for incoming and outgoing servers --- ispdb/whosts.pl.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ispdb/whosts.pl.xml b/ispdb/whosts.pl.xml index 81fb52c..ba0ceb5 100644 --- a/ispdb/whosts.pl.xml +++ b/ispdb/whosts.pl.xml @@ -12,7 +12,7 @@ %EMAILADDRESS% - imap.whosts.pl + pop3.whosts.pl 995 SSL password-cleartext @@ -25,5 +25,12 @@ password-cleartext %EMAILADDRESS% + + smtp.whosts.pl + 465 + SSL + password-cleartext + %EMAILADDRESS% + From 6ac499ffacaa50bf82383d1e14b867cd69c217d1 Mon Sep 17 00:00:00 2001 From: Dariusz Michalak Date: Fri, 5 Jun 2026 07:10:48 +0200 Subject: [PATCH 4/4] Fix missing newline at end of whosts.pl.xml