Hi Axel, another issue. This time with pam.
The included /etc/pam.d/dovecot reads: #%PAM-1.0 auth required pam_nologin.so auth include system-auth account include system-auth session include system-auth
But is should looks like this in order to work on RHEL/CentOS 4.x #%PAM-1.0 auth required pam_nologin.so auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth session required pam_stack.so service=system-auth
Also, there is a need to do this also (I think this is already documented): # cd /usr/share/ssl/certs # make dovecot.pem
HTH Oliver
Oliver Schulze L. wrote:
Axel Thimm wrote:
Let us know whether it works, so I can fix the dependecy on openssl.
The quick and dirty way is to install the package with rpm --nodeps, but that's very dirty (but also very quick ;).
It compiled fine, but still I need to install using --nodeps I know its a little dirty to install using --nodeps, but since I compilled using the older openssl, no problem should happend. Only a dependency overwrite in the rpm DB ;)
Oliver
-- Oliver Schulze L. oliver@samera.com.py