Commit Graph
6 Commits
Author SHA1 Message Date
Geert Hendrickx e09e2c519c Fix SMTP detection.
Extended regex was missing -E.
2023-10-07 14:15:40 +02:00
Geert Hendrickx 16e6826225 Improve detection for POP3 and IMAP. 2023-10-07 13:56:39 +02:00
Geert Hendrickx 38a09d342c Fix another grep-3.8 warning on needlessly escaped exclamation mark.
See also #2241 and #2242.
2023-08-28 13:55:46 +02:00
Geert Hendrickx e36325f8cd Fix grep 3.8 warnings on unneeded escapes of hyphen, slash, space.
Use -e where needed to avoid confusion of expression as arguments.
2022-09-17 21:04:14 +02:00
Geert Hendrickx e77dd4a825 Send a proper LHLO command with argument (like EHLO), to fix -t lmtp. 2022-08-27 21:42:33 +02:00
Geert Hendrickx 09c276ffa2 hostname is not defined by POSIX, use portable uname -n instead. 2020-08-26 18:40:47 +02:00