Displaying 4 results from an estimated 4 matches for "ppgk".
2006 Jul 07
2
Authentication by certificats (a bug or my misconfiguration)
...ith sysconfdir set
to /etc and with disabled pam
Tested with the most recent opera and mozilla thunderbird,
using pop3s. (note: both clients work with postfix, authetnicating
only by certificates). They do send requested certificates.
Important dovecot configuration:
ssl_cert_file = /etc/ssl/ca_ppgk/certs/pop3_crt.pem
(common name - pop3.ppgk.com.pl, valid dns name)
ssl_key_file = /etc/ssl/ca_ppgk/private/pop3_key.pem
ssl_ca_file = /etc/ssl/ca_ppgk/ca_crt.pem
ssl_verify_client_cert = yes
verbose_ssl = yes
auth_verbose = yes
ssl_require_client_cert = yes
ssl_username_from_cert = (tested bo...
2007 Mar 22
1
tilde in mbox:, when used in non-system user db
Originally I've thought that this is related to INBOX field,
but it turned out it happens only when you specify mbox.
Consider following passwd-file:
testms::10000:10000:imap,,,:/home/vmail/ppgk.com.pl/testms/./::userdb_mail=mbox:~/Mail:INBOX=/home/vmail/ppgk.com.pl/%u/inbox
or following line from userdb static:
args = uid=10000 gid=10000 home=/home/vmail/ppgk.com.pl/%u/./ mail=mbox:~/Mail:INBOX=/home/vmail/ppgk.com.pl/%u/inbox
In both cases, in user's directory, there will be an em...
2007 Mar 21
1
Double homedirs and tilde problems in case of chroot in passwd-file / static dbs.
...):
1) set configuration as below with passwd-files
2) clean testms dir (not necessary though)
3) reload dovecot (HUP is enough)
4) access the server with any client using testms user
(make sure no other user accesses server before you)
- on the first access, dovecot will create
/home/vmail/ppgk.com.pl/testms/Maildir under
/home/vmail/ppgk.com.pl/testms/
- on every next access, dovecot will access (and create if
it doesn't exist) proper Maildir under "single" home path
Situation will repeat itself, if dovecot is reloaded (or killed
and restarted). It happens to both im...
2007 Mar 15
2
flock problems with index files and passwd-file
...tlocks or fcntl works well in all situations
(passwd-file or not).
Dovecot 1.0 rc27
OpenBSD 3.9 (stable), i386
Dovecot config (dovecot -n):
# /etc/dovecot.conf
base_dir: /var/dovecot/
protocols: imap imaps pop3 pop3s
ssl_listen: *
ssl_ca_file: /etc/ssl/cert_bundle.pem
ssl_cert_file: /etc/ssl/ca_ppgk/certs/fetch_crt.pem
ssl_key_file: /etc/ssl/ca_ppgk/private/fetch_key.pem
verbose_ssl: yes
login_dir: /var/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/p...