4 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Maximum number of...
FromSent OnAttachments
lall tarunNov 26, 2002 11:36 am 
Rick ErlandsonNov 26, 2002 12:39 pm 
Robert M. MeyerNov 26, 2002 1:27 pm 
Rick ErlandsonNov 26, 2002 2:55 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] Maximum number of logins from the same IP addressActions...
From:Rick Erlandson (ric@elhost.com)
Date:Nov 26, 2002 12:39:41 pm
List:net.sourceforge.lists.courier-users

There is an option for imap: MAXPERIP= On my system it is in /etc/courier/imapd. But I wouldn't do it that way. Everyone behind a proxy may be using the same external ip.. You could do it using sessions. If a session is already registered for that user, don't start another one... or give the option to kick the previous session.. or something along that line. just a thought.

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of lall tarun Sent: November 26, 2002 11:37 AM To: cour@lists.sourceforge.net Subject: [courier-users] Maximum number of logins from the same IP address

Hi, How can I set the maximun number of logins for an email account for the same IP address. I have written a java program using JavaMail API to access my qmail server using IMAP but it gives a connection failure error in one of the processes if I run two simultaneous processes to access the mail account. Any help is appreciated.

Thanks!!!!! Tarun