I have blocked some pop3 user sessions:
Dec 8 00:03:38 xxxxxx pop3-login: Disconnected: user=<johndoe>
Is there a way of sending a message to a user that constantly tries to establish a block pop3 session?
Example:
From: noreply@mysite.com Subject: Your POP3 session Message:
Hello, Your POP3 session is blocked; please contact systemmanagement
--
* On 08/12/06 02:22 +0100, Jos Chrispijn wrote:
| I have blocked some pop3 user sessions:
|
| Dec 8 00:03:38 xxxxxx pop3-login: Disconnected: user=<johndoe>
|
| Is there a way of sending a message to a user that constantly tries to
| establish a block pop3 session?
How do you suppose they will access that msg you are sending them? Via
IMAP?
Well, then just device a method of writing a properly formatted mail
file into their mailbox and chown to them. The challenge of making it
work is left to you!
-Wash
http://www.netmeister.org/news/learn2quote.html
DISCLAIMER: See http://www.wananchi.com/bms/terms.php
--
+======================================================================+
|\ _,,,---,,_ | Odhiambo Washington
On Fri, 08 Dec 2006 02:22:28 +0100 Jos Chrispijn jos@webrz.net wrote:
I have blocked some pop3 user sessions:
Dec 8 00:03:38 xxxxxx pop3-login: Disconnected: user=<johndoe>
Is there a way of sending a message to a user that constantly tries to establish a block pop3 session?
An alternative which does this is to replace their mailbox with a read-only mbox or maildir containing a single mail with the 'you have been blocked' message you want. Obviously you would need to allow them to log in again, but they would only receive the message you choose.
Just make sure that new mail doesn't go into it.
Dominic
participants (3)
-
Dominic Marks
-
Jos Chrispijn
-
Odhiambo WASHINGTON