On Sun, 19 Jun 2005, Tom Davidson wrote: > I can't seem to get PAM working on Solaris 9 so that I can do authenticated > SMTP over SSL/TLS authenticating with the user's unix login details.
Remember that Exim is running as the Exim user when authentication happens, so the PAM lookup is not running with privilege. This is unusual for PAM code so it may not work as expected. In particular you may have to change permissions on the PAM password database (e.g. /etc/shadow). See http://www.exim.org/eximwiki/AuthenticatedSmtpUsingPam Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
