Home | History | Annotate | Line # | Download | only in etc
      1 $NetBSD: README,v 1.1 2011/02/20 02:12:31 christos Exp $
      2 
      3 These are example configuration files that are supposed to be installed
      4 in /etc/saslc.d/ and are used to configure saslc globally as well as its
      5 different authentication mechanisms.
      6 
      7 The tree hierarchy looks like:
      8 
      9 Default and global configuration files:
     10 
     11     /etc/saslc.d/saslc/saslc.conf
     12     /etc/saslc.d/saslc/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
     13     /etc/saslc.d/saslc/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
     14 
     15 Custom configuration files for <program> (for example postfix):
     16 
     17     /etc/saslc.d/<program>/saslc.conf
     18     /etc/saslc.d/<program>/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
     19     /etc/saslc.d/<program>/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
     20 
     21 Remember that some of the files contain sensitive information and should
     22 be installed with the proper permissions (0600).
     23