Re: PS 2 Wheel Mouse Problem

2002-10-31 Thread P. M. Wright
On Fri, 2002-11-01 at 14:12, Christian Banik wrote:
> Dear Debian Users, 
>  
> i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4 file 
> myself (no concept of some of the entries there)in parts.  
> It worked 2 weeks very good, but now the mouse arrow freeze after 30 seconds 
> under X11. I've added my XF86 Config file, perhaps you see my mistake. The 
> configured and generic mouse are both necessary i realized. 
> Under SuSE the same mouse is OK, so it's not a hardware problem 
>
...
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/psaux"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Mouse"
>   Driver  "mouse"
>   Option  "SendCoreEvents""true"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"      "4 5"
> EndSection
> 

You only need one of the above sections.  
Device="/dev/input/mice" is for USB mice.
Device="/dev/psaux" is for PS/2 mice.
(I would expect that a 2-button mouse is PS/2 rather than USB)

Also, for a 2-button mouse, the protocol should be "PS/2"
("ImPS/2" is for wheel mice).

Hope this helps...

-- 
P. M. Wright
Norwottuck Technology Resources, Inc.
"technology made easy"


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




Re: EXIM relay for specific users

2002-12-02 Thread P. M. Wright
On Mon, 2002-12-02 at 20:55, Michael Olds wrote:
> EXIM relay for specific users
> 
> Hello again,
> I cannot get EXIM to let me relay email. I have read Hazel, EXIM (O'Reilly),
> and numbers of other documents but I am missing something.
> 
> The setup:
> Intel 845 P4 1.6G; 768MbRAM; Debian Linux (3.0 Woody)
> behind a US Robotics Firewall connected to a Static IP#
> The two computers on the LAN have static IPs
> I would like to allow valid users to relay mail from their computers to
> anywhere through my server.
> 
> Right now everything but that appears to work fine. I can mail to my account
> on the server and download the mail from the server via POP3 and I can mail
> from the users desktop to anywhere.
> 
> 
> host_auth_accept_relay = * (also tried mydomain.net)
> 
> I have both "login" and "plain" uncommented in the exim.conf and I have
> created an /etc/exim/passwd file
> 
> I always get the following error: Server response 550 relaying prohibited by
> administrator.
> 
> Can someone tell me what I need to do to get this working?

try adding the *public* address for your firewall to the
host_accept_relay = 
arguments


-- 
P. M. Wright
Norwottuck Technology Resources, Inc.
"technology made easy"


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