Re: svscan on linux

2001-04-25 Thread Peter Cavender
> The only other thing I see is > > process = get_part(NULL, '\n'); > > which I think means that if you put the SV line at the end of inittab > without a newline, the process field is not read properly (trying to > read past EOF?). > > Mate > I have been bitten by this once before, I do not r

Re: Vulnerable MUAs ...

2001-04-23 Thread Peter Cavender
On Mon, 23 Apr 2001, David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > > Roger Merchberger wrote: > > >Just because one runs (for example) Eudora doesn't mean one's not clueful... > > No offense intended. I believe Eudora uses IE's engine if you choose > to use HTML mail (which t

Re: Maildir (dir) to file for /var/mail/$USR (Inbox) [imapd]

2001-04-13 Thread Peter Cavender
> Hi > > .. let's start from right note here .. by sayin' i'm using qmail w/ Maildir > and imapd (doesn't really matter which one but if someone wants to know i'm > using the one the came with pine package (uw-imapd)) .. Ummm, it DOES matter, because IMAP accesses the mail > and i'm using

Re: Pine for Maildir

2001-04-13 Thread Peter Cavender
The RedHat RPM of pine is patched to support Maildirs. --Pete On Sat, 14 Apr 2001, Stefan Laudat wrote: > > there are patches for pine Maildir access, please rtfm at www.qmail.org > I've tested that and worked a couple of months ago. > > On Fri, Apr 13, 2001 at 01:49:37PM -0700, Al Sparks wro

Re: Very slow qmail response

2001-04-08 Thread Peter Cavender
On Fri, 6 Apr 2001, Markus Stumpf wrote: > On Fri, Apr 06, 2001 at 09:50:14AM -0700, Tom Jackson wrote: > > Also note that a few recent messages were in error in suggesting -h flag > > to tcpserver. The options I used are: > > > > -v -p -l 0 -H -R -x /etc/tcp.smtp.cdb > > > > But isn't the -

Re: Very slow qmail response

2001-04-05 Thread Peter Cavender
Have there been any changes on the DNS setup for your system; i.e., your nameservers. In my experience this has been the #1 cause of delays, because email/qmail depends heavliy on DNS service. I have several nameserver changeovers, and when things are not exactly kosher, qmail grinds to a crawl.

Re: Mail Parsing

2001-04-04 Thread Peter Cavender
Hi- Our good buddy DJB has been there and done that. Take a look at: http://cr.yp.tp/mess822.html --Pete On Thu, 5 Apr 2001, Mathew Chandy wrote: > Hi all, > > I would like to know if there is any mail parsing (MIME) library in C which i can >use to parse the mails and extract the address

Re: Simple Question

2001-04-03 Thread Peter Cavender
Oh yeah, what is in your .qmail file? It should contain ./Maildir/ --Pete On Wed, 4 Apr 2001, Martin Marconcini wrote: > Thanks for the response. I have changed /var/qmail/rc to use Maildir instead > of Mailbox. I removed Mailbox and the link on my home directory. > > Now when I send a mail

Re: Simple Question

2001-04-03 Thread Peter Cavender
> Thanks for the response. I have changed /var/qmail/rc to use Maildir instead > of Mailbox. I removed Mailbox and the link on my home directory. > > Now when I send a mail to for example to myself, it goes but I cannot read > it. I have created Maildir directory under $home, so it's $home/Mail

Re: Simple Question

2001-04-03 Thread Peter Cavender
Why do you want to put all the mail in /var/mail? The better solution in qmail is to have the mail delivered to the user's home directory, and better yet to have it delivered there in Maildir format. I dunno about OpenBSD, but Linux has an /etc/skel directory, and things there are replicated in

Re: another error mail in qmail account

2001-04-01 Thread Peter Cavender
Hello- "cron" (periodic task scheduler) on most systems redirects the output of anything it runs into an email sent to root@hostname. Look in your /etc/cron.weekly file to see what the heck is running. This is actually a handy feature; muy backup script runs in cron, and all the status output i

Re: Be all, end all checkpasswd

2001-03-31 Thread Peter Cavender
Felix: If you weren't correct most of the time, I would bust on you for being tactless. But you are tactless, and usually correct. cheers, --Peter On Sat, 31 Mar 2001, Felix von Leitner wrote: > Thus spake Dan Newcombe ([EMAIL PROTECTED]): > > So, that is three patches I can think of that I

Re: Cannot compile sqwebmail

2001-03-31 Thread Peter Cavender
I dunno about Mandrake; I run RedHack 6.2 modified...however: A cursory search shows the existance of /usr/bin/autoheader which rpm -qf indicates is part of the "autoconf" package Do you have that package installed? --Pete On Sun, 1 Apr 2001, Mikael Vinding wrote: > I really need some input h

[OT] supervise sshd?

2001-03-19 Thread Peter Cavender
I want to run the openssh daemon under supervise...should my "run" script be: #!/bin/sh exec /usr/local/sbin/sshd -D I am not sure what options to use with sshd. As above it seems to work; if I use no options it flips out; using fghack it seems to work but I always get a zombied (initial) sshd

Re: rc directory

2001-03-12 Thread Peter Cavender
On Tue, 13 Mar 2001, Essy Ren wrote: > I'll try install qmail to my computer, > and I follow the instruction from INSTALL guide > the problem is I don't find the rc direktori at /var/qmail/ > There's only > /alias > /bin > /boot > /control > /doc > /man > /queue > /users > Why it's gonna happ

Re: Sendmail

2001-03-08 Thread Peter Cavender
qmail uses no part of sendmail. you can install qmail (as I have) on a system that has never had sendmale on it at all. You can easily configure your RedHat CD not to install sendmale at all, by editing the "comps" file. On Thu, 8 Mar 2001, Kirti S. Bajwa wrote: > For the last several months

Re: IT WORKS!

2001-03-08 Thread Peter Cavender
hatem: I tried to reply off-list and got a bounce. qmail may be working, but you have some DNS issues --Pete On Thu, 8 Mar 2001, hatem@assistant01 wrote: > I could not believe that my Lovely qmail server is now working ...!! > > I would like to share this great moment with you, for the

Re: reverse DNS?

2001-03-06 Thread Peter Cavender
> At 10:07 AM 06-03-2001 -, John Conover wrote: > >As a matter of policy, is it reasonable to reject messages that fail a > >reverse DNS lookup on HELO's FQDN/authentication? > > Well two of our service providers haven't arranged reverse DNS lookups for > our Internet visible subnets. Our DNS

Re: mbox w/o home

2001-03-06 Thread Peter Cavender
Hi- qmail needs a non-world-writable location to place a user's email. If all your users have /tmp as home, who owns /tmp/mbox??? You need to setup your user accounts properly with individual, non-world-writabele home directories, or use some other tool to locally deliver the mail. --Pete On

Re: Qmail and time zone

2001-03-03 Thread Peter Cavender
I tried to "fix" this once, succeeded, then decided it was Not A Good Thing, and changed it back. IIRC, some amount of fiddling with the hardware clock and the time zone settings in the OS (Linux here) resulted in "correct" timestamps on mail as well as correct timstamps elsewhere. I think I ju

Re: My mail is lost!!

2001-03-03 Thread Peter Cavender
> Ok, After I had all the problems resovled ... from installation to the >configuration!! > I am now able to do the following: > 1) login and use qmail as my SMTP / POP server: > that is , when I use outlook or pine for example, to check for e-mails on qmail >server, I got no errors reported at

qmail 2.0 exploit

2001-02-28 Thread Peter Cavender
What is this qmail version 2.0 that securityfocus.com claims there is an explot for? Am I missing something, or are they? Being that I have better things to do than to try to screw up my mail server, has anyone tried this claimed explot? What really happens? --Pete

tcpserver for pop3 and telnet

2001-02-27 Thread Peter Cavender
The LWQ description of setting up pop3 for qmail only says to put the tcpserver command in the qmail startup file. Shouldn't this "service" be supervised by svscan? Why do the other qmail processes get this, but pop3 does not? Also, I am moving towards eliminating inetd, and have set up in.teln

Re: how can i change from inetd to xinetd in Redhat 7.0??

2001-02-22 Thread Peter Cavender
You should read life with qmail, and use tcpserver rather than inetd or xinetd. --Pete On Fri, 23 Feb 2001, jerry wrote: > I install with Redhat 7.0, but qmail FAQ only has something in inetd.conf, and >Redhat 7.0 change the file to xinetd.conf, I don't know how to install with it. > > jerry

Re: rcpthosts file - newbe question

2001-02-21 Thread Peter Cavender
> This has to be something simple but I've been banging my > head against it for a couple of hours and can't get > anywhere. If this is covered in the FAQ, INSTALL or man > files, I either can't find it or am misunderstanding it. > The situation: > > I have a small home network. I have a desig

Re: (OT) DJB-itization

2001-02-20 Thread Peter Cavender
> Carl <[EMAIL PROTECTED]> wrote: > > > > Soon I'll do it, I'm hyped about the idea, it'd be cool if some > > people talked more about the idea, i.e. what would they want in it. > > Wishlist: a djb replacement for Vixie cron. Especially topical at the > moment. > > Charles Same here. I sen

Need Arguments for qmail

2001-02-20 Thread Peter Cavender
Hi- I volunteered to talk about and "defend" qmail at a Linux Users' Group meeting where there will be people speaking on 3 or 4 of the main MTAs. I am competent in setting up and maintaining qmail, but I must say that I am unable to respond properly to a lot of the criticism of qmail, mostly in

Re: remote/roaming pop/imap users - sending email?

2001-02-14 Thread Peter Cavender
>The issue for me, however, is that I need to allow relaying for mobile >users dialing into the internet from national ISPs, thus usually ending > up with different IPs each time they dial in.) The solution is simple, and often overlooked, and often asked on this list. Maybe somebody should wri

RE: adding users

2001-02-14 Thread Peter Cavender
b /path/to/ezmlm/list < address_list and then it started processing >the list and only took a few minutes. But for some reason none of the >addresses show up in qmailadmin for that domain > >-----Original Message- >From: Peter Cavender [mailto:[EMAIL PROTECTED]] >Sent: Wedn

Re: Importing Emails into ezmlm-idx

2001-02-14 Thread Peter Cavender
>* Charles Cazabon <[EMAIL PROTECTED]> [010213 16:29]: > > Jeremy Suo-Anttila <[EMAIL PROTECTED]> wrote: > > > anyone know how i can import 350 email addy's from a text file >into ezmlm ? > > > > `man ezmlm-sub`. > >Dear Sirs: > >I just tried the command above and it didn't add any subscribers at

ucspi-tcp man pages?

2001-02-12 Thread Peter Cavender
I just installed the latest ucspi-tcp from the tarball on cr.yp.to, and there are no man pages. My previous install almost 2 years ago included them, and I am wondering if they are no longer included or if I missed something. Thanks, Peter

Re: SMTP-after-POP3 AUTH

2001-02-10 Thread Peter Cavender
I just have to ask why you need to do this. Is there not an SMTP server available, provided by whatever entity provides internet access? On Fri, 9 Feb 2001, Bruce Dang wrote: > Is it possible to have users send email only after they've been > POP3-authenticated. For example, if I want to send

Re: maildirs not at home

2001-02-09 Thread Peter Cavender
> Hello. I have been reading over Richard Blum's book Running Qmail and all > the docs that distribute as well as the FAQs on the qmail.org and DJB's > site and I doubt this is incredibly difficult but I can't find a straight > answer anywhwere so perhaps you gurus can tell me... > > I want to u

LWQ - Was: anybody know howto make 3 virtual domain in the one machine,and each virtualdomain not use the fullname(mean username is test@abc.com)??

2001-02-08 Thread Peter Cavender
>At 10:15 PM 2/7/2001, dick wrote: > >sigh.i think we all know the awnser > >read LWQ at http://www.lifewithqmail.org > >dave - you should charge $1.00 for every person that reads LWQ, >you'd be a very wealthy man. :-) If he charged $1 for everyone who _didn't_ read it before posting,

Re: Do I need to restart anything in QMail if I make changes to thecontrol files?

2001-02-08 Thread Peter Cavender
Depending on your distro, etc: /etc/rc.d/init.d/qmail restart On Thu, 8 Feb 2001, Uwe Ohse wrote: > On Thu, Feb 08, 2001 at 04:42:29PM +1300, Martin Searancke wrote: > > [nothing but the subject] > > See the fine qmail-send manual page: > > CONTROL FILES > WARNING: qmail-send reads

Re: Bogus Popularity claims (sendmail.org's reply)

2001-02-03 Thread Peter Cavender
I find it curious that they refer to sendmail as "shareware". I though that shareware was software that one voluntarily paid for if they used it after some "evaluation" period. It seems a lot of people do not understand the definition of anything other than closed-source, commercial software -

Re: unsubscribe ??

2001-01-29 Thread Peter Cavender
Read the first message you got when you subscribed to the list, it tells you how. Since the list is run by ezmlm, maybe you should look at the documentation for it. I also offer a service where I can get you unsubscribed for $59.95. I accept payment by paypal or cash, but you must be willing to

Re: [OT] pine and Maildir (was: Maildir versus malibox)

2001-01-24 Thread Peter Cavender
> > PINE may be limited, but it sure is useful as a quick and dirty > > console-base MUA. I figured out how to use in in about 3 minutes > > without having to RTFM. > > If you've ever had to deal with the code, dirty is definitely an accurate > description. Well, yes. I once tried to hack just

Re: [OT] pine and Maildir (was: Maildir versus malibox)

2001-01-24 Thread Peter Cavender
> > But, it doesn't matter - Pine does IMAP right? (Isn't that it's real > > reason for existence?) So hook your Maildirs up with IMAP, and point > > Pine at that. > > > > Seems pretty simple to me. > > How about this: Use a non-crappy, open source e-mail client instead? > > --Adam And what M

Re: pop3 question!

2001-01-17 Thread Peter Cavender
The POP daemon will only remove messages when told to do so by the user's email client software. Eudora, for example, tells the server to delete each message after it has been downloaded. The client software can opt to not delete the messages at all. --Pete On Thu, 18 Jan 2001, kh wrote: > I

Re: How to remove a email from a mailbox

2001-01-17 Thread Peter Cavender
1) use an editor to see how many of the lines at the top of the file you want to keep, say for example 30 2) # head -n 30 mail_file_name > foo 3) # mv -f foo mail_file_name --Pete On Thu, 18 Jan 2001, kh wrote: > the problem is, what is the better text editor I can use rather than vi, > since

RE: A firestorm of protest?

2001-01-16 Thread Peter Cavender
> Laurence Brockman writes: > > I'm going to jump into the discussion here and ask why we don't do something > > like perl has done with cpan? They don't call them patches, or upgrades, or > > anything else. They call them Modules and have a central repository that > > users can go and search

Re: Mass email to database/checking bounces

2001-01-06 Thread Peter Cavender
I would definately suggest ezmlm-idx also. Works like a charm. It is also quite easy to whip up a small shell script calling qmail-inject; I have done this several times for quick and dirty one-time mailings. --Pete On Sat, 6 Jan 2001, John P wrote: > Repost as I posted a HTML message last ti

Re: PGP

2000-12-30 Thread Peter Cavender
PGP is done entirely on the user's email program (MUA), not on qmail. The message is encryted before and decrypted after qmail sees it. qmail does not notice or care that it is an encrypted message. Users should configure whatever PGP setup works with their client software and OS. --Pete On

Re: Bye

2000-12-01 Thread Peter Cavender
>I'm taking a vacation from this list until the level of newbie >tolerance improves dramatically. > >Sorry, I just can't take it any longer. > >-Dave I am sorry to see you go, Dave, you have been a great help to myself and countless others. Even though some of the newbie questions make me cring

Re: removing Delivered-To header...?

2000-11-16 Thread Peter Cavender
>Quoting Peter Cavender ([EMAIL PROTECTED]): > > Hi- > > > > I have a qmail server hosting several virtual domains, and all mail > > delivered to recipients in the virtual domains have a Delivered-To > > header line indicating the "main" domain nam

removing Delivered-To header...?

2000-11-15 Thread Peter Cavender
Hi- I have a qmail server hosting several virtual domains, and all mail delivered to recipients in the virtual domains have a Delivered-To header line indicating the "main" domain name of the server. I want to delete this line, and I understand that the -d option to preline is the way to do t

Removing Delivered-To header

2000-11-14 Thread Peter Cavender
Hi- I have a qmail server hosting several virtual domains, and all mail delivered to recipients in the virtual domains have a Delivered-To header line indicating the "main" domain name of the server. I want to delete this line, and I understand that the -d option to preline is the way to do t

Virtual Domain Message Header Pollution

2000-06-23 Thread Peter Cavender
Hi- I have qmail set up on a server with multiple virtual domains. I am puzzled by, and want to remove, extraneous header entries that end up in incoming mail for accounts on the virtual domains. Specifically, there are various "Delivered-To:" entries that reveal the primary domain name. If

Another big qmail user..

2000-05-24 Thread Peter Cavender
I am always happy when I see another "big" web operation using qmail.. I just discovered paypal.com runs qmail, after I got the "I'm sorry it didn't work out." bounce message from a typo... --Pete

Re: templet user

2000-05-24 Thread Peter Cavender
Hi- I think you mean "user template". I am not sure about BSD, but in Linux, you add the stuff you want new users to have to the /etc/skel directory. The qmail utility "maildirmake" will create a maildir in a certain directory. If you tell maildirmake to create one in /var/skel ,then all new

Re: qmail is like a chainsaw

2000-05-18 Thread Peter Cavender
> > And I'll take that as a compliment to qmail. Here, in Vermont, I > > have seen people frame houses with a chainsaw. Real Fast. Efficient > > in the hands of an expert, dangerous in the hands of a novice. > >do you mean they made pieces of wood the right size with a chainsaw? thats >how i (i

Re: I want to leave this list

2000-05-18 Thread Peter Cavender
> >Why don't we TRY ADDING A FOOTER WITH UNSUBSCRIBE INSTRUCTIONS TO EACH >MESSAGE, just TRY it? What is there to be afraid of? I use qmail/ezmlm-idx, and it adds subscribe/unsubscribe stuff to the HEADER. Maybe this list should use thes extensions...?

Re: qmail is like a chainsaw

2000-05-18 Thread Peter Cavender
> > [EMAIL PROTECTED] (Thu 18.0500-13:26): > > > > qmail is like a chainsaw: exceedingly fast and powerful and able to > > chop off your foot in less than a second. > >one of the most important things to watch in qmail is =permissions=. if >set right, the foot stays in your mouth. > qmail? I t

Re: Virtual POP Users and Domains

2000-01-06 Thread Peter Cavender
>I am trying to set up Qmail to be a pop mail server for several of our >company domain names. The users do not need, nor do i want to give them, >a login account. There will be some identical user names in the >different domains but they must be handled differently. How would I set >up the POP st

Re: VHosting

2000-01-03 Thread Peter Cavender
>Hello, > >I read the virtual hosting faq, but I'm left wondering how do I set up a >virtual mail domain that will send mail to seperate mail users. The FAQ, >as I understand it, only explains how to send @yourdom.com to >one individuals mail box. I ( my customers ) need to be able to receive >m

Virtual domains..?

2000-01-02 Thread Peter Cavender
I have qmail running several virtual domains (and a "real" domain) on a server. I am trying to make it so that the operation of the virtual domains appears independent of the master domain. The problem is: 1) bounce messages for [EMAIL PROTECTED] come from [EMAIL PROTECTED] 2) A message deliv

qmail patch list?

2000-01-02 Thread Peter Cavender
Does anyone have a complete list of the available qmail patches and what they do? Pete

Virtual Domains - main domain shows

2000-01-01 Thread Peter Cavender
Hi- I have qmail running several virtual domains (and a "real" domain) on a server. I am trying to make it so that the operation of the virtual domains appears independent of the master domain. The problem is: 1) bounce messages for [EMAIL PROTECTED] come from [EMAIL PROTECTED] 2) A message

UTC vs Local Time timestamps (Linux)

1999-12-30 Thread Peter Cavender
Has anyone noticed that if you have your hardware clock set to UTC but the Linux clock to local time, that regular messages have the local time time-stamp, but bounce messages are dated in UTC? After messing with this a while, I decided to just just put my HW clock on local time, to heck with

virtual domains in qmail/ezmlm?

1999-12-28 Thread Peter Cavender
Hi- I have finally mastered qmail (OK, "I installed qmail and it works") and am now trying to set up a couple ezmlm lists on a server with virtual domains. My /var/qmail/control/virtualdomains file looks like this: domain1.com:forwarder-domain1 domain2.com:forwarder-domain2 ... I obviously h

Happy holidays!

1999-12-24 Thread Peter Cavender
And thank you, everyone, for all the good information. May we all be forgiven for our flames and flame bait! Pete

Re: Windows Mailing list

1999-12-20 Thread Peter Cavender
You can buy the Windows license that came with my PC - make an offer. I just have to wonder, how on earth did you find *this* list, and *not* figure out where to buy MS stuff? >Hi all, > >I am sorry to present a Non qmail on this list. >I need a few Windows Mailing lists. > >Purpose: I need to

Re: Learning more about Linux skills.

1999-12-20 Thread Peter Cavender
>Hi everybody! > >My name is Marvel Carvalho. > >I work in a company called Portway. We developed systems to HandHeld >and Palm platform , and also Sales Administration Systems to Intel >platform - with Delphi and Oracle. > >I'm interested in setting up a Linux station in our net NT. >We want

Fwd: Re: new to list, install questions

1999-12-10 Thread Peter Cavender
> > Mark Maggelet wrote: > > > I believe you are using a RedHat. This is what I did: > > > > 1) Remove the 'sendmail' software link from '/etc/rc.d/rc3.d'. Just cd to > > this directory and rm the 'S80sendmail' link. (Note, the number could be > > different from your system). > >The chkconfig(8)

RE: Oops, someone tried to send you a virus

1999-12-09 Thread Peter Cavender
1) Like *I* am responsible for what my mail users receive!! 2) Most viruses are for Windows, which contribute to it's downfall. 3) I always buy products and services from SPAM on mailing lists. 4) If it is a Linux virus, aren't they required to include the source code? 5) What kind or dork runs ex

Fwd: Re: Virtual Domain Problem

1999-12-06 Thread Peter Cavender
card alias that will accept all third level domain names. > >Other than that, there isn't much I can think of at the moment. > >Hope this helped.. > >Philip > >Peter Cavender wrote: > > > >Hello there, I have been attemping to get virtual hosting up a

Fwd: Re: Virtual Domain Problem

1999-12-06 Thread Peter Cavender
> > > > >Hello there, I have been attemping to get virtual hosting up and > > >running but have failed so far with the following message: > > > > > >Sorry. Although I'm listed as a best-preference MX or A for that >host, > > >it isn't in my control/locals file, so I don't treat it as loca

RE: Virtual Domain Problem

1999-12-06 Thread Peter Cavender
>Hello there, I have been attemping to get virtual hosting up and >running but have failed so far with the following message: > >Sorry. Although I'm listed as a best-preference MX or A for that host, >it isn't in my control/locals file, so I don't treat it as local. (#5.4.6) > >The domai

RE: Problems telneting to port 25

1999-12-04 Thread Peter Cavender
> Before & after installing qmail, which I believe I've done successfully, I > cannot telnet to port 25 to test the installation. I can however send mail > as root to external addresses. I'm trying to use fetchmail to suck down my > mail from my ISP. > > I've included the stuff below to show that

RE: Hmmm... Corel Linux

1999-11-24 Thread Peter Cavender
If that is the case, I may very well ditch RH for my co-lo...I have two floppies worth of "mods" to my base RH 6.1. Does Corel include all the extra goodies: checkpasswd,ucspi-tcp,daemontools,etc?? Does the .deb extension mean they are using the Debian installer thingey? Please keep us post

LWQ qmail rc script addition

1999-11-22 Thread Peter Cavender
I just discovered that if you are using the LWQ qmail rc script with RHL 6.1, you need to add the following lines: to the "start" section: touch /var/lock/subsys/qmail to the "stop" section: rm -f /var/lock/subsys/qmail Otherwise, qmail will not be properly shut down; the main rc script look

qmail-pop3d authentication errors

1999-11-16 Thread Peter Cavender
OK, I have qmail-pop3d set up in inetd.conf (as per LWQ, pg 40, thanks, D.S.!!), and I installed checkpassword, but when I try to check my mail via POP3, I still get an error: -ERR Authorization failed I have disabled shaddow passwords, but still have MD5 passwords enabled on my system (RH L

User has no Maildir?

1999-11-15 Thread Peter Cavender
When I try to check my mail, my MUA gives me the following error: $-ERR this user has no $HOME/Maildir What privs should the user's home and maildir have (not group or world writable..?)? What else needs to be in the user's home directory, just .qmail containing "./Maildir/" ? Thanks.

Re: sniffing / crypto

1999-01-17 Thread Peter Cavender
If you are worried about sniffing, nothing that isn't fully encypted is safe. POP, SMTP, telnet, etc. ad nauseum. Talk like "you can only sniff if you are root" is silly. I don't know where these people work, but everybody here has root for their machine, and certainly all the techies at you