Re: S L O W mailserver

2000-06-17 Thread Mark Brown
On Fri, Jun 16, 2000 at 09:42:00AM -0700, Jaye Inabnit ke6sls wrote: > My question is, can I some how trace all tcp/ip traffic to a file when I click > on my mail icon in KDE? Would be nice to start the file just prior to hitting > the button, then end the file folllowing the last message so I can

Re: S L O W mailserver

2000-06-16 Thread Mike Werner
Jaye Inabnit ke6sls wrote: > > Hello, > > I have a really slow mail server problem. The guy says it shouldn't be > slow but it is. I know he is running Red Hat on all his boxes on this ISP > and don't know which mailserver he uses for POP3. > > My question is, can I some how trace all tcp/i

Re: S L O W mailserver

2000-06-16 Thread Sven Burgener
>I have a really slow mail server problem. The guy says it shouldn't be >slow but it is. I know he is running Red Hat on all his boxes on this ISP >and don't know which mailserver he uses for POP3. On the mail server check whether the MTA is started from inetd. If so, change that to deamon. I noti

Re: S L O W mailserver

2000-06-16 Thread Ernest Johanson
One way you could do this is to run tcpdump set to record packets with either a source or destination adress of the ISP's mail server. Then check your mail. The whole conversation will be recorded with timestamps. Use tee to pipe the output to a file. On Fri, 16 Jun 2000, Jaye Inabnit ke6sls wrote