> which pam modules is saslauthd configured to use (probably > in /etc/pam.d/sasl*)? >
/etc/pam.d/exim: #%PAM-1.0 auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth I know hardly anything about authentication... but as a reference, there are also these (and many other) files in the /etc/pam.d directory: /etc/pam.d/passwd: #%PAM-1.0 auth include system-auth account include system-auth password include system-auth /etc/pam.d/dovecot: #%PAM-1.0 auth required pam_nologin.so auth include system-auth account include system-auth session include system-auth Both of these belong to the standard FC5 distribution. At least these two examples don't contain 'pam_stack' that is mentioned in the warning that gets into the system log after exim's authentication. Is is only a matter of editing /etc/pam.d/exim to something similar in the examples above, or must it be something specific that exim really can work with? -- TiN -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
