1*ebfedea0SLionel Sambuc$NetBSD: README,v 1.1 2011/02/20 02:12:31 christos Exp $ 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel SambucThese are example configuration files that are supposed to be installed 4*ebfedea0SLionel Sambucin /etc/saslc.d/ and are used to configure saslc globally as well as its 5*ebfedea0SLionel Sambucdifferent authentication mechanisms. 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel SambucThe tree hierarchy looks like: 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel SambucDefault and global configuration files: 10*ebfedea0SLionel Sambuc 11*ebfedea0SLionel Sambuc /etc/saslc.d/saslc/saslc.conf 12*ebfedea0SLionel Sambuc /etc/saslc.d/saslc/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf 13*ebfedea0SLionel Sambuc /etc/saslc.d/saslc/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf 14*ebfedea0SLionel Sambuc 15*ebfedea0SLionel SambucCustom configuration files for <program> (for example postfix): 16*ebfedea0SLionel Sambuc 17*ebfedea0SLionel Sambuc /etc/saslc.d/<program>/saslc.conf 18*ebfedea0SLionel Sambuc /etc/saslc.d/<program>/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf 19*ebfedea0SLionel Sambuc /etc/saslc.d/<program>/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf 20*ebfedea0SLionel Sambuc 21*ebfedea0SLionel SambucRemember that some of the files contain sensitive information and should 22*ebfedea0SLionel Sambucbe installed with the proper permissions (0600). 23