1 message in net.sourceforge.lists.courier-users[courier-users] Allow IMAP to all, bu...
FromSent OnAttachments
Ricardo AlvesNov 23, 2002 1:18 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:[courier-users] Allow IMAP to all, but Pop3 for a few usersActions...
From:Ricardo Alves (rcal@sunrise.com.br)
Date:Nov 23, 2002 1:18:41 pm
List:net.sourceforge.lists.courier-users

Hello!

I'm using FreeBSD v4.7, Postfix, Courier-Imap 1.5.3 with MySQL support, and I need to allow IMAP (at 127.0.0.1 with Squirrel) for all users, but for a especific domain, I need to allow POP3 (at a valid IP) too.

In my database, I have 2 fields... allowimap (TINYINT {0,1}) and allowpop (TINYINT {0,1}). All domains have allowimap = 1 to access their account using Squirrel, but only 1 domain must access with POP3 too (allowpop = 1)... anyone tried a solution for this?

Thanks for any help