> Please bear with me this is new to me and I want to learn. I would like to
> know where I put my tcpserver line, should it go in my qmail script file at
> the top or bottom?

I run FreeBSD 4.1-STABLE #3 which has a directory /usr/local/etc/rc.d where
files with extension .sh automaticly get fired up when the system boots. So I
just made a file qmail-pop3d.sh which a comparable line.
Since I don't know what you're running I guess it's hard that I tell you were to
put it...

> Or should I put in an exec bash file all by itself on start up?

That's what I prefer, but who is the one doing it?!

> Can I have more than one tcpserver line to start different things?

Do you mean can you start more than one tcpserver? Sure you can.

> I'm using this as my line in the top of my qmail script:
>
> /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup tacket.com
> /b
> in/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 |
> /var/qmail/bin/splogg
> er pop3d &
>
> I noticed in the FAQ there are different tcpserver set-ups.  I set this up a
> month ago and looking thru all this documentation I can't remember where I
> copied this from, the FAQ didn't have the -R & -v options that I have.

Well, to be honest, my qmail-pop3d.sh script is a little different as well. I
guess it depends on what you are doing. I also have vpopmail because the host
services more than one domain.

> Other tcpserver set-ups have qmail-smptd in it but I don't.  Do I need it?

pop it something else as smtp.
pop is being used by mail clients (Netscape, Eudora, Outlook, etc) to get the
e-mail from the machine. smtp is used to send e-mail from one machine to an
other.

> I'm implementing the RELAYCLIENT option, [FAQ 5.4] and it says to insert
> the -x /etc/tcp.smtp.cdb after the tcpserver in my qmail-smtpd invocation,
> but qmail-smtpd isn't in my tcpserver line.  I added that line right after
> the tcpserver and it didn't recognize my username or password, it failed.
> So I put it back the way it was before.  I'm using Maildir on linux.

You will have to start an other tcserver line for qmail-smtpd.
tcpserver is simply speaking just a TCP communications application that can be
instructed to listen on a certain IP address on a certain port and activate a
certain program when something happens on that specified IP+port. You basically
can replace inetd with tcpserver.

Don't worry, be Kneppie!
Jan


--
Jan Knepper
Smartsoft, LLC
88 Petersburg Road
Petersburg, NJ 08270
U.S.A.

http://www.smartsoft.cc/
http://www.mp3.com/pianoprincess

Phone : 609-628-4260
FAX   : 609-628-1267
FAX   : 303-845-6415 http://www.fax4free.com/

Phone : 020-873-3837 http://www.xoip.nl/ (Dutch)
FAX   : 020-873-3837 http://www.xoip.nl/ (Dutch)

In God we Trust -- all others must submit an X.509 certificate.
    -- Charles Forsythe <[EMAIL PROTECTED]>


Reply via email to