Re: POP3 Server

2003-10-07 Thread Peramslist
Postfix is an MTA and pls use programs like QPopper for your POP3. - Original Message - From: "David Barkman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 7:49 AM Subject: POP3 Server > Hi, I recently setup Postfix on RH 9. I'm still having trouble connect

Script for moving directories

2003-10-02 Thread Peramslist
Hi, I've some files being sftpd into one my servers running Red Hat 9. I need to move the contents of the destination directory  (say testdir) which includes sub directories (test1 and test2)  to another directory (newdir) with the same sub directories. When I tried to move the dirs through

Re: How to access a Linux box behind a router?

2003-09-23 Thread Peramslist
Please do a port redirection in your router such that whenever a request comes for xxx.xxx.x.x on port 22 it is directed to the server. Thats how I do it. - Original Message - From: "Didier Casse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 1:44 AM Subjec

Specifying an interface in Sendmail

2003-09-19 Thread Peramslist
Hi I've installed Sendmail 8.12.9 on Redhat Linux 9. But since I'm quite new to the sendmail and knowing that most of you gurus use sendmail, I am posting this question. I did a search on the web for this but no link pointed to what I'm looking for. I'd appreciate if you can let me know how

Specying an interface in Sendmail

2003-09-19 Thread Peramslist
Hi,   I've installed Sendmail 8.12.9 on Redhat Linux 9. But since I'm quite new to the sendmail and knowing that most of you gurus use sendmail, I am posting this question. I did a search on the web for this but no link pointed to what I'm looking for. I'd appreciate if you can let me know ho

Enabling rlogin for testing

2003-09-04 Thread Peramslist
Hi, I use ssh for all my logins on to Redhat 7.2 box. But for the purpose of learning I want to know how to enable rlogins on the linux box. I'd appreciate your help in this regard.   Thanks,   Peram

Re: file system full

2003-08-29 Thread Peramslist
Check what you have in roots home dir in addition to checking other dirs $ cd / $ du -sk ./* - Original Message - From: "lisa ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 1:21 PM Subject: file system full > Hi, > > can anyone tell me a quick way of find

scripting for file transfers from Linux to windows

2003-08-27 Thread Peramslist
Hi, I'm writing a script for transferring files by ftp from RH linix 9 to Windows. After I login to ftp box I need to cd to d:\target folder and from the default dir. I tried ftp> cd d:/target ftp> cd D:/target   and ftp> cd d:\target and ftp> cd "d:\target" and ftp> cd "D:\target" but