Re: X windows app startup

2004-04-06 Thread aan agustiono
try your config in /etc/X11/XF86Config-4 change 1024x800 with 800x600 Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth24 SubSection "Display" Depth

Re: X windows app startup

2004-04-06 Thread aan agustiono
try your config in /etc/X11/XF86Config-4 change 1024x800 with 800x600 Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth24 SubSection "Display" Depth

Re: Thank you for your interest in The Breakwaters.

2004-04-06 Thread Eduardo Cervantes
Hello: I got this address from the web and I am not sure if is thr right one. Mr. James Madru, can you give information about near shore (offshore) breakwaters?. Which are the design parameters?. In my country (Ecuador) we do not have experience about this kind of structures, and they may be the

Re: clamd with amavis on Postfix

2004-04-06 Thread Stephen Gran
This one time, at band camp, Theodore Knab said: > I am using playing with clamd and spamd on a [production] server. ;-) > > I really like clamd however it keeps dying. > > My clamd.conf looks like this: > ScanMail That's probably your problem. As the debconf note says, the ScanMail part of the

Re: Thank you for your interest in The Breakwaters.

2004-04-06 Thread Eduardo Cervantes
Hello: I got this address from the web and I am not sure if is thr right one. Mr. James Madru, can you give information about near shore (offshore) breakwaters?. Which are the design parameters?. In my country (Ecuador) we do not have experience about this kind of structures, and they may be the

Re: clamd with amavis on Postfix

2004-04-06 Thread Stephen Gran
This one time, at band camp, Theodore Knab said: > I am using playing with clamd and spamd on a [production] server. ;-) > > I really like clamd however it keeps dying. > > My clamd.conf looks like this: > ScanMail That's probably your problem. As the debconf note says, the ScanMail part of the

clamd with amavis on Postfix

2004-04-06 Thread Theodore Knab
I am using playing with clamd and spamd on a [production] server. ;-) I really like clamd however it keeps dying. The [Postfix] MTA server is acting as a mail gateway processing about 20,000+ incoming emails daily. Since amavis does not depend on clamd, Postfix just goes on delivering un-scann

Unidentified subject!

2004-04-06 Thread shelby
Well I have been playing with debian for a few weeks here, been messing with linux for about 2 yrs... still pretty new at all this. Mainly I use my linux installs for Apache/MYSQL and such. But as of recent my wireless router has been acting up, So I got the idea, why not make my extra box into

clamd with amavis on Postfix

2004-04-06 Thread Theodore Knab
I am using playing with clamd and spamd on a [production] server. ;-) I really like clamd however it keeps dying. The [Postfix] MTA server is acting as a mail gateway processing about 20,000+ incoming emails daily. Since amavis does not depend on clamd, Postfix just goes on delivering un-scanne

Unidentified subject!

2004-04-06 Thread shelby
Well I have been playing with debian for a few weeks here, been messing with linux for about 2 yrs... still pretty new at all this. Mainly I use my linux installs for Apache/MYSQL and such. But as of recent my wireless router has been acting up, So I got the idea, why not make my extra box into

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Ralph Paßgang
sorry, I forgot to put in the link after "because you are german:" :)) so here it is: http://www.heise.de/security/result.xhtml?url=/security/artikel/43066&words=Cookie its about syn floods and the syncookies thing :) --Ralph

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Ralph Paßgang
Am Dienstag 06 April 2004 17:37 schrieben Sie: > Hi Ralph, > > thanks for the hint. > [...] > I did it like this, but after the first line > iptables said: "cannot use parameter -o with > INPUT" (or something like this - I can't remember > exactly). > > So I left out "-o lo" at the INPUT rule, and

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Ralph Paßgang
sorry, I forgot to put in the link after "because you are german:" :)) so here it is: http://www.heise.de/security/result.xhtml?url=/security/artikel/43066&words=Cookie its about syn floods and the syncookies thing :) --Ralph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Andreas Vent-Schmidt
Hi Ralph, thanks for the hint. At 23:59 Uhr +0200 04.04.2004, Ralph Paßgang wrote: you should also filter out 127.0.0.0/8 on any network interface but "lo". so that spoofing with localhost-adresses is not possible anymore. ( for example: iptables -A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -o lo -

Re: Apache banner

2004-04-06 Thread Fraser Campbell
On Tuesday 06 April 2004 10:39, Robert Page wrote: > I think to actually change it you need to edit the source but you can use > the ServerSignature directive to switch it off. I use these directives: ServerSignature On ServerTokens Prod This way people know I'm running apache (which I don'

Re: Outlook and Qmail

2004-04-06 Thread Kris Deugau
Anil Gupte wrote: > I am having a problem with one of my customers who is using Outlook > 2000 SP-3 to connect to our Qmail server. When downloading messages > from his POP account, Outlook will hang. It is most likely a > corrupted message, since he can delete the messages using a webmail > inte

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Ralph Paßgang
Am Dienstag 06 April 2004 17:37 schrieben Sie: > Hi Ralph, > > thanks for the hint. > [...] > I did it like this, but after the first line > iptables said: "cannot use parameter -o with > INPUT" (or something like this - I can't remember > exactly). > > So I left out "-o lo" at the INPUT rule, and

RE: Apache banner

2004-04-06 Thread Robert Page
I think to actually change it you need to edit the source but you can use the ServerSignature directive to switch it off. -Original Message- From: Craig Schneider [mailto:[EMAIL PROTECTED] Sent: 06 April 2004 15:03 To: debian-security@lists.debian.org; debian-isp@lists.debian.org Subject

Apache banner

2004-04-06 Thread Craig Schneider
Hi Guys Is there any way of changing the banner in Apache like you can for proftpd lets say? Without having to tamper with the Apache source ?> Thinking of a runtime option for the config file ? Thanks Craig

Re: Attempt on smtpd / faking remote ip

2004-04-06 Thread Andreas Vent-Schmidt
Hi Ralph, thanks for the hint. At 23:59 Uhr +0200 04.04.2004, Ralph Paßgang wrote: you should also filter out 127.0.0.0/8 on any network interface but "lo". so that spoofing with localhost-adresses is not possible anymore. ( for example: iptables -A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -o

Re: Apache banner

2004-04-06 Thread Fraser Campbell
On Tuesday 06 April 2004 10:39, Robert Page wrote: > I think to actually change it you need to edit the source but you can use > the ServerSignature directive to switch it off. I use these directives: ServerSignature On ServerTokens Prod This way people know I'm running apache (which I don'

Re: Outlook and Qmail

2004-04-06 Thread Kris Deugau
Anil Gupte wrote: > I am having a problem with one of my customers who is using Outlook > 2000 SP-3 to connect to our Qmail server. When downloading messages > from his POP account, Outlook will hang. It is most likely a > corrupted message, since he can delete the messages using a webmail > inte

RE: Apache banner

2004-04-06 Thread Robert Page
I think to actually change it you need to edit the source but you can use the ServerSignature directive to switch it off. -Original Message- From: Craig Schneider [mailto:[EMAIL PROTECTED] Sent: 06 April 2004 15:03 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Apache banner Hi Guys

Apache banner

2004-04-06 Thread Craig Schneider
Hi Guys Is there any way of changing the banner in Apache like you can for proftpd lets say? Without having to tamper with the Apache source ?> Thinking of a runtime option for the config file ? Thanks Craig

X windows app startup

2004-04-06 Thread Craig Schneider
Hi guys Would anyone know how to start klpr in X on startup and have the window centered and the res 800x600 ? Thanks Craig

Re: Re: improved

2004-04-06 Thread confirmation
From: [EMAIL PROTECTED] Subject: Confirmation de votre commande Cher(e) client(e) Annick création vous remercie de votre commande et vous souhaite une bonne journée. Nous allons la traiter votre commande dans les meilleurs délais. Merci de votre confiance et à bientôt ! Cordialement, An

X windows app startup

2004-04-06 Thread Craig Schneider
Hi guys Would anyone know how to start klpr in X on startup and have the window centered and the res 800x600 ? Thanks Craig

Re: Re: improved

2004-04-06 Thread confirmation
From: [EMAIL PROTECTED] Subject: Confirmation de votre commande Cher(e) client(e) Annick création vous remercie de votre commande et vous souhaite une bonne journée. Nous allons la traiter votre commande dans les meilleurs délais. Merci de votre confiance et à bientôt ! Cordialement, Ann