Re: Virus Filter for Debian Mail Server

2001-10-01 Thread Dave Bacon
Good point..

Our MTA is Sendmail.

Thanks

Dave Bacon - OWLS

martin f krafft wrote:

> also sprach Dave Bacon (on Mon, 01 Oct 2001 04:30:17PM -0500):
> > Can anyone recommend a program that will parse email messages for
> > viruses going in and out of my Debian email server?
>
> you better specify your MTA, or we'll assume exim by default...
>
> martin;  (greetings from the heart of the sun.)
>   \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
> --
> three things are certain:
> death, taxes and lost data.
> guess which has occurred.
>
>   
>Part 1.2Type: application/pgp-signature

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
mailto:[EMAIL PROTECTED]
http://www.owls.lib.wi.us
_





Virus Filter for Debian Mail Server

2001-10-01 Thread Dave Bacon
Hello,

Can anyone recommend a program that will parse email messages for
viruses going in and out of my Debian email server?

Thank you

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
mailto:[EMAIL PROTECTED]
http://www.owls.lib.wi.us
_





Warnquota - Segmentation fault

2001-05-21 Thread Dave Bacon
Hello,

Can anyone help me?  Every time I run "warnquota" the system returns the
following error:

Segmentation fault
No recipient addresses found in header

Any information that could be used to correct this problem would be
truly appreciated.

Thank you

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
mailto:[EMAIL PROTECTED]
http://www.owls.lib.wi.us
_




Re: DHCP Server Config Question

2001-04-11 Thread Dave Bacon
OK, I just figured this one out.  (With the help of the list archives at
www.isc.org)

Each router on the other subnets must contain an "ip helper-address
xxx.xxx.xxx.xx" statement on their ethernet port which points back to my new
backup Debian DHCP Server.

Thank you for your help

Dave Bacon - OWLS

Susumu Takuwa wrote:

> >>>>> On Tue, 10 Apr 2001 14:16:39 -0500
> Dave Bacon writes:
>
> DB> I must be very close, but may be missing a small piece of the puzzle.
> DB> Can anyone help?
>
> Can you get information from `/var/log/daemon.log' and
> something?
>
> Susumu Takuwa
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
mailto:[EMAIL PROTECTED]
http://www.owls.lib.wi.us
_




DHCP Server Config Question

2001-04-10 Thread Dave Bacon
Hello,

I'm working on creating a backup Linux DHCP server for our network.
(Our primary DHCP server is an NT server which is working just fine for
all subnets)

The Linux backup DHCP server is on the 172.32.128.0 subnet.  Any PC
located on the same subnet as the Linux server (172.32.128.0) is able to
acquire IP Addresses from the Linux server just fine.  The problem is
that computers on the other 2 subnets (172.32.130.0 & 172.32.131.0) are
not able to acquire IP address information from the Linux server.
Although all computers on all networks CAN ping the IP Address of the
new backup Linux DHCP server.

I must be very close, but may be missing a small piece of the puzzle.
Can anyone help?

Thank you

/etc/dhcpd.conf  information below
---

option domain-name "sample.lib.wi.us";
option domain-name-servers 172.32.128.16 , 210.113.196.2;

default-lease-time 604800;
max-lease-time 604800;

subnet 172.32.128.0 netmask 255.255.255.0 {
 option routers 172.32.128.1;
 range 172.32.128.64 172.32.128.254;
 }
subnet 172.32.130.0 netmask 255.255.255.0 {
 option routers 172.32.130.1;
 range 172.32.130.64 172.32.130.254;
 }
subnet 172.32.131.0 netmask 255.255.255.0 {
 option routers 172.32.131.1;
 range 172.32.131.64 172.32.131.254;
 }



--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
mailto:[EMAIL PROTECTED]
http://www.owls.lib.wi.us
_




X: user not authorized to run the X server...

2000-12-11 Thread Dave Bacon
After doing a "general" update using dselect, only the root user has
access to the X server.  Any other user running "startx" receives the
following error message:

X: user not authorized to run the X server, aborting.
giving up.
xinit:  Connection refused (errno 111): unable to connect to X server
xinit:  No such process (errno 3): Server error.

Any help would be greatly appreciated.  Thank you.

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




Re: Serial Port 0 - Can you help?

2000-11-28 Thread Dave Bacon
I just looked at the /etc/network/interfaces file and noticed that all lines are
commented out.  It doesn't look like sl0 was brought up in the interfaces file.
Thanks for the additional information.

Dave Bacon - OWLS

Brian McGroarty wrote:

> On Tue, Nov 28, 2000 at 10:45:32AM -0600, Dave Bacon wrote:
> > I have referenced all of my Linux books on this one and still can't find
> > a solution.  So I am hoping you can help me.  I need to find a way to
> > prevent Linux from bringing serial line 0 up after a reboot.  The
> > ifconfig utility shows serial line 0 (sl0) as a PPP port set to an IP
> > Address of 192.168.0.1.  For some reason, I can't use eth0 to connect to
> > the Internet until I run "ifconfig sl0 down".  Thanks in advance for any
> > ideas or suggestions you can send my way.
>
> I saw that you already found that you could remove the kernel
> module. But was sl0 not brought up in /etc/network/interfaces?
> Removing the sl0 auto stanza should have worked as well. (man
> interfaces)
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




Re: Serial Port 0 - Can you help? - RESOLVED

2000-11-28 Thread Dave Bacon
A very BIG thanks to Nate,

I was able to locate the slip.o module right where he said it would be.
Moving that module took care of the problem.  Thanks again.

Dave Bacon - OWLS

Nate Amsden wrote:

> Dave Bacon wrote:
> >
> > I have referenced all of my Linux books on this one and still can't find
> > a solution.  So I am hoping you can help me.  I need to find a way to
> > prevent Linux from bringing serial line 0 up after a reboot.  The
> > ifconfig utility shows serial line 0 (sl0) as a PPP port set to an IP
> > Address of 192.168.0.1.  For some reason, I can't use eth0 to connect to
> > the Internet until I run "ifconfig sl0 down".  Thanks in advance for any
> > ideas or suggestions you can send my way.
>
> while there may be better ways a totally sure way would be recompile the
> kernel and disable SLIP support..unless the slip is loaded via module,
> if so check /lib/modules/`uname -r`/ probably in the net directory, you
> can move that file to your home directory to prvent the driver from
> loading(easier then editing config files and such sometimes) and that
> should make it impossible for a sl0 interface to come up.
>
> nate
>
> --
> :::
> ICQ: 75132336
> http://www.aphroland.org/
> http://www.linuxpowered.net/
> [EMAIL PROTECTED]

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




Serial Port 0 - Can you help?

2000-11-28 Thread Dave Bacon
I have referenced all of my Linux books on this one and still can't find
a solution.  So I am hoping you can help me.  I need to find a way to
prevent Linux from bringing serial line 0 up after a reboot.  The
ifconfig utility shows serial line 0 (sl0) as a PPP port set to an IP
Address of 192.168.0.1.  For some reason, I can't use eth0 to connect to
the Internet until I run "ifconfig sl0 down".  Thanks in advance for any
ideas or suggestions you can send my way.

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




How do I Remove the Sl0 Port?

2000-11-27 Thread Dave Bacon
Every time I restart my Debian Linux Server, ifconfig reports an "Sl0"
(es, el, zero) port that is conflicting with "eth0".  The port "eth0
will not communicate with our Internet connection until I run "ifconfig
Sl0 down" which temporarily removes "Sl0" from the ifconfig listing.

Where, or how, do I tell my Debian Linux server not to bring up the
"Sl0" port every time I reboot the system?

Thank you in advance for any advise you can send my way.

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




Re: startx problem - one step closer

2000-11-24 Thread Dave Bacon
Thanks to Jaume for the very helpful reply.

After following the suggestion listed below I am now able to bring up a 
graphical display,
but it is only an "x"(mouse cursor) on top of a coarse gray back ground.  I am 
not sure,
but I think I still may need to specify which Window Manager to use.  Am I on 
the right
track?  If so, how do I tell X which window manager to bring up by default.

Thanks again for your help

Dave Bacon

Jaume Teixi wrote:

> Dave Bacon wrote:
>
> > Hello,
> >
> > I have just upgraded quite a few packages with dselect.  And now when I
> > run "startx" I receive the following error messages.  Can you help?
> >
> > 
> >
> > var: allowed_users, value: rootonly
> > var: nice_value, value: .
> > /etc/X11/X is not executable
>
> ls -l /etc/X11/X
> and look at the file that X is linked to, then:
> find / -name _file_
> ln -s path_to_file /etc/X11/X
>
> have luck !
> jaume.
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_




startx problem

2000-11-24 Thread Dave Bacon
Hello,

I have just upgraded quite a few packages with dselect.  And now when I
run "startx" I receive the following error messages.  Can you help?



var: allowed_users, value: rootonly
var: nice_value, value: .
/etc/X11/X is not executable
giving up
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error.
-

startx worked just fine until the upgrade.

Thank you for your help.
--

_

  Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
 225 N. Oneida St., Appleton, WI  54911
 920/832-6193(voice),  920/832-6422(FAX)
   [EMAIL PROTECTED]
_