Re: [Dovecot] Dovecot - Vpopmail subdirectories

2008-11-28 Thread Yacoubi Mohamed
Okay, I changed my setup and it works much better. Thank you:) -- Mohamed YACOUBI - Euro Web SARL - http://www.euro-web.fr Location de serveurs dédiés infogérés Infogérance et consulting Hébergement mutualisé sur mesure Serveurs de jeux

Re: [Dovecot] Dovecot - Vpopmail subdirectories

2008-11-28 Thread aledr
Here is an example of a real configuration file for vpopmail backend, just adapt for your needs: dovecot.conf --- base_dir = /var/run/dovecot/ protocols = imap imaps pop3 pop3s listen = * disable_plaintext_auth = no syslog_fac

Re: [Dovecot] Dovecot - Vpopmail subdirectories

2008-11-28 Thread Yacoubi Mohamed
Hello, Thank you for this link, but this is not what I want. Dovecot is only used for imap. Currently, authentication works fine, but new fields are created in a subdirectory. Example: /var/vpopmail/domains/0/domain.com Once authenticated, I just want to be in chroot /var/vpopmail/domains/

[Dovecot] Dovecot - Vpopmail subdirectories

2008-11-28 Thread Yacoubi Mohamed
Hello, I have several thousand domains on a server. I'm doing now migration to Dovecot to replace courier-authlib. Some email accounts are in subdirectories that are automatically created by vpopmail. Example: / var/vpopmail/domains/0/domain.com How do I configure Dovecot? #