Quellcode durchsuchen

Add explanation of CA certificate storage logic

Alois Mahdal vor 3 Jahren
Ursprung
Commit
278f53ca87
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6
    0
      src/imapdomo.skel

+ 6
- 0
src/imapdomo.skel Datei anzeigen

@@ -29,6 +29,12 @@ usage() {
29 29
        "See imapfilter_config(5)) for guide and API reference.  Few functions"\
30 30
        "are also available in .imapdomo/imapdomo.lua"                         \
31 31
        ""                                                                     \
32
+       "By default, imapdomo will look for 'certificates' file under the"     \
33
+       "directory (__IMAPDOMO_CONFIG_USER__), and if it exists, it will tell" \
34
+       "imapfilter to use it via -t argument.  If it does not exist, it will" \
35
+       "leave the argument out, meaning imapfilter will use system cert"      \
36
+       "storage.  Use -T to force system storage or -t to force another file."\
37
+       ""                                                                     \
32 38
        "NOTE: Be aware that it's your responsibility to ensure that filters"  \
33 39
        "don't cause performance problems. (Trust me, it's not so hard to"     \
34 40
        "\"earn\" yourself a nice server ban--I learned that the hard way)."