Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 1997 09:26:38 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        gcrutchr@nightflight.com (Gary Crutcher)
Cc:        questions@freebsd.org
Subject:   Re: mail account monitoring
Message-ID:  <199707181626.JAA01438@hub.freebsd.org>
In-Reply-To: <3.0.3.32.19970718074921.007d19e0@nightflight.com> from "Gary Crutcher" at Jul 18, 97 07:49:21 am

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Crutcher wrote:
> 
> Hi,
> 
> I need to monitor someone's mail account.
> How can I get copies of incoming and outgoing mail for
> an account?  I would like for all mail this person sends
> or receives to be copied to a file, without having
> to log all incoming and outgoing mail.

	a couple people have suggested methods for inbound
	(/etc/aliases or .forward)

	outbound may be impossible.  
	1. "telnet some.host 25" and do the smtp conversation by hand.
	2. write a little expect script to do it.
	3. write a little perl script to connect to the smtp socket
	   of the other machine.
	4. "telnet localhost 25" and dummy it up (same as 1. above)

	is the user savy?
	can you prevent these?

	what about news-to-gateways?

	sorry to be so pessimistic about this.
jmb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707181626.JAA01438>