Re: [Dovecot] Dovecot PAM sessions with Maildir

2008-08-06 Thread Timo Sirainen
On Aug 6, 2008, at 4:15 PM, Sean Smitz wrote: I able to connect to the mail server with a MUA (Thunderbird) via SSL prior to attempting to set up the session and Maildir options .. Aug 5 23:14:53 mailserv1 dovecot: auth(default): pam([me],::: [client]): pam_open_session() failed: Cannot

Re: [Dovecot] Dovecot PAM sessions with Maildir

2008-08-06 Thread Sean Smitz
I able to connect to the mail server with a MUA (Thunderbird) via SSL prior to attempting to set up the session and Maildir options /var/log/audit/audit.log type=USER_AUTH msg=audit(1217992493.198:389): user pid=8022 uid=0 auid=10243 subj=user_u:system_r:dovecot_auth_t:s0 msg='PAM: authenticat

Re: [Dovecot] Dovecot PAM sessions with Maildir

2008-08-06 Thread Timo Sirainen
On Aug 6, 2008, at 2:03 PM, Sean Smitz wrote: I am configuring a new mail server on RHEL 5 x64. I have configured dovecot as follows: ... protocols = imaps ... ssl_cert_file = /etc/pki/dovecot/certs/mailserver.cer ssl_key_file = /etc/pki/dovecot/private/mailserver.pem ... login_process_size =

[Dovecot] Dovecot PAM sessions with Maildir

2008-08-06 Thread Sean Smitz
I am configuring a new mail server on RHEL 5 x64. I have configured dovecot as follows: ... protocols = imaps ... ssl_cert_file = /etc/pki/dovecot/certs/mailserver.cer ssl_key_file = /etc/pki/dovecot/private/mailserver.pem ... login_process_size = 64 ... mail_location = maildir:~/Maildir ... pass