[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: per-user per-ip pop3 access
Tzafrir Cohen wrote:
>
> Hi
>
> I want to have a pop3 server that will allow most users to only access
> from the local network, but to allow a small group of users to also read
> mail from all over the internet.
[snip]
> Is my last assumption correct? What pop3 deamons are aware of the IP?
>
> Can anyone recommend me a way of doing so?
I assume you want to filter by username, and not IP,
otherwise tcpwrappers and tcpserver would do fine.
An easy approach would be to use qmail-pop3d, and
write your own checkpasswd. It is _very_ easy to
do, and you can use your favourite scripting language
(as long as it's not VBS). There are numerous implementation
of checkpassword at www.qmail.org.
--
/------------------------------------------------------------\
| I can picture in my mind a world without war, a world |
| without hate. And I can picture us attacking that world, |
| because they'd never expect it. |
\-- Jack Handey, Deep Thoughts ----------------------------/
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il