HI All,
Is there a way to do admin authentication for a normal user in dovecot IMAP ? I
have a user using PAM to store password in /etc/shadow file. I need to
authenticate the user in IMAP using that password. I tried using : -
I tried all combinations as below
[r...@mail ~]# cat /etc/shadow|
Hi Daniel,
What version of dovecot supports this feature ? I am using
dovecot-0.99.11-8.EL4 and gives error : -
Starting Dovecot Imap: Fatal: Error in configuration file /etc/dovecot.conf
line 495: Unknown setting: master_user_separator
Here is what i added :
auth_master_user_separator = *
au
Did you try looking for the folders by connecting to IMAP using command line.
telnet servername 143
a1 login username pass
a2 list "" *
Check if you could see anything.
Did you try looking for the folders by connecting to IMAP using command line.
telnet servername 143
a1 login username pass
a2 list "" *
Check if you could see anything.
Hi Team,
I have dovecot setup and I have enabled master User login in dovecot.conf file
as below :-
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
driver = shadow
}
userdb {
driver = passwd
}
and