Hi, I am running Dovecot on Linux Debian with Exim4 with a number multiple domains. I have a new user who want to use a single username with more than one domain eg: test at domainone.com test at domaintwo.com test at domainthree.com Exim is working fine with mail correctly with mail going to /home/domainone.com/test/Maildir/new/ /home/domaintwo.com/test/Maildir/new/ /home/domainthree.com/test/Maildir/new/ The Dovecot password files are in /home/domainone.com/etc/passwd.dovecot /home/domaintwo.com/etc/passwd.dovecot /home/domainthree.com/etc/passwd.dovecot When trying to retrieve email using Dovecot for test at domaintwo.com the password is not recognised although it is for test at domainone.com. Help Please Peter
On 6/2/2009 9:44 AM, Peter Sparkes wrote:> The Dovecot password files are in > > /home/domainone.com/etc/passwd.dovecot > /home/domaintwo.com/etc/passwd.dovecot > /home/domainthree.com/etc/passwd.dovecot > > When trying to retrieve email using Dovecot for test at domaintwo.com the > password is not recognised although it is for test at domainone.com. > > Help Pleasedovecot -n output? -- Best regards, Charles
Charles Marcus wrote:> On 6/2/2009 9:44 AM, Peter Sparkes wrote: > >> The Dovecot password files are in >> >> /home/domainone.com/etc/passwd.dovecot >> /home/domaintwo.com/etc/passwd.dovecot >> /home/domainthree.com/etc/passwd.dovecot >> >> When trying to retrieve email using Dovecot for test at domaintwo.com the >> password is not recognised although it is for test at domainone.com. >> >> Help Please >> > > dovecot -n output? > ># /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login mail_extra_groups: mail mail_location: maildir:/home/%d/%n/Maildir mail_debug: yes mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 pop3_uidl_format(default): pop3_uidl_format(imap): pop3_uidl_format(pop3): %08Xu%08Xv auth default: verbose: yes debug: yes debug_passwords: yes passdb: driver: passwd-file args: /home/%d/etc/passwd.dovecot userdb: driver: passwd userdb: driver: passwd-file args: /home/%d/etc/passwd.dovecot Peter