Hi! Next question: Is it possible to separate the imapd from the pop3 logins (without pam)?
I want to let all users use pop3. But i want to specify what users are allowed to use imap... If i use pam: separation is quite simple via pop3/imap-files in /etc/pam.d, but i can only use plain text passwords. (SSL will be available too, so plain text passwords aren't too bad) But when i use sasldb to offer md5 or something, i can't use pam... Is it possible to separate the pop3 logins from the imap logins and use sasldb ? Or do you suggest any other authentication mechanism ? Greets Mark Davis