Hi,
I'm sure Dovecot can do some of what you are asking.
One option you could look at is to define the user as a IMAP only user, and if you are able to, block IMAP access from anywhere other than your webmail server.
Hope this helps.
Richard
-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of Jos Chrispijn Sent: 01 December 2006 03:14 AM To: dovecot@dovecot.org Subject: [Dovecot] POP3 protection
I have some users that I will not allow to use POP3 thru my system, but force them to use webmail. Would it be possible to put an extra option in dovecot.conf to force this:
# ----------------------------------------------------------------- # Logon processes # user = <username>,<password> # -----------------------------------------------------------------
user = johndoe,another_secret_password user = mike,trouble_in_paradise
If unix user johndoe logs on, he cannot fetch mail thru POP3 for he has a differect password from his logon password.
thanx for listening, Jos