4 messages in net.sourceforge.lists.courier-usersRE: [courier-users] restricting imap ...
FromSent OnAttachments
Kenny OlanoDec 17, 2002 7:12 am 
Rick ErlandsonDec 17, 2002 9:55 am 
Kenny OlanoDec 17, 2002 1:46 pm 
Rick ErlandsonDec 17, 2002 3:21 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] restricting imap and pop3Actions...
From:Rick Erlandson (ric@elhost.com)
Date:Dec 17, 2002 9:55:41 am
List:net.sourceforge.lists.courier-users

You could customize the query.. the courier authdaemon has this ability. I was going to suggest a boolean field called imapok (which is described in one of the howto's out there) and add a where clause for imapok=1. Set to 0 for those whom you want just webmail.. but your webmail client is using imap too so that won't work... But you could use sqwebmail (which uses its own authdaemon and accesses the mail directly) for just that domain and then the above would work. Just a thought...

Ricky

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Kenny Olano Sent: December 17, 2002 7:13 AM To: cour@lists.sourceforge.net Subject: [courier-users] restricting imap and pop3

I am running postfix + courier + mysql hosting multiple domains. We have one domain that allows people to signup for free mail accounts using a provided webmail(www.horde.org) that uses imap to check the mail. My question is, is it possible to restrict a specific domain so that they can only connect to the server if they connect from the localhost(using the webmail) address?