/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by lefcha, Tue Oct 1 10:19:25 2002 UTC revision 1.14 by lefcha, Thu Dec 5 07:31:47 2002 UTC
# Line 84  Description: Line 84  Description:
84    -o option=argument    Enabling/disabling of program's options.    -o option=argument    Enabling/disabling of program's options.
85    
86  Options:  Options:
87    debug                 Debugging information, useful during development [yes]    debug                 Debugging information, useful during development [$debug]
88    checkperms            Configuration file's permissions checking [yes]    checkperms            Configuration file's permissions checking [$checkperms]
89    memlock               Try to lock memory pages to avoid swapping [yes]    memlock               Try to lock memory pages to avoid swapping [$memlock]
90    encpasswds            Encrypted passwords support [yes]    encpasswds            Encrypted passwords support [$encpasswds]
91    ssl                   Secure Socket Layer and Transport Layer Security [yes]    ssl                   Secure Socket Layer and Transport Layer Security [$ssl]
92  EOF  EOF
93      exit 1      exit 1
94      ;;      ;;
# Line 124  then Line 124  then
124    read tmp    read tmp
125    if [ -n "$tmp" ]; then memlock="$tmp"; fi    if [ -n "$tmp" ]; then memlock="$tmp"; fi
126        
127    printf "Encrypted passwords support: "    printf "Encrypted passwords support [$encpasswds]: "
128    read tmp    read tmp
129    if [ -n "$tmp" ]; then encpasswds="$tmp"; fi    if [ -n "$tmp" ]; then encpasswds="$tmp"; fi
130    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26