Re: Where is the script that starts smtp server?

2000-05-19 Thread Adam McKenna
On Thu, May 18, 2000 at 10:03:15PM -0700, James wrote: Clemens wrote: :please send us the scripts in question and the setup you got working. at :the time beeing i can't tell you anything for final. and another thing: :what do you mean by "roaming users"? By "roaming users" I mean users

Re: Where is the script that starts smtp server?

2000-05-18 Thread James
Clemens wrote: :please send us the scripts in question and the setup you got working. at :the time beeing i can't tell you anything for final. and another thing: :what do you mean by "roaming users"? By "roaming users" I mean users that don't have a static ip.. like users using FreeInet or

Re: Where is the script that starts smtp server?

2000-05-18 Thread James
Clemens wrote: :please send us the scripts in question and the setup you got working. at :the time beeing i can't tell you anything for final. and another thing: :what do you mean by "roaming users"? By "roaming users" I mean users that don't have a static ip.. like users using FreeInet or

Re: Where is the script that starts smtp server?

2000-05-17 Thread clemensF
James (Wed 17.0500-04:31): I am using Mandrake 7.02 and I am trying to get vpopmail isn't mandrake a kind of poisonious snake eating ape? i don't know where the ape wants his starter scripts, but on unix systems it should either go into /usr/local/bin/your-name-for-the-script to get called

Re: Where is the script that starts smtp server?

2000-05-17 Thread Brent R . Matzelle
The startup scripts for Mandrake (and RedHat, SuSE for that matter) are all in /etc/rc.d/init.d/ . You have to place the tcpserver init script in that directory. My own script (tcpserver) looks like this: --- #!/bin/sh # tcpserver startup script export

Re: Where is the script that starts smtp server?

2000-05-17 Thread Brent R . Matzelle
Mandrake happens to be a very good Linux distribution based on RedHat, which runs on the majority of Linux powered servers. The startup scripts are all found in /etc/rc.d/init.d and this is uniform on most Linux distributions. The only different one is Debian which the startup scripts are

Re: Where is the script that starts smtp server?

2000-05-17 Thread Dave Sill
James [EMAIL PROTECTED] wrote: I am using Mandrake 7.02 and I am trying to get vpopmail (http://www.inter7.com/vpopmail) to work using roaming users. One of the suggestions in the FAQ (http://www.inter7.com/vpopmail/FAQ) suggests this:

Where is the script that starts smtp server?

2000-05-17 Thread James
I am using Mandrake 7.02 and I am trying to get vpopmail (http://www.inter7.com/vpopmail) to work using roaming users. One of the suggestions in the FAQ (http://www.inter7.com/vpopmail/FAQ) suggests this: ___ Your startup script

Re: Where is the script that starts smtp server?

2000-05-17 Thread James
clemensF wrote: : env - PATH="/var/qmail/bin:/usr/local/bin" \ : tcpserver -H -R -x /etc/tcp.smtp.cdb -c20 -u503 -g503 0 smtp \ : /var/qmail/bin/qmail-smtpd 21 /dev/null :incidently: if you set up the smtp daemon this way nobody will listen to :it's status messages, because

Re: Where is the script that starts smtp server?

2000-05-17 Thread Brent R . Matzelle
I just caught a misprint. To create the symbolic link looks like this: ln -s /etc/rc.d/init.d/tcpserver /etc/rc.d/init.d/rc3.d/S55tcpserver Then you have to create a symbolic link to the init script like so: That'll do it. Just as a note. I am just finishing a beta setup guide for Linux

Re: Where is the script that starts smtp server?

2000-05-17 Thread clemensF
James (Wed 17.0500-13:46): My question about the startup script from vpopmail is.. where do I insert that script in the qmail startup? Or do I just wipe out the current qmail startup script and use only vpopmail's startup? please send us the scripts in question and the setup you got