Re: mutt and Return-path

2004-01-22 Thread M. Mueller
On Thu, Jan 22, 2004 at 11:40:02PM +0100, Jan Minar wrote:
 On Wed, Jan 21, 2004 at 01:41:30AM -0500, Mike Mueller wrote:
  Is there significance to the Return-path value?
 
 Basically, it tells the addressee ``Don't reply to the address in the
 `From:' field, but to this one/these, please.''
 
 See [1]RFC 822, section 4.4.3 for details.
 
 [1] http://www.ietf.org/rfc/rfc822
 
 Is this what you asked for?

Indeed.  Currently I am setting From and Return-path to the same values
in the default values and the folder-hook values

Is Return-path necessary?  It seems redundant.  Your description doesn't
imply that it's necessary. I'll read the RFC. Thanks.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mutt sending help

2004-01-21 Thread M. Mueller
On Wed, Jan 21, 2004 at 02:46:56PM -0600, Michael D Schleif wrote:
 * Mike Mueller [EMAIL PROTECTED] [2004:01:21:01:15:54-0500] scribed:
 snip /
  If so, is mutt making the Return-path field or nullmailer?

I added following to my .muttrc:
my_hdr Return-path: [EMAIL PROTECTED]

and this seemed to help; still not sure if that's what did the trick;
more testing needed
 
 An empirical way for you to see the entire message that leaves mutt is
 to go to look at your `sent' mail.  Do you have something like the
 following in your ~/.muttrc?
 
set record==sent

no, but I do now
 
set record=/tmp/sent
 
 `record' records an exact copy of every message you send for this very
 purpose.
 
 hth

yep, thanks; also setup lists and subscribe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: USb-mouse (logitech trackman)

2004-01-21 Thread M. Mueller
On Wed, Jan 21, 2004 at 09:13:34PM +, Pigeon wrote:
 On Wed, Jan 21, 2004 at 03:32:12PM +, Roelof Wobben wrote:
  Hai,
  
  Yesterday I installed Debian Woody.
  Everything works great only my mouse doesn'work.
  I have a Logitach Trackman.
  
  Who knows how i can make it work.
 
 First: if you enter cat /dev/input/mice and move the mouse, you should see
 garbage printed to the screen. If not, try (as root) modprobe usb-uhci and
 modprobe hid, then try the cat command again. If that doesn't work, please
 post the output of lspci -v and lsmod.
 
 If you get the garbage OK: make sure your /etc/X11/XF86Config has an Input
 device section with entries like this:
 
 # **
 # Core Pointer's InputDevice section
 # **
 
 Section InputDevice
 
 # Identifier and driver
 
 IdentifierMouse1
 Drivermouse
 Option ProtocolImPS/2
 Option Device  /dev/input/mice
 
 EndSection
 
 
 ... then restart X. (I'm not familiar with your particular mouse; you might
 need a different protocol than ImPS/2, but that one will probably work.)

Here's what works with my Logitech Marble mouse USB on Knoppix loaded to
hdd (testing/unstable):

in /etc/X11/XF86Config-4

add the following line to theServerLayout section
InputDeviceUSB Mouse CorePointer

Create this:

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Device/dev/input/mice
Option  SendCoreEventstrue
Option  Protocol  IMPS/2
Option  ZAxisMapping  4 5
Option  Buttons   5
Option  SendCoreEventstrue
EndSection


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: identd server

2002-04-29 Thread M . Mueller
On Monday 29 April 2002 05:17 pm, Michael Mueller wrote:
 I am new to Debian.  I am bringing up a sparc box.   /etc/inetd.conf was
 barren.  I added telnet. I tried to add the in.identd line but I am missing
 the indent server it seems. So I did apt-get install pidentd. THen I added
 the ident line to /etc/inetd.conf.  Do debian users normally configure the
 /etc/inetd.conf by hand?  Or am I missing something that will do it for me?

 I am loading with only disk1 of 3.  I had a lot problems with the download.
 Once I got the disk1 I wanted to quickly give it a try.  I got the notion
 somewhere along the way that disk1 will let you configure a basic system.

 Should I stop what I am doing and get disks 2 and 3 and reload?

I reinstalled with disk1 and added the ftp.debian.org site to the apt 
sources.  I followed up with using dselect. Things are better now.  Just a 
few X problems with the mouse.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]