3

I want to know how IMP handles user accounts. Where does it store the username and password for the emailusers?

We have one sql database in Horde but there aren't any usernames or passwords in there. In what file or database does Horde/IMP store the users?

Bart De Vos
  • 17,761
  • 6
  • 62
  • 81
Mahmood
  • 31
  • 2

1 Answers1

3

IMP is the Internet Messaging Program. It is written in PHP and provides webmail access to IMAP and POP3 accounts. It has nothing to do with users, it's merely a frontend to an IMAP-server.

You can add or remove users to your IMAP- or POP3-server (Dovecot, Courrier or similar). This is mostly done by adding a new user to the server (useradd).

Bart De Vos
  • 17,761
  • 6
  • 62
  • 81