From: Oscar Plameras > > And how to tell it to use saslauthd( and not sasldb)only? >
The command, # saslauthd -a pam CYRUS-SASL already told the client application like postfix(smtp) or CYRUS-IMAP not to use the sasldb database. # saslauthd -a sasldb tells client application to use sasldb. But I will not use 'saslauthd -a sasldb'. I use the previous format because of the flexibility and security that it provides. With this format I configure the file /etc/pam.d/imap for example for my CYRUS-IMAP to be authenticated either by Linux shadow password or by MySQL database. Because I use PLAIN text method of authentication I install TLS/SSL on POSTFIX to secure transactions. With this installation I achieve two objectives, I control SMTP by AUTH, and I secure data passing between networks as far as these application are concerned. This is my understanding. I am new to CYRUS-SASL and would appreciate comments if there is any problem with this understanding. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
