RE: Confused about virtual users and pop3

2001-03-15 Thread Próspero, Esteban

I suggest you to take a look at http://www.inter7.com and specially 
- vpopmail
- qmailadmin
- sqwebmail

There're also mailing list for each of these sw packages.


Esteban Javier Prspero
 From: Todd A. Jacobs [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, March 14, 2001 11:54 PM
 To:   qmail list
 Subject:  Confused about virtual users and pop3
 
 As I understand it, as virtual user is just a .qmail-foo mailbox under the
 main user account. However, my reading has suggested that users can't use
 qmail-pop3d to access their accounts, because checkpassword is only
 looking at the main account. Is this right?
 
 Basically, I'm trying to find a way to provide easy pop3 access to the
 end-user, with a web interface for adding or deleting users, and the
 ability to manipulate per-user quotas.
 
 At the moment, I'm creating each user as a system account, which allows me
 to set the quotas with whatever granularity I like. But most of the web
 admin interfaces seem to be focused on virtual users, so I'm not sure what
 my alternatives are for a web front-end. Any suggestions?
 
 -- 
 Todd A. Jacobs
 CodeGnome Consulting, LTD
 



RE: canonical name in DNS

2001-03-13 Thread Próspero, Esteban


why don't you try adding sanfransisco to your DNS file? (i.e. sanfransisco
IN A192.168.1.1)

Esteban Javier Prspero

 -Original Message-
 From: Essy Ren [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, March 13, 2001 8:13 AM
 To:   qmail
 Subject:  canonical name in DNS
 
 When I follow the config command to configure the qmail, it's say
 something like this :
  
 ./config
 Your hostname is sanfransisco.
 hard error
 Sorry, I couldn't find your host's canonical name in DNS.
 You will have to set up control/me yourself.
  
 And here's is my DNS setting :
  
 $TTL 86400
 erakarsa.local. IN SOA sanfransisco.erakarsa.local. essy.erakarsa.local. (
 1   ; Serial
 10800   ; Refresh after 3 hours
 3600; Retry after 1 hour
 604800  ; Expire after 1 week
 14400 ); Minimum TTL of 1 day
  
 erakarsa.local. IN NS sanfransisco.erakarsa.local.
  
 localhost.erakarsa.local.   IN  A   127.0.0.1
 koni.erakarsa.local.IN  A   192.168.1.23
  
 erakarsa.local. IN  MX  10 mail.erakarsa.local.
 mail.erakarsa.local.IN  A   192.168.1.23
  
 Can you help me  



RE: maildir/sqwebmail

2001-02-19 Thread Próspero, Esteban

Jean,
try at [EMAIL PROTECTED], the official mailing list for sqwebmail.

Regards,
Esteban

 -Original Message-
 From: Jean Caron [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, February 19, 2001 4:44 PM
 To:   [EMAIL PROTECTED]
 Subject:  maildir/sqwebmail
 
 
 Hi,
 
 I'm about to move from Mailbox to Maildir. The goal is to run sqwebmail. I
 have been running qmail on Linux (slackware) for a few years already, no
 problem.
 
 I'm just wondering, is there a procedure, a how-to, anything I could
 review before doing this ? All I have now, is the INSTALL.maildir from the
 qmail distribution and bits and pieces of information from the qmail site.
 I did not really find enough to feel "comnfortable" with the procedure. I
 only have a few users. I also use rblsmtpd and tcpserver.
 
 Any suggestion ?
 Thanks,
 Jean
 Ps. Furthermore, any suggestion of setting sqwebmail are welcomed.
 



qmail-start dies after waking...

2000-10-02 Thread Próspero, Esteban

Hi!

I've just installed qmail 1.03 in a Solaris 2.6 server. I followed every
step from "Life with qmail" but when I try to start qmail, something goes
wrong: qmail-start daemon never starts. It's called from the run script
invoked in /var/qmail/supervise/qmail-send, /var/qmail/rc which looks like:

#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Maildir by default.

exec env - PATH="/var/qmail/bin:$PATH" qmail-start ./Maildir/ splogger qmail


I tried with a svstat and it's always attempting to start qmail-send
(qmail-start daemon), but it always fails.

Nothing is stored in /var/log/syslog, so I don't know what's really going
on.

Have you got any idea of where the problem could be? What steps performs
qmail-start when starting? 

Any help would be highly appreciated!!

Thanks in advance!!

Esteban Javier Próspero




RE: qmail-start dies after waking...

2000-10-02 Thread Próspero, Esteban

Well, i traced qmail-start and found that /var/qmail must have executable
permissions. I changed it to 755 and it worked out!

Thanks,


Esteban Javier Próspero

 -Original Message-
 From: Alexander Jernejcic [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, October 02, 2000 4:14 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: qmail-start dies after waking...
 
 hi,
 are the permissions ok?
 i am not familiar with solaris but where does svstat log to? is there
 something useful to find...
 
 ;) a
 
 ==
 Alexander Jernejcic
 email:[EMAIL PROTECTED]
 
 begin LOVE-LETTER-UND-NIX-DAZUGELERNT.txt.vbs
 I am a Signature, not a Virus!
 end
 
 ==
 
  -Original Message-
  From: Próspero, Esteban [mailto:[EMAIL PROTECTED]]
  Sent: Monday, October 02, 2000 8:06 PM
  To: '[EMAIL PROTECTED]'
  Subject: qmail-start dies after waking...
 
 
  Hi!
 
  I've just installed qmail 1.03 in a Solaris 2.6 server. I followed every
  step from "Life with qmail" but when I try to start qmail, something
 goes
  wrong: qmail-start daemon never starts. It's called from the run script
  invoked in /var/qmail/supervise/qmail-send, /var/qmail/rc which looks
 like:
 
  #!/bin/sh
 
  # Using splogger to send the log through syslog.
  # Using qmail-local to deliver messages to ~/Maildir by default.
 
  exec env - PATH="/var/qmail/bin:$PATH" qmail-start ./Maildir/ splogger
 qmail
 
 
  I tried with a svstat and it's always attempting to start qmail-send
  (qmail-start daemon), but it always fails.
 
  Nothing is stored in /var/log/syslog, so I don't know what's really
 going
  on.
 
  Have you got any idea of where the problem could be? What steps performs
  qmail-start when starting?
 
  Any help would be highly appreciated!!
 
  Thanks in advance!!
 
  Esteban Javier Próspero
 
 



RE: list down ?

2000-09-11 Thread Próspero, Esteban


If you get this message, it's not... if you don't get it... you won't notice
anyway!! ;-)

Esteban Javier Próspero


 -Original Message-
 From: Jens Georg [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, September 11, 2000 7:57 AM
 To:   qmail mailinglist
 Subject:  list down ?
 
 hi,
 
 didn't get message from this list since days now. is it down ?
 
 -- 
 regards,
 jens
 --
 -
 department computer science, university of dortmund
 linux ... life's too short for reboots!  File: Card for Jens Georg  



RE: and yet another NEWBIE question

2000-07-17 Thread Próspero, Esteban

Try vpopmail in www.inter7.com for virtual accounts. All your accounts are
reached through one entry in /etc/passwd


Esteban Javier Próspero



 -Original Message-
 From: çééí äìôøï [SMTP:[EMAIL PROTECTED]]
 Sent: Saturday, July 15, 2000 11:36 AM
 To:   Paul Jarc; Qmail
 Subject:  RE: and yet another NEWBIE question
 
 Hello
 OK, i dont want the users to be system accounts, but how else can i
 configure this to work?
 where will i store the usernames and passwords if not in the /etc/passwd?
 
 for the pop3 test - what i did is:
 telnet mailer.domain.com 110
 user user
 pass pass
 where the actual password for user user is pass
 it says authorization failed
 when i try this on the linux box directly to qmail-pop3d with the
 checkpassword it works
 please help... im getting very frustrated with this... :-(
 
 -Original Message-
 From: Paul Jarc [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, July 15, 2000 1:23 AM
 To: [EMAIL PROTECTED]
 Subject: Re: and yet another NEWBIE question
 
 
  now, i dont want to have /home/dom1-sales/Mailbox and
  /home/dom2-sales/Mailbox but instead have /mailuser/dom1-sales/Mailbox
  and /mailuser/dom2-sales/Mailbox
  is this possible and if so, how?
 
 You can make entries for these addresses in /var/qmail/users/assign,
 and let the homedir field be /mailuser/dom1-sales, etc.  Or if these
 addresses have system accounts (which doesn't necessarily sound like
 the best way to do it, but it seems that's what you're doing), then
 you can let /mailuser/dom1-sales be the actual home directory for the
 dom1-sales user.  (How to change an account's home directory depends
 on the kind of system you have; check your system documentation, we
 won't necessarily be able to help you.)
 
  also, i inserted the command for pop3 as described in life with
  qmail into the inetd.conf
  when i test is as instructed on the machine itself it works great
  but when i telnet to 110 from another machine, the authentication always
  doesnt accept the password...
 
 What exactly did you do to test it?  What exactly are you doing when
 it fails?
 
 
 paul



RE: NEWBIE - im confused now... please enlighten me

2000-07-13 Thread Próspero, Esteban

For adding users with only one entry in etc/passwds and with a web interface
for administration, go to www.inter7.com and check for vpopmail and
qmailadmin.

You can use qmail-pop3d that IS included in qmail distribution, as far as I
know.


Esteban Javier Próspero


 Hello...
 i have a RH6.2 system running with qmail...
 this is what i want to do:
 i want to be able do define users for the mail system without defining
 them for the RH system itself, meaning no entries in the /etc/passwd
 file..
 i understood that there is a way to run qmail "chrooted" with another root
 dir.. is this recomended??
 also, i dont want to have a directory for each mail user, just some files
 , or even one file... that gets cleaned up upon retrieval of messages. is
 this recomended and if so, how do i make it happen ? (:-))
 another thing: i want to be able to connect to this mail system by pop3,
 but qmail doesnt come with pop3 module
 what is the recomended pop3 daemon? (i know about qpopper and cucimail...)
 do they work with the delivery of qmail?? and if so, how do i configure
 them?
  
 thanks a lot in advance
 
 Haim Halpern
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
  



RE: Installation problem ucspi-tcp-0.84

2000-07-10 Thread Próspero, Esteban

Perhaps you should see your linker options over... see conf-cc and conf-ld
files in the distribution.


Esteban Javier Próspero


 -Original Message-
 From: Balaji Hare Ram Balaji [SMTP:[EMAIL PROTECTED]]
 Sent: Saturday, July 08, 2000 1:11 PM
 To:   [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject:  Installation problem ucspi-tcp-0.84
 
 any body here help please
 iam installing ucspi-tcp-0.84 on HP UX 11.0
 iam getting following error.
 thanks for the help advance.
 
 # make
 ./load tcpclient ip.o ipalloc.o dns.o remoteinfo.o \
 timeoutconn.o timeoutread.o timeoutwrite.o getopt.a \
 strerr.a stralloc.a env.a alloc.a ndelay.a substdio.a \
 error.a str.a sig.a fd.a case.a fs.a  `cat dns.lib` `cat \
 socket.lib`
 /usr/ccs/bin/ld: Unsatisfied symbols:
__main (code)
 *** Error exit code 1
 



RE: programming with vpopmail - add account from web

2000-06-06 Thread Próspero, Esteban

I've already installed qmailadmin, but it doesn't allow "inexistent" users
to subscribe themselves; you must login as postmaster or other vpopmail
user, with password and domain. Did I miss something?


Esteban Javier Próspero
 -Original Message-
 From: Bruno Negrão [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, June 05, 2000 5:28 PM
 To:   Próspero, Esteban; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Subject:  Re: programming with vpopmail - add account from web
 
 Why don't you use de qmailadmin program.
 It does what you are trying to do. You can get it at the inter7's site.
 
 -Mensagem Original-
 De: Próspero, Esteban [EMAIL PROTECTED]
 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Enviada em: Segunda-feira, 5 de Junho de 2000 12:21
 Assunto: programming with vpopmail - add account from web
 
 
 Hi everyone!
 Where can I get more information about vpopmail api functions? I want to
 make an html page where anyone could pop into and add as a users of
 sqwebmail (a kind of Hotmail). I'm using qmail 1.03 and vpopmail.
 
 Thanks in advance!!
 
 Esteban Javier Próspero
 
 



programming with vpopmail - add account from web

2000-06-05 Thread Próspero, Esteban

Hi everyone!
Where can I get more information about vpopmail api functions? I want to
make an html page where anyone could pop into and add as a users of
sqwebmail (a kind of Hotmail). I'm using qmail 1.03 and vpopmail.

Thanks in advance!!

Esteban Javier Próspero




RE: dot-qmail in vpopmail

2000-06-05 Thread Próspero, Esteban

!Hola Pablo!

I think you should put a .qmail-usuario under
~vpopmail/domains/mydomain.tld/.qmail-usuario. Look at vpopmail man page or
http://www.inter7.com/vpopmail/vpopmail.html the dot-qmail section.

Suerte!

Esteban Javier Próspero
 From: Pablo Martínez Schroder [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, June 05, 2000 1:39 PM
 To:   lista, qmail
 Subject:  dot-qmail in vpopmail
 
 It is possible to use a .qmail file with vpopmail...
 
 I have tried a .qmail file in ~vpopmail/domains/mydomain.tld/user with
 the lines
 
 ./Maildir/
 [EMAIL PROTECTED]
 
 but qmail tries to send it to [EMAIL PROTECTED] and tries to
 execute with sh "[EMAIL PROTECTED]"
 
 I've also tried to use .qmail-user in ~vpopmail/domains/mydomain.tld,
 but this file isn't read, the mail is send directly to the user's
 Maildir
 -- 
 Pablo Martínez Schroder
 Departamento de Administracion de Sistemas
  
  Hidra Telecomunicaciones y Multimedia, S.A.
  C/. Casas de Campos, 3
  29001 Málaga
  Tlf Nal.: 902 20 21 02
  Tlf Int.: +34 95 222 92 14
  http://www.hipernet.es/
  mailto:[EMAIL PROTECTED]



RE: What POP/IMAP servers are best?

2000-06-02 Thread Próspero, Esteban


Hi!
The pop3 server that works with qmail (Maildir format, more exactly) is
qmail-pop3d that comes with qmail. All you have to do is to set this pop3
server up (just as you made with your smtp server) after you have put down
your old pop server. Read the FAQ for more instructions of how to set it up
with inetd or tcpserver.

Luck!
Esteban Javier Próspero

 -Original Message-
 From: Uelinton B. dos Santos [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, June 02, 2000 3:05 PM
 To:   Enrique Vadillo
 Cc:   [EMAIL PROTECTED]
 Subject:  Re: What POP/IMAP servers are best?
 
 Hi Enrique
 
 Take a look of Courier-IMAP at http://www.inter7.com/courierimap
 
 
 
 
 Uelinton
 
 Enrique Vadillo wrote:
 
  Hi all,
 
  I have some 15.000 users in my system and i'm currently testing qmail
 with
  Maildirs (btw i need/want to use Maildirs over NFS), the problem i see
 is
  that since Maildirs change a tiny bit the way my pop and imap servers
 work
  (in other words, my current daemons won't work), so i was wondering
 whether
  you'd have suggestions on what POP and IMAP servers i should use with
 qmail
  with maildirs so i can have the best performance i can get.



RE: Qmail: problems with SMTP e Qmailadmin

2000-06-02 Thread Próspero, Esteban


Hi!
I have 200 +/- users into 0,1 y default directories and my users can
authenticate via qmailadmin. You should try the qmailadmin mailing
[EMAIL PROTECTED]

Regards!
Esteban Javier Próspero


 -Original Message-
 From: Edilmar Alves [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 8:57 PM
 To:   [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Subject:  Qmail: problems with SMTP e Qmailadmin
 
 Hi all,
 
 I'd like to solve the following problems:
 1. SMTP: I configured tcp.smtp like this, to accept
 e-mails only for these IP subnets:
 192.168.0.:allow,RELAYCLIENT=""
 192.168.1.:allow,RELAYCLIENT=""
 200.241.184.:allow,RELAYCLIENT=""
 However, I entered from other ISP, with
 address 200.212.255.25 and SMTP sents
 my email. I boot Linux but the same behaviour
 continues to occurr.
 2. QMailAdmin: for 10, 20, 50 users, I think
 QMailAdmin is very nice. However, I already
 have more than 600 users, and when I enter
 with postmaster, to administer the email accounts,
 I have to spent more than FIVE minutes, using
 Netscape. I'm using the "graphical interface" from
 lynx, cause performance !!!
 Is there a way to change the HTML skeleton pages
 to show only the buttons, NOT the users list. I think
 the access may be faster than.
 2. QMailAdmin II: I created some users (+/- 103 users)
 into a domain. All Maildir folders was created into
 .../domains/fes.br/ (fes.br is my domain). After these 103,
 folders like 0/, 1/, ... was created automatically by QMail.
 At this point, no problems!
 However, if one of these new users created into these folders
 try to use QMailAdmin to change password, the system arises
 an exception talking about "There already is a user logged with
 postmaster" (something like this) and the new doesnt get to
 change your password. I have to change password user per
 user, with postmaster account.
 The major users were created with QMailAdmin and some with
 vadduser. Both users arises the exception.
 The strange is: the first users created get to change password
 into Web QMailAdmin...



qmailadmin without ezmlm or autoresponder

2000-06-01 Thread Próspero, Esteban


Hi everyone!
I've installed qmail 1.03 and vpopmail 3.4.11-2 released.
I'm installing qmailadmin for the first time and I don't intend to provide
mailing lists or autoresponders facilities for now. Can I install qmailadmin
anyway, if I don't have the other SW previously installed?
Thanks in advance!
Esteban Javier Próspero



adding qmail users

2000-05-26 Thread Próspero, Esteban

HI!
I must add 100 users to a brand new installed qmail system. Which is the
procedure I should take? I could make a shell script and an awk script but I
don't know exactly what commands to execute. Should I use qmail-pw2u and
qmail-newu or there's another way of adding users?

Thanks in advance!!
Esteban Javier Próspero




qmail-pop3d under supervise

2000-05-24 Thread Próspero, Esteban

Hello!
I've installed qmail+tcpserver+supervise in my Solaris 2.6 environment and
now I want to get the pop3 server up and running. I kept up with Life with
qmail, but it does not specifiy how to set up the pop3 server under
supervise. How do I run a supervised version of qmail-pop3d? Does it work as
qmail-smtpd (for the supervise view)? Which run control scripts should I
edit?
Thanks in advance!!

Esteban Javier Próspero



RE: Mail clients and Maildir format

2000-05-24 Thread Próspero, Esteban

Thanks!! so please take a look at my second question!

Esteban
-Original Message-
From:   Chris Johnson [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 24, 2000 10:45 AM
To: Próspero, Esteban"
Cc: '[EMAIL PROTECTED]'
Subject:Re: Mail clients and Maildir format

On Wed, May 24, 2000 at 10:43:40AM -0300, "Próspero, Esteban" wrote:
 Does anybody know if mail clients like Netscape Communicator or MS
Outlook
 support the Maildir format? I haven't found out how...

Communicator and Outlook communicate with your server via POP3, and
don't know
or care what kind of storage you use. As long as your POP3 daemon
supports
Maildir (and qmail-pop3d does), any POP3 client will work.

Chris



RE: qmail, ucsi-tcp inetd

2000-04-17 Thread Próspero, Esteban


It worked! Thanks!!

Esteban Javier Próspero



-Original Message-
From:   Keith Warno [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, April 14, 2000 4:50 PM
To: [EMAIL PROTECTED]
Subject:Re: qmail, ucsi-tcp  inetd

On Solaris try something like

zcat blah.tar.gz | tar xf -


- Original Message -
From: "Próspero, Esteban" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 14, 2000 10:22 AM
Subject: RE: qmail, ucsi-tcp  inetd


What is the z option for? my Solaris tar doesn't understand
it...


Esteban Javier Próspero







qmail, ucsi-tcp inetd

2000-04-14 Thread Próspero, Esteban

¡Hello everyone!
I'm installing qmail for the first time and i wonder if it's mandatory to
install previously the ucsi-tcp daemon tools or if i may try with inetd
first

Thanks in advance
Esteban Javier Próspero





RE: qmail, ucsi-tcp inetd

2000-04-14 Thread Próspero, Esteban

Wou, you've all certainly encouraged me to get rid of inetd!!! I'll do that
then... should I mind for other applications/services that use inetd
installed in my server before switching to ucsi-tcp or is it completely
"transparent" to them??

Thanks!
Esteban Javier Próspero

-Original Message-
From:   Dave Sill [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, April 14, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject:Re: qmail, ucsi-tcp  inetd

    "Próspero, Esteban" [EMAIL PROTECTED] wrote:

I'm installing qmail for the first time and i wonder if it's
mandatory to
install previously the ucsi-tcp daemon tools or if i may try with
inetd
first

You certainly *can* use inetd, but I don't recommend it for the
following reasons:

  1) Documentation on installing with inetd is scarce.
  2) The use of inetd is "unsupported".
  3) Daemontools and ucspi-tcp work better than inetd and syslog.
  4) If you install with inetd+syslog and decide to switch to
 daemontools+ucspi-tcp, you pretty have to reinstall. Building
and
 installing daemontools+ucspi-tcp is *very* easy.

-Dave



RE: qmail, ucsi-tcp inetd

2000-04-14 Thread Próspero, Esteban

So, if I only want qmail to work with ucsi-tcp (and viceversa) I could keep
inetd for the other services, but should indicate it NOT to listen to the
smtp no pop3 port. Did I catch you right?

Thanks,
Esteban Javier Próspero


-Original Message-
From:   Greg Owen [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, April 14, 2000 10:41 AM
To: [EMAIL PROTECTED]
Subject:RE: qmail, ucsi-tcp  inetd

 Wou, you've all certainly encouraged me to get rid of 
 inetd!!! I'll do that then... should I mind for other
 applications/services that use inetd installed in my
 server before switching to ucsi-tcp or is it completely
 "transparent" to them??

As long as inetd is not configured to listen to the ports
you want
tcpserver to listen to, the two coexist peacefully.

It helps to understand the basic difference in the way they
work:

inetd takes a configuration file (/etc/inetd.conf) which
tells it a
list of ports to listen to, and an associated program to run when
traffic
comes in.  When inetd start up it binds to all those ports, and
listens.

tcpserver takes a command line argument which tells it what
(single)
port to listen to, and an associated program to run when traffic
comes in.
If you want to run multiple services, you need multiple running
tcpserver
processes.

If inetd.conf tells it to listen to the smtp port, and then
you run
tcpserver to listen to smtp port, then tcpserver won't be able to
run
because the port already has a listener.  Which leads back to my
first
paragraph ;.

I have a system now that's not using inetd for anything.
All it
runs are qmail, identd, and dnscache under tcpserver, ssh and ftpd
in
standalone mode.

-- 
gowen -- Greg Owen -- [EMAIL PROTECTED]



RE: qmail, ucsi-tcp inetd

2000-04-14 Thread Próspero, Esteban

What is the z option for? my Solaris tar doesn't understand it...


Esteban Javier Próspero


-Original Message-
From:   Russell Nelson [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, April 14, 2000 11:18 AM
To: [EMAIL PROTECTED]
Subject:Re: qmail, ucsi-tcp  inetd

 tar xfz ucspi-tcp-0.88.tar.gz

tar xzf ucspi-tcp-0.88.tar.gz

Not really.  Tar is one of those inconsistent commands, like find,
or
dd.  When you specify options that have parameters, the parameters
have to follow, but merely in the same order.  Options that don't
have
parameters can appear in any order.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | "Ask not what your
country
521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other
people to
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | do for you..."
-Perry M.